Home
last modified time | relevance | path

Searched refs:delegation_type (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c2200 odt = res->delegation.delegation_type; in nfs4_delegation_accept()
2204 rp->r_deleg_type = res->delegation.delegation_type; in nfs4_delegation_accept()
2219 rp->r_deleg_type = res->delegation.delegation_type; in nfs4_delegation_accept()
H A Dnfs4_srv_deleg.c1402 dp->delegation_type = dsp->rds_dtype; in rfs4_set_deleg_response()
H A Dnfs4_state.c161 switch (sres->delegation.delegation_type) { in deep_open_copy()
186 switch (res->delegation.delegation_type) { in deep_open_free()
H A Dnfs4_xdr.c3176 (int *)&objp->delegation.delegation_type)) in xdr_OPEN4res()
3178 switch (objp->delegation.delegation_type) { in xdr_OPEN4res()
3246 switch (objp->delegation.delegation_type) { in xdr_OPEN4res()
H A Dnfs4_srv.c7211 resp->delegation.delegation_type = dsp->rds_dtype; in rfs4_do_opendelprev()
/titanic_44/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1015 switch (open_delegation_type4 delegation_type) {
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3416 switch (delp->delegation_type) { in sum_delegation()
3442 delp->delegation_type, in detail_delegation()
3443 delegation_type_name(delp->delegation_type)); in detail_delegation()
3445 switch (delp->delegation_type) { in detail_delegation()
H A Dnfs4_xdr.c1709 if (!xdr_open_delegation_type4(xdrs, &objp->delegation_type)) in xdr_open_delegation4()
1711 switch (objp->delegation_type) { in xdr_open_delegation4()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1018 open_delegation_type4 delegation_type; member