Searched refs:r_pathconf (Results 1 – 6 of 6) sorted by relevance
275 nfs4_pathconf_info_t r_pathconf; /* cached pathconf info */ member446 rp->r_pathconf.pc4_xattr_valid = 0; \447 rp->r_pathconf.pc4_cache_valid = 0; \
301 nfs3_pathconf_info *r_pathconf; /* cached pathconf information */ member
5823 if (rp->r_pathconf != NULL) { in nfs3_pathconf()5825 if (rp->r_pathconf != NULL && nfs3_pathconf_disable_cache) { in nfs3_pathconf()5826 kmem_free(rp->r_pathconf, sizeof (*rp->r_pathconf)); in nfs3_pathconf()5827 rp->r_pathconf = NULL; in nfs3_pathconf()5829 if (rp->r_pathconf != NULL) { in nfs3_pathconf()5833 *valp = rp->r_pathconf->link_max; in nfs3_pathconf()5836 *valp = rp->r_pathconf->name_max; in nfs3_pathconf()5843 *valp = rp->r_pathconf->chown_restricted; in nfs3_pathconf()5846 *valp = rp->r_pathconf->no_trunc; in nfs3_pathconf()5889 if (rp->r_pathconf == NULL) { in nfs3_pathconf()[all …]
2226 info = rp->r_pathconf; in rinactive()2227 rp->r_pathconf = NULL; in rinactive()2783 rp->r_pathconf == NULL) in rp_addfree()3964 info = rp->r_pathconf; in nfs_free_data_reclaim()3965 rp->r_pathconf = NULL; in nfs_free_data_reclaim()4031 info = rp->r_pathconf; in nfs_active_data_reclaim()4032 rp->r_pathconf = NULL; in nfs_active_data_reclaim()
281 rp->r_pathconf.pc4_xattr_valid = 0; in nfs4_purge_caches()282 rp->r_pathconf.pc4_cache_valid = 0; in nfs4_purge_caches()775 rp->r_pathconf = garp->n4g_ext_res->n4g_pc4; in nfs4_attrcache_va()778 rp->r_pathconf.pc4_xattr_valid = TRUE; in nfs4_attrcache_va()779 rp->r_pathconf.pc4_xattr_exists = in nfs4_attrcache_va()
6515 drp->r_pathconf.pc4_xattr_valid = 0; in nfs4openattr()11381 if (ATTRCACHE4_VALID(vp) && rp->r_pathconf.pc4_xattr_valid && in nfs4_pathconf()11388 if (rp->r_pathconf.pc4_cache_valid) { in nfs4_pathconf()11393 rp->r_pathconf.pc4_filesizebits; in nfs4_pathconf()11397 rp->r_pathconf.pc4_link_max; in nfs4_pathconf()11401 rp->r_pathconf.pc4_name_max; in nfs4_pathconf()11405 rp->r_pathconf.pc4_chown_restricted; in nfs4_pathconf()11409 rp->r_pathconf.pc4_no_trunc; in nfs4_pathconf()11434 rp->r_pathconf.pc4_cache_valid = FALSE; in nfs4_pathconf()11435 rp->r_pathconf.pc4_xattr_valid = FALSE; in nfs4_pathconf()