Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h171 #define NBLK_OPMASK 0x00000007 /* operation mask */ macro
H A Dnfs_bio.c750 int operation = (flags & NBLK_OPMASK); in nfs_buf_get()