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

  /external/f2fs-tools/include/
f2fs_fs.h 386 __le32 valid_inode_count; /* Total number of valid inodes */ member in struct:f2fs_checkpoint
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 116 D_DISP_u32(cp, valid_inode_count);
  /external/f2fs-tools/fsck/
mount.c 196 DISP_u32(cp, valid_inode_count);
    [all...]
fsck.c 994 ckp->valid_inode_count = cpu_to_le32(fsck->chk.valid_inode_cnt);
1147 printf("[FSCK] valid_inode_count matched with CP ");
  /external/f2fs-tools/mkfs/
f2fs_format.c 507 set_cp(valid_inode_count, 1);

Completed in 1963 milliseconds