Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Df2fs_fs.h493 #define F2FS_SLOT_LEN 8 macro
496 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
521 F2FS_SLOT_LEN) * \
539 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
/Linux-v5.4/fs/f2fs/
Dinline.c408 memcpy(dst.filename, src.filename, src.max * F2FS_SLOT_LEN); in f2fs_move_inline_dirents()
Df2fs.h486 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
491 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
503 __u8 (*filename)[F2FS_SLOT_LEN];