Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs.h360 #define NFSLCK_DENYBITS (NFSLCK_READDENY | NFSLCK_WRITEDENY) macro
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c3138 new_open->ls_flags = (new_stp->ls_flags&NFSLCK_DENYBITS)| in nfsrv_openctrl()
3244 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_DENYBITS) | in nfsrv_openctrl()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c1626 if (!mustdelete && (op->nfso_mode & NFSLCK_DENYBITS) == 0) { in nfscl_expireopen()