HomeSort by relevance Sort by last modified time
    Searched refs:BBSIZE (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/fs/xfs/
xfs_fs.h 494 #define BBSIZE (1<<BBSHIFT)
495 #define BBMASK (BBSIZE-1)
496 #define BTOBB(bytes) (((uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
  /external/syslinux/extlinux/
xfs_fs.h 494 #define BBSIZE (1<<BBSHIFT)
495 #define BBMASK (BBSIZE-1)
496 #define BTOBB(bytes) (((uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 439 BBSIZE = (1<<BBSHIFT)
440 BBMASK = (BBSIZE-1)
443 def OFFTOBB(bytes): return (((__uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
451 DEV_BSIZE = BBSIZE
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 1028 rec->f_riou = BBSIZE;
1053 rec->f_riou = BBSIZE;
1054 rec->f_length = BBSIZE;
    [all...]

Completed in 78 milliseconds