Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1645 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.c773 if (garp->n4g_ext_res) { in nfs4_attrcache_va()
774 if (garp->n4g_ext_res->n4g_pc4.pc4_cache_valid) { in nfs4_attrcache_va()
775 rp->r_pathconf = garp->n4g_ext_res->n4g_pc4; in nfs4_attrcache_va()
777 if (garp->n4g_ext_res->n4g_pc4.pc4_xattr_valid) { in nfs4_attrcache_va()
780 garp->n4g_ext_res->n4g_pc4.pc4_xattr_exists; in nfs4_attrcache_va()
1036 gerp = garp->n4g_ext_res; in nfs4_attr_otw()
1039 garp->n4g_ext_res = gerp; in nfs4_attr_otw()
1040 if (garp->n4g_ext_res && in nfs4_attr_otw()
1041 res.array[1].nfs_resop4_u.opgetattr.ga_res.n4g_ext_res) in nfs4_attr_otw()
1043 ga_res.n4g_ext_res, in nfs4_attr_otw()
[all …]
H A Dnfs4_xdr.c956 if (garp->n4g_ext_res) in xdr_ga_fattr_res()
957 gesp = garp->n4g_ext_res; in xdr_ga_fattr_res()
1554 if (garp->n4g_ext_res == NULL) { in xdr_ga_fattr_res()
1555 garp->n4g_ext_res = kmem_alloc(sizeof (ges), KM_SLEEP); in xdr_ga_fattr_res()
1556 bcopy(&ges, garp->n4g_ext_res, sizeof (ges)); in xdr_ga_fattr_res()
1627 if (garp->n4g_ext_res) in xdr_ga_fattr_res_inline()
1628 gesp = garp->n4g_ext_res; in xdr_ga_fattr_res_inline()
2146 if (garp->n4g_ext_res == NULL) { in xdr_ga_fattr_res_inline()
2147 garp->n4g_ext_res = kmem_alloc(sizeof (ges), KM_SLEEP); in xdr_ga_fattr_res_inline()
2148 bcopy(&ges, garp->n4g_ext_res, sizeof (ges)); in xdr_ga_fattr_res_inline()
[all …]
H A Dnfs4_stub_vnops.c1497 if (garp->n4g_ext_res == NULL || in nfs4_fetch_locations()
1498 garp->n4g_ext_res->n4g_fslocations.locations_val == NULL) { in nfs4_fetch_locations()
1659 for (i = 0; i < garp.n4g_ext_res->n4g_fslocations.locations_len; i++) { in nfs4_process_referral()
1661 fsp = &garp.n4g_ext_res->n4g_fslocations.locations_val[i]; in nfs4_process_referral()
1681 if ((i >= garp.n4g_ext_res->n4g_fslocations.locations_len) || in nfs4_process_referral()
1748 fsp = &garp.n4g_ext_res->n4g_fslocations.locations_val[index]; in nfs4_trigger_esi_create_referral()
H A Dnfs4_vnops.c11353 gar.n4g_ext_res = &ger; in nfs4_pathconf()
11441 gar.n4g_ext_res->n4g_pc4.pc4_filesizebits = in nfs4_pathconf()
11442 fattr4_maxfilesize_to_bits(gar.n4g_ext_res->n4g_maxfilesize); in nfs4_pathconf()
11449 *valp = gar.n4g_ext_res->n4g_pc4.pc4_filesizebits; in nfs4_pathconf()
11452 *valp = gar.n4g_ext_res->n4g_pc4.pc4_link_max; in nfs4_pathconf()
11455 *valp = gar.n4g_ext_res->n4g_pc4.pc4_name_max; in nfs4_pathconf()
11458 *valp = gar.n4g_ext_res->n4g_pc4.pc4_chown_restricted; in nfs4_pathconf()
11461 *valp = gar.n4g_ext_res->n4g_pc4.pc4_no_trunc; in nfs4_pathconf()
11464 if (gar.n4g_ext_res->n4g_pc4.pc4_xattr_exists) { in nfs4_pathconf()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1349 struct nfs4_ga_ext_res *n4g_ext_res; member