Home
last modified time | relevance | path

Searched refs:open_delegation4_u (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c3183 open_delegation4_u.read.stateid.seqid)) in xdr_OPEN4res()
3186 open_delegation4_u.read.stateid.other, in xdr_OPEN4res()
3190 open_delegation4_u.read.recall)) in xdr_OPEN4res()
3193 open_delegation4_u.read.permissions)); in xdr_OPEN4res()
3196 open_delegation4_u.write.stateid.seqid)) in xdr_OPEN4res()
3199 open_delegation4_u.write.stateid.other, in xdr_OPEN4res()
3203 open_delegation4_u.write.recall)) in xdr_OPEN4res()
3206 open_delegation4_u.write.space_limit. in xdr_OPEN4res()
3210 open_delegation4_u.write.space_limit. in xdr_OPEN4res()
3215 open_delegation4_u.write.space_limit. in xdr_OPEN4res()
[all …]
H A Dnfs4_state.c165 sacep = &sres->delegation.open_delegation4_u.read.permissions; in deep_open_copy()
166 dacep = &dres->delegation.open_delegation4_u.read.permissions; in deep_open_copy()
169 sacep = &sres->delegation.open_delegation4_u.write.permissions; in deep_open_copy()
170 dacep = &dres->delegation.open_delegation4_u.write.permissions; in deep_open_copy()
190 acep = &res->delegation.open_delegation4_u.read.permissions; in deep_open_free()
193 acep = &res->delegation.open_delegation4_u.write.permissions; in deep_open_free()
H A Dnfs4_srv_deleg.c1408 rp = &dp->open_delegation4_u.read; in rfs4_set_deleg_response()
1414 wp = &dp->open_delegation4_u.write; in rfs4_set_deleg_response()
H A Dnfs4_callback.c2206 orp = &res->delegation.open_delegation4_u.read; in nfs4_delegation_accept()
2221 owp = &res->delegation.open_delegation4_u.write; in nfs4_delegation_accept()
H A Dnfs4_srv.c7215 &resp->delegation.open_delegation4_u.read; in rfs4_do_opendelprev()
7222 &resp->delegation.open_delegation4_u.write; in rfs4_do_opendelprev()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3422 sum_deleg_stateid(&delp->open_delegation4_u.write. in sum_delegation()
3427 sum_deleg_stateid(&delp->open_delegation4_u.write. in sum_delegation()
3429 sum_space_limit(&delp->open_delegation4_u.write. in sum_delegation()
3450 detail_deleg_stateid(&delp->open_delegation4_u.read.stateid); in detail_delegation()
3452 delp->open_delegation4_u.read.recall ? in detail_delegation()
3457 detail_deleg_stateid(&delp->open_delegation4_u.write.stateid); in detail_delegation()
3459 delp->open_delegation4_u.write.recall ? in detail_delegation()
3461 detail_space_limit(&delp->open_delegation4_u.write. in detail_delegation()
H A Dnfs4_xdr.c1715 if (!xdr_open_read_delegation4(xdrs, &objp->open_delegation4_u. in xdr_open_delegation4()
1720 if (!xdr_open_write_delegation4(xdrs, &objp->open_delegation4_u. in xdr_open_delegation4()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1022 } open_delegation4_u; member