Lines Matching refs:garp
1618 nfs4_ga_res_t garp; in resolve_referral() local
1637 &garp, &callres, &nfsfsloc); in resolve_referral()
1645 fsp = &garp.n4g_ext_res->n4g_fslocations.locations_val[index]; in resolve_referral()
1683 nfs4_ga_res_t *garp; in nfs4getfh_otw() local
1919 garp = &resop->nfs_resop4_u.opgetattr.ga_res; in nfs4getfh_otw()
1921 *vtp = garp->n4g_va.va_type; in nfs4getfh_otw()
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()
1952 MIN(garp->n4g_ext_res->n4g_maxfilesize, in nfs4getfh_otw()
2029 svp->sv_fsid = garp->n4g_fsid; in nfs4getfh_otw()
2031 garp->n4g_ext_res->n4g_suppattrs | FATTR4_MANDATTR_MASK; in nfs4getfh_otw()
3418 nfs4_ga_res_t *garp = NULL; in nfs4setclientid_otw() local
3470 garp = &res.array[1].nfs_resop4_u.opgetattr.ga_res; in nfs4setclientid_otw()
3484 if (garp->n4g_ext_res->n4g_leasetime > (INT32_MAX/1000000)) { in nfs4setclientid_otw()
3485 garp->n4g_ext_res->n4g_leasetime = INT32_MAX/1000000; in nfs4setclientid_otw()
3490 np->s_lease_time = garp->n4g_ext_res->n4g_leasetime; in nfs4setclientid_otw()