Searched refs:idx_fattr (Results 1 – 1 of 1) sorted by relevance
787 int idx_open, idx_fattr; in nfs4open_otw() local858 idx_fattr = 3; in nfs4open_otw()862 idx_fattr = 4; in nfs4open_otw()866 idx_fattr = 3; in nfs4open_otw()1093 ASSERT((idx_open + 1) == (idx_fattr - 1)); in nfs4open_otw()1097 argop[idx_fattr].argop = OP_GETATTR; in nfs4open_otw()1098 argop[idx_fattr].nfs_argop4_u.opgetattr.attr_request = NFS4_VATTR_MASK; in nfs4open_otw()1099 argop[idx_fattr].nfs_argop4_u.opgetattr.mi = VTOMI4(dvp); in nfs4open_otw()1239 if (res.status != NFS4_OK && res.array_len <= idx_fattr + 1) { in nfs4open_otw()1341 garp = &res.array[idx_fattr].nfs_resop4_u.opgetattr.ga_res; in nfs4open_otw()[all …]