Searched refs:idx_fattr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c783 int idx_open, idx_fattr; local
854 idx_fattr = 3;
858 idx_fattr = 4;
862 idx_fattr = 3;
1087 * getfh w/sanity check for idx_open/idx_fattr
1089 ASSERT((idx_open + 1) == (idx_fattr - 1));
1093 argop[idx_fattr].argop = OP_GETATTR;
1094 argop[idx_fattr].nfs_argop4_u.opgetattr.attr_request = NFS4_VATTR_MASK;
1095 argop[idx_fattr].nfs_argop4_u.opgetattr.mi = VTOMI4(dvp);
1235 if (res.status != NFS4_OK && res.array_len <= idx_fattr
6834 int numops, argoplist_size, setgid_flag, idx_create, idx_fattr; local
[all...]

Completed in 53 milliseconds