Searched refs:BBSIZE (Results 1 – 2 of 2) 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
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()