Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-irix6/
DFILE.py458 BLKDEV_IOSIZE = (1<<BLKDEV_IOSHIFT) variable
459 def BLKDEV_OFF(off): return ((off) & (BLKDEV_IOSIZE - 1))