Home
last modified time | relevance | path

Searched refs:ext4_parse_sb (Results 1 – 5 of 5) sorted by relevance

/system/extras/ext4_utils/include/ext4_utils/
Dext4_sb.h51 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info);
/system/extras/ext4_utils/
Dext4_sb.cpp21 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info) in ext4_parse_sb() function
Dext4_utils.cpp196 ext4_parse_sb(sb, &info); in ext4_parse_sb_info()
/system/extras/libfec/
Dfec_open.cpp264 if (ext4_parse_sb(&sb, &info) != 0) { in get_ext4_size()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1500 if (ext4_parse_sb(&sb, &info) < 0) return false; in fs_mgr_has_shared_blocks()