Home
last modified time | relevance | path

Searched refs:BBSIZE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/plat-irix6/
DFILE.py439 BBSIZE = (1<<BBSHIFT) variable
440 BBMASK = (BBSIZE-1)
443 def OFFTOBB(bytes): return (((__uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
451 DEV_BSIZE = BBSIZE
/external/syslinux/extlinux/
Dxfs_fs.h494 #define BBSIZE (1<<BBSHIFT) macro
495 #define BBMASK (BBSIZE-1)
496 #define BTOBB(bytes) (((uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
/external/syslinux/core/fs/xfs/
Dxfs_fs.h494 #define BBSIZE (1<<BBSHIFT) macro
495 #define BBMASK (BBSIZE-1)
496 #define BTOBB(bytes) (((uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
/external/ltp/testcases/kernel/syscalls/brk/
Dbrk01.c48 #define BSIZE BBSIZE
/external/ltp/testcases/kernel/fs/doio/
Diogen.c1028 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()