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

/external/f2fs-tools/include/
H A Df2fs_fs.h668 #define F2FS_SLOT_LEN 8 macro
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/
H A Dfsck.c594 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 407 milliseconds