Searched refs:op_res (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_state.c | 2022 OPEN4res *op_res; in nfs4_resend_open_otw() local 2178 op_res = &res.array[1].nfs_resop4_u.opopen; in nfs4_resend_open_otw() 2314 if (op_res->rflags & OPEN4_RESULT_CONFIRM) in nfs4_resend_open_otw() 2315 nfs4open_confirm(vp, &seqid, &op_res->stateid, cr, TRUE, in nfs4_resend_open_otw() 2356 osp->open_stateid = op_res->stateid; in nfs4_resend_open_otw() 2383 nfs4_delegation_accept(rp, claim, op_res, garp, cr); in nfs4_resend_open_otw()
|
H A D | nfs4_vnops.c | 790 OPEN4res *op_res = NULL; in nfs4open_otw() local 1285 op_res = &resop->nfs_resop4_u.opopen; in nfs4open_otw() 1295 if (attr->attrmask != op_res->attrset) in nfs4open_otw() 1300 if (op_res->rflags & OPEN4_RESULT_LOCKTYPE_POSIX) { in nfs4open_otw() 1324 tmp_osp->open_stateid = op_res->stateid; in nfs4open_otw() 1395 if (op_res->rflags & OPEN4_RESULT_CONFIRM) { in nfs4open_otw() 1397 nfs4open_confirm(vp, &seqid, &op_res->stateid, cred_otw, FALSE, in nfs4open_otw() 1488 osp->open_stateid = op_res->stateid; in nfs4open_otw() 1528 nfs4_delegation_accept(rp, CLAIM_NULL, op_res, garp, cred_otw); in nfs4open_otw() 1628 nfs4_update_dircaches(&op_res->cinfo, dvp, vp, file_name, in nfs4open_otw() [all …]
|