Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Df2fs_fs.h563 #define SIZE_OF_DIR_ENTRY 11 /* by byte */ macro
566 #define SIZE_OF_RESERVED (PAGE_SIZE - ((SIZE_OF_DIR_ENTRY + \
/Linux-v6.6/fs/f2fs/
Dinline.c435 memcpy(dst.dentry, src.dentry, SIZE_OF_DIR_ENTRY * src.max); in f2fs_move_inline_dirents()
Df2fs.h473 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
478 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
557 SIZE_OF_DIR_ENTRY * entry_cnt; in make_dentry_ptr_inline()