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

  /external/f2fs-tools/include/
f2fs_fs.h 1010 #define NR_DENTRY_IN_BLOCK 214
1019 #define SIZE_OF_DENTRY_BITMAP ((NR_DENTRY_IN_BLOCK + BITS_PER_BYTE - 1) / \
1023 NR_DENTRY_IN_BLOCK + SIZE_OF_DENTRY_BITMAP))
1038 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK];
1039 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
    [all...]
  /external/f2fs-tools/fsck/
dir.c 42 d->max = NR_DENTRY_IN_BLOCK;
261 slots, NR_DENTRY_IN_BLOCK);
263 if (bit_pos < NR_DENTRY_IN_BLOCK)
fsck.c     [all...]

Completed in 101 milliseconds