Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c1165 (NFSCLDL_RECALL | NFSCLDL_DELEGRET)) != 0 || in nfscl_getbytelock()
2905 NFSCLDL_NEEDRECLAIM | NFSCLDL_DELEGRET)) == 0) { in nfscl_renewthread()
3723 NFSCLDL_DELEGRET) == 0) { in nfscl_docb()
4504 if ((dp->nfsdl_flags & NFSCLDL_DELEGRET) == 0) in nfscl_totalrecall()
4741 (NFSCLDL_WRITE | NFSCLDL_RECALL | NFSCLDL_DELEGRET)) == in nfscl_mustflush()
4781 (dp->nfsdl_flags & (NFSCLDL_RECALL | NFSCLDL_DELEGRET)) == 0 && in nfscl_nodeleg()
4847 dp->nfsdl_flags &= ~NFSCLDL_DELEGRET; in nfscl_removedeleg()
4869 dp->nfsdl_flags |= NFSCLDL_DELEGRET; in nfscl_removedeleg()
4875 dp->nfsdl_flags &= ~NFSCLDL_DELEGRET; in nfscl_removedeleg()
4968 dp->nfsdl_flags &= ~NFSCLDL_DELEGRET; in nfscl_renamedeleg()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsclstate.h188 #define NFSCLDL_DELEGRET 0x40 macro