Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Df2fs_fs.h549 #define F2FS_SLOT_LEN 8 macro
552 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
576 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * BITS_PER_BYTE + 1))
581 F2FS_SLOT_LEN) * \
599 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
/linux-6.15/fs/f2fs/
H A Dinline.c456 memcpy(dst.filename, src.filename, src.max * F2FS_SLOT_LEN); in f2fs_move_inline_dirents()
H A Df2fs.h501 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
506 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
556 __u8 (*filename)[F2FS_SLOT_LEN];