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

/external/f2fs-tools/include/
H A Df2fs_fs.h207 #define BITS_PER_BYTE 8 macro
689 #define SIZE_OF_DENTRY_BITMAP ((NR_DENTRY_IN_BLOCK + BITS_PER_BYTE - 1) / \
690 BITS_PER_BYTE)
713 #define NR_INLINE_DENTRY (MAX_INLINE_DATA * BITS_PER_BYTE / \
715 BITS_PER_BYTE + 1))
717 BITS_PER_BYTE - 1) / BITS_PER_BYTE)

Completed in 94 milliseconds