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.c491 boolean_t cachepurge_set = B_FALSE; in nfs_attr_cache() local
564 cachepurge_set = B_TRUE; in nfs_attr_cache()
580 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs_attr_cache()
585 cachepurge_set = B_FALSE; in nfs_attr_cache()
634 boolean_t cachepurge_set = B_FALSE; in nfs3_attr_cache() local
707 cachepurge_set = B_TRUE; in nfs3_attr_cache()
723 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs3_attr_cache()
728 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()