Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Df2fs_fs.h535 #define F2FS_SLOT_LEN 8 macro
538 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
563 F2FS_SLOT_LEN) * \
581 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
/openbmc/linux/fs/f2fs/
H A Dinline.c436 memcpy(dst.filename, src.filename, src.max * F2FS_SLOT_LEN); in f2fs_move_inline_dirents()
H A Df2fs.h477 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
482 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
532 __u8 (*filename)[F2FS_SLOT_LEN];