Searched refs:NFSLCK_DENYBITS (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/fs/nfs/common/
H A Dnfs.h309 #define NFSLCK_DENYBITS (NFSLCK_READDENY | NFSLCK_WRITEDENY) macro
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c2829 new_open->ls_flags = (new_stp->ls_flags&NFSLCK_DENYBITS)|
2933 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_DENYBITS) |
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clstate.c1453 if (!mustdelete && (op->nfso_mode & NFSLCK_DENYBITS) == 0) {

Completed in 162 milliseconds