Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c1136 nlop->nfslo_type = type; in nfscl_getbytelock()
1324 nlop->nfslo_type = F_UNLCK; in nfscl_relbytelock()
1510 if (lop->nfslo_type == F_WRLCK) { in nfscl_checkwritelocked()
1537 if (lop->nfslo_type == F_WRLCK) { in nfscl_checkwritelocked()
2317 lop->nfslo_type, tcred, p); in nfscl_recover()
2611 if (new_lop->nfslo_type == F_UNLCK) in nfscl_updatelock()
2629 if (new_lop->nfslo_type == lop->nfslo_type || in nfscl_updatelock()
2639 if (new_lop->nfslo_type != lop->nfslo_type || in nfscl_updatelock()
2708 other_lop->nfslo_type = lop->nfslo_type; in nfscl_updatelock()
3164 lop->nfslo_type, (intmax_t)lop->nfslo_first, in nfscl_dumpstate()
[all …]
H A Dnfs_clrpcops.c881 if (lop->nfslo_type == F_WRLCK) in nfsrpc_doclose()
/freebsd/sys/fs/nfs/
H A Dnfsclstate.h235 short nfslo_type; member