Home
last modified time | relevance | path

Searched refs:NFSLY_RETONCLOSE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h276 #define NFSLY_RETONCLOSE 0x0080 macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c3004 NFSLY_RETONCLOSE)) == 0 && in nfscl_renewthread()
3039 if ((lyp->nfsly_flags & NFSLY_RETONCLOSE) != 0) { in nfscl_renewthread()
5355 lyp->nfsly_flags |= NFSLY_RETONCLOSE; in nfscl_layout()
5366 lyp->nfsly_flags |= NFSLY_RETONCLOSE; in nfscl_layout()
5467 if (lyp != NULL && (lyp->nfsly_flags & NFSLY_RETONCLOSE) != 0) { in nfscl_retoncloselayout()