Home
last modified time | relevance | path

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

/external/f2fs-tools/include/
Df2fs_fs.h1229 #define SIZE_OF_DIR_ENTRY 11 /* by byte */ macro
1232 #define SIZE_OF_RESERVED (PAGE_SIZE - ((SIZE_OF_DIR_ENTRY + \
1260 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
1265 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
/external/f2fs-tools/fsck/
Ddir.c60 SIZE_OF_DIR_ENTRY * entry_cnt); in make_dentry_ptr()
585 memcpy(dst.dentry, src.dentry, SIZE_OF_DIR_ENTRY * src.max); in convert_inline_dentry()