Home
last modified time | relevance | path

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

/third_party/f2fs-tools/include/
Df2fs_fs.h1358 #define SIZE_OF_DIR_ENTRY 11 /* by byte */ macro
1361 #define SIZE_OF_RESERVED (F2FS_BLKSIZE - ((SIZE_OF_DIR_ENTRY + \
1392 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
1397 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
/third_party/f2fs-tools/fsck/
Ddir.c60 SIZE_OF_DIR_ENTRY * entry_cnt); in make_dentry_ptr()
593 memcpy(dst.dentry, src.dentry, SIZE_OF_DIR_ENTRY * src.max); in convert_inline_dentry()