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

  /external/f2fs-tools/include/
f2fs_fs.h 668 #define F2FS_SLOT_LEN 8
671 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
683 F2FS_SLOT_LEN) * \
686 /* One directory entry slot representing F2FS_SLOT_LEN-sized file name */
700 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
705 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
710 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
718 __u8 filename[NR_INLINE_DENTRY][F2FS_SLOT_LEN];
  /external/f2fs-tools/fsck/
fsck.c 594 next_idx = idx + (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;
624 __u8 (*filenames)[F2FS_SLOT_LEN],
708 int slots = (name_len + F2FS_SLOT_LEN - 1) /
709 F2FS_SLOT_LEN;
721 i += (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;

Completed in 28 milliseconds