Searched refs:F2FS_SLOT_LEN (Results 1 - 4 of 4) sorted by relevance

/external/f2fs-tools/include/
H A Df2fs_fs.h1004 #define F2FS_SLOT_LEN 8 macro
1007 #define GET_DENTRY_SLOTS(x) ((x + F2FS_SLOT_LEN - 1) >> F2FS_SLOT_LEN_BITS)
1022 F2FS_SLOT_LEN) * \
1025 /* One directory entry slot representing F2FS_SLOT_LEN-sized file name */
1039 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
1048 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
1053 ((SIZE_OF_DIR_ENTRY + F2FS_SLOT_LEN) * \
/external/f2fs-tools/fsck/
H A Dfsck.c1133 next_idx = idx + (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;
1229 __u8 (*filename)[F2FS_SLOT_LEN],
1272 __u8 (*filename)[F2FS_SLOT_LEN], u8 **bitmap)
1276 memset(*filename, 0, F2FS_SLOT_LEN);
1281 __u8 (*filenames)[F2FS_SLOT_LEN],
1312 i += (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN - 1;
1363 slots = (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;
[all...]
H A Df2fs.h126 __u8 (*filename)[F2FS_SLOT_LEN];
H A Ddir.c57 d->filename = (__u8 (*)[F2FS_SLOT_LEN])((char *)src +
505 memcpy(dst.filename, src.filename, src.max * F2FS_SLOT_LEN);

Completed in 71 milliseconds