Home
last modified time | relevance | path

Searched refs:n4g_ext_res (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1644 fsp = &garp.n4g_ext_res->n4g_fslocations.locations_val[index]; in resolve_referral()
1923 mi->mi_fh_expire_type = garp->n4g_ext_res->n4g_fet; in nfs4getfh_otw()
1926 if (garp->n4g_ext_res->n4g_pc4.pc4_link_support) in nfs4getfh_otw()
1928 if (garp->n4g_ext_res->n4g_pc4.pc4_symlink_support) in nfs4getfh_otw()
1930 if (garp->n4g_ext_res->n4g_suppattrs & FATTR4_ACL_MASK) in nfs4getfh_otw()
1934 if (garp->n4g_ext_res->n4g_maxread == 0) in nfs4getfh_otw()
1939 MIN(garp->n4g_ext_res->n4g_maxread, in nfs4getfh_otw()
1942 if (garp->n4g_ext_res->n4g_maxwrite == 0) in nfs4getfh_otw()
1947 MIN(garp->n4g_ext_res->n4g_maxwrite, in nfs4getfh_otw()
1950 if (garp->n4g_ext_res->n4g_maxfilesize != 0) in nfs4getfh_otw()
[all …]
H A Dnfs4_client.c772 if (garp->n4g_ext_res) { in nfs4_attrcache_va()
773 if (garp->n4g_ext_res->n4g_pc4.pc4_cache_valid) { in nfs4_attrcache_va()
774 rp->r_pathconf = garp->n4g_ext_res->n4g_pc4; in nfs4_attrcache_va()
776 if (garp->n4g_ext_res->n4g_pc4.pc4_xattr_valid) { in nfs4_attrcache_va()
779 garp->n4g_ext_res->n4g_pc4.pc4_xattr_exists; in nfs4_attrcache_va()
1035 gerp = garp->n4g_ext_res; in nfs4_attr_otw()
1038 garp->n4g_ext_res = gerp; in nfs4_attr_otw()
1039 if (garp->n4g_ext_res && in nfs4_attr_otw()
1040 res.array[1].nfs_resop4_u.opgetattr.ga_res.n4g_ext_res) in nfs4_attr_otw()
1042 ga_res.n4g_ext_res, in nfs4_attr_otw()
[all …]
H A Dnfs4_xdr.c882 if (garp->n4g_ext_res) in xdr_ga_fattr_res()
883 gesp = garp->n4g_ext_res; in xdr_ga_fattr_res()
1480 if (garp->n4g_ext_res == NULL) { in xdr_ga_fattr_res()
1481 garp->n4g_ext_res = kmem_alloc(sizeof (ges), KM_SLEEP); in xdr_ga_fattr_res()
1482 bcopy(&ges, garp->n4g_ext_res, sizeof (ges)); in xdr_ga_fattr_res()
1554 if (garp->n4g_ext_res) in xdr_ga_fattr_res_inline()
1555 gesp = garp->n4g_ext_res; in xdr_ga_fattr_res_inline()
2073 if (garp->n4g_ext_res == NULL) { in xdr_ga_fattr_res_inline()
2074 garp->n4g_ext_res = kmem_alloc(sizeof (ges), KM_SLEEP); in xdr_ga_fattr_res_inline()
2075 bcopy(&ges, garp->n4g_ext_res, sizeof (ges)); in xdr_ga_fattr_res_inline()
[all …]
H A Dnfs4_stub_vnops.c1492 if (garp->n4g_ext_res == NULL || in nfs4_fetch_locations()
1493 garp->n4g_ext_res->n4g_fslocations.locations_val == NULL) { in nfs4_fetch_locations()
1654 for (i = 0; i < garp.n4g_ext_res->n4g_fslocations.locations_len; i++) { in nfs4_process_referral()
1656 fsp = &garp.n4g_ext_res->n4g_fslocations.locations_val[i]; in nfs4_process_referral()
1676 if ((i >= garp.n4g_ext_res->n4g_fslocations.locations_len) || in nfs4_process_referral()
1743 fsp = &garp.n4g_ext_res->n4g_fslocations.locations_val[index]; in nfs4_trigger_esi_create_referral()
H A Dnfs4_vnops.c11585 gar.n4g_ext_res = &ger; in nfs4_pathconf()
11673 gar.n4g_ext_res->n4g_pc4.pc4_filesizebits = in nfs4_pathconf()
11674 fattr4_maxfilesize_to_bits(gar.n4g_ext_res->n4g_maxfilesize); in nfs4_pathconf()
11681 *valp = gar.n4g_ext_res->n4g_pc4.pc4_filesizebits; in nfs4_pathconf()
11684 *valp = gar.n4g_ext_res->n4g_pc4.pc4_link_max; in nfs4_pathconf()
11687 *valp = gar.n4g_ext_res->n4g_pc4.pc4_name_max; in nfs4_pathconf()
11690 *valp = gar.n4g_ext_res->n4g_pc4.pc4_chown_restricted; in nfs4_pathconf()
11693 *valp = gar.n4g_ext_res->n4g_pc4.pc4_no_trunc; in nfs4_pathconf()
11696 if (gar.n4g_ext_res->n4g_pc4.pc4_xattr_exists) { in nfs4_pathconf()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h749 struct nfs4_ga_ext_res *n4g_ext_res; member