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

  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 72 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)
114 if (csum_flag && ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)
166 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT))
299 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) &&
330 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) &&
alloc.c 46 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT)))
67 !(ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)))
blknum.c 440 int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag) function
inode.c 615 (ext2fs_bg_flags_test(scan->fs, scan->current_group, EXT2_BG_INODE_UNINIT)
ext2fs.h 924 extern int ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag);
    [all...]
  /external/e2fsprogs/e2fsck/
readahead.c 187 !ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) &&
197 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) &&
pass5.c 110 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_INODE_UNINIT))
164 if (ext2fs_bg_flags_test(ctx->fs, i, EXT2_BG_BLOCK_UNINIT))
435 if (ext2fs_bg_flags_test(fs, group,
624 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)))
739 !(ext2fs_bg_flags_test(fs, group,
761 (ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT)
super.c 722 (ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) ||
723 ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) ||
735 ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT)) {
pass2.c     [all...]
pass1.c 970 if (ext2fs_bg_flags_test(ctx->fs, grp, EXT2_BG_INODE_UNINIT))
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 593 if (!(ext2fs_bg_flags_test(fs, g, EXT2_BG_BLOCK_UNINIT)))
    [all...]
  /external/e2fsprogs/misc/
e2image.c 423 !ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT)) &&
441 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_BLOCK_UNINIT) &&
451 if (!ext2fs_bg_flags_test(fs, i, EXT2_BG_INODE_UNINIT) &&
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 411 if (ext2fs_bg_flags_test(fs, group, mask)) {
    [all...]

Completed in 385 milliseconds