Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c483 boolean_t cachepurge_set = B_FALSE; in nfs_attr_cache() local
556 cachepurge_set = B_TRUE; in nfs_attr_cache()
572 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs_attr_cache()
577 cachepurge_set = B_FALSE; in nfs_attr_cache()
626 boolean_t cachepurge_set = B_FALSE; in nfs3_attr_cache() local
699 cachepurge_set = B_TRUE; in nfs3_attr_cache()
715 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs3_attr_cache()
720 cachepurge_set = B_FALSE; in nfs3_attr_cache()
H A Dnfs4_client.c454 boolean_t cachepurge_set = B_FALSE; in nfs4_attr_cache() local
604 cachepurge_set = B_TRUE; in nfs4_attr_cache()
624 if ((rp->r_flags & R4INCACHEPURGE) && cachepurge_set) { in nfs4_attr_cache()
629 cachepurge_set = B_FALSE; in nfs4_attr_cache()