Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs.h578 #define NFSISSET_OPBIT(b, p) ((b)->bits[(p) / 32] & (1 << ((p) % 32))) macro
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c984 if (NFSISSET_OPBIT(&nd->nd_allowops, op)) { in nfsrvd_compound()
H A Dnfs_nfsdstate.c8919 !NFSISSET_OPBIT(&clp->lc_mustops, op)) in nfsrv_checkmachcred()