HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_bg_flags_test (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 73 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)
108 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)
252 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) &&
274 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) &&
alloc.c 40 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT)))
87 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)))
blknum.c 417 int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag) function
inode.c 437 (ext2fs_bg_flags_test(scan->fs, scan->current_group, EXT2_BG_INODE_UNINIT)
ext2fs.h 857 extern int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag);
    [all...]
  /external/e2fsprogs/e2fsck/
pass5.c 263 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT)))
295 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))
466 ext2fs_bg_flags_test(fs, group,
593 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)))
708 !(ext2fs_bg_flags_test(fs, group,
730 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)
super.c 663 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) ||
664 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) ||
676 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) {
pass2.c 983 if (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)) {
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 237 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT)))
832 (ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT))) {
930 ext2fs_bg_flags_test(old_fs, g, EXT2_BG_BLOCK_UNINIT)) {
    [all...]
  /external/e2fsprogs/misc/
e2image.c 415 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)) &&
435 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) &&
445 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) &&
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 326 if (ext2fs_bg_flags_test(fs, group, mask)) {
    [all...]

Completed in 285 milliseconds