Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/fs/nfs/
HDnfsclstate.h181 #define NFSCLDL_NEEDRECLAIM 0x08 macro
/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clstate.c2203 dp->nfsdl_flags |= NFSCLDL_NEEDRECLAIM; in nfscl_recover()
2222 if (!(dp->nfsdl_flags & NFSCLDL_NEEDRECLAIM)) in nfscl_recover()
2254 if (!(dp->nfsdl_flags & NFSCLDL_NEEDRECLAIM)) in nfscl_recover()
2264 dp->nfsdl_flags &= ~NFSCLDL_NEEDRECLAIM; in nfscl_recover()
2336 if ((dp->nfsdl_flags & NFSCLDL_NEEDRECLAIM)) { in nfscl_recover()
2393 dp->nfsdl_flags &= ~NFSCLDL_NEEDRECLAIM; in nfscl_recover()
2898 NFSCLDL_NEEDRECLAIM | NFSCLDL_DELEGRET)) == 0) { in nfscl_renewthread()