Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf.h995 #define BLK_ONLYVALID 0x80000000 macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c3095 ret_only_valid = operation & BLK_ONLYVALID; in buf_getblk()
3096 operation &= ~BLK_ONLYVALID; in buf_getblk()