Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Df2fs_fs.h479 #define F2FS_SLOT_LEN 8 macro
482 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
507 F2FS_SLOT_LEN) * \
525 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
/linux-4.19.296/fs/f2fs/
Dinline.c423 memcpy(dst.filename, src.filename, src.max * F2FS_SLOT_LEN); in f2fs_move_inline_dirents()
Df2fs.h462 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
467 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
479 __u8 (*filename)[F2FS_SLOT_LEN];