Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h181 #define NFSCLDL_NEEDRECLAIM 0x08 macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c2208 dp->nfsdl_flags |= NFSCLDL_NEEDRECLAIM; in nfscl_recover()
2227 if (!(dp->nfsdl_flags & NFSCLDL_NEEDRECLAIM)) in nfscl_recover()
2259 if (!(dp->nfsdl_flags & NFSCLDL_NEEDRECLAIM)) in nfscl_recover()
2269 dp->nfsdl_flags &= ~NFSCLDL_NEEDRECLAIM; in nfscl_recover()
2341 if ((dp->nfsdl_flags & NFSCLDL_NEEDRECLAIM)) { in nfscl_recover()
2398 dp->nfsdl_flags &= ~NFSCLDL_NEEDRECLAIM; in nfscl_recover()
2903 NFSCLDL_NEEDRECLAIM | NFSCLDL_DELEGRET)) == 0) { in nfscl_renewthread()