Searched defs:BBSIZE (Results 1 - 1 of 1) sorted by relevance

/fs/xfs/
H A Dxfs_fs.h569 #define BBSIZE (1<<BBSHIFT) macro
570 #define BBMASK (BBSIZE-1)
571 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)

Completed in 33 milliseconds