Home
last modified time | relevance | path

Searched refs:F2FS_SLOT_LEN (Results 1 – 2 of 2) sorted by relevance

/external/f2fs-tools/include/
Df2fs_fs.h677 #define F2FS_SLOT_LEN 8 macro
680 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
692 F2FS_SLOT_LEN) * \
709 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
714 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
719 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
727 __u8 filename[NR_INLINE_DENTRY][F2FS_SLOT_LEN];
/external/f2fs-tools/fsck/
Dfsck.c639 next_idx = idx + (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN; in print_dentry()
669 __u8 (*filenames)[F2FS_SLOT_LEN], in __chk_dentries() argument
699 i += (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN; in __chk_dentries()
772 int slots = (name_len + F2FS_SLOT_LEN - 1) / in __chk_dentries()
773 F2FS_SLOT_LEN; in __chk_dentries()
786 i += (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN; in __chk_dentries()