Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Df2fs_fs.h539 #define F2FS_SLOT_LEN 8 macro
542 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
567 F2FS_SLOT_LEN) * \
585 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
/linux-6.1.9/fs/f2fs/
Dinline.c438 memcpy(dst.filename, src.filename, src.max * F2FS_SLOT_LEN); in f2fs_move_inline_dirents()
Df2fs.h475 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
480 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
530 __u8 (*filename)[F2FS_SLOT_LEN];