Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h516 #define F2FS_SLOT_LEN 8 macro
519 #define GET_DENTRY_SLOTS(x) (((x) + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
544 F2FS_SLOT_LEN) * \
562 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dinline.c461 memcpy(dst.filename, src.filename, src.max * F2FS_SLOT_LEN); in f2fs_move_inline_dirents()
H A Df2fs.h460 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
465 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
515 __u8 (*filename)[F2FS_SLOT_LEN];