Searched refs:BBSIZE (Results 1 – 5 of 5) sorted by relevance
439 BBSIZE = (1<<BBSHIFT) variable440 BBMASK = (BBSIZE-1)443 def OFFTOBB(bytes): return (((__uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)451 DEV_BSIZE = BBSIZE
494 #define BBSIZE (1<<BBSHIFT) macro495 #define BBMASK (BBSIZE-1)496 #define BTOBB(bytes) (((uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
48 #define BSIZE BBSIZE
1028 rec->f_riou = BBSIZE; in get_file_info()1053 rec->f_riou = BBSIZE; in get_file_info()1054 rec->f_length = BBSIZE; in get_file_info()