Home
last modified time | relevance | path

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

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