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

/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1766 if ((new_stp->ls_flags & NFSLCK_RECLAIM) && !error &&
1772 if ((new_stp->ls_flags & NFSLCK_RECLAIM) && !error)
2128 else if (new_stp->ls_flags & NFSLCK_RECLAIM)
2307 if ((new_stp->ls_flags & NFSLCK_RECLAIM) && !error &&
2413 else if (new_stp->ls_flags & NFSLCK_RECLAIM)
2449 (NFSLCK_DELEGPREV | NFSLCK_DELEGCUR | NFSLCK_RECLAIM))) {
2590 if (new_stp->ls_flags & NFSLCK_RECLAIM)
2702 else if (new_stp->ls_flags & NFSLCK_RECLAIM)
2751 if (new_stp->ls_flags & NFSLCK_RECLAIM) {
3120 if (new_stp->ls_flags & NFSLCK_RECLAIM) {
[all...]
H A Dnfs_nfsdserv.c2211 flags |= NFSLCK_RECLAIM;
2857 stp->ls_flags |= NFSLCK_RECLAIM;
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs.h312 #define NFSLCK_RECLAIM 0x00000080 macro

Completed in 179 milliseconds