Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c490 boolean_t cachepurge_set = B_FALSE; in nfs_attr_cache() local
563 cachepurge_set = B_TRUE; in nfs_attr_cache()
579 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs_attr_cache()
584 cachepurge_set = B_FALSE; in nfs_attr_cache()
633 boolean_t cachepurge_set = B_FALSE; in nfs3_attr_cache() local
706 cachepurge_set = B_TRUE; in nfs3_attr_cache()
722 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs3_attr_cache()
727 cachepurge_set = B_FALSE; in nfs3_attr_cache()
H A Dnfs4_client.c455 boolean_t cachepurge_set = B_FALSE; in nfs4_attr_cache() local
605 cachepurge_set = B_TRUE; in nfs4_attr_cache()
625 if ((rp->r_flags & R4INCACHEPURGE) && cachepurge_set) { in nfs4_attr_cache()
630 cachepurge_set = B_FALSE; in nfs4_attr_cache()