Home
last modified time | relevance | path

Searched refs:nfs_cb_argop4_u (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c2537 &objp->nfs_cb_argop4_u.opcblayoutrecall)) in xdr_nfs_cb_argop4()
2542 &objp->nfs_cb_argop4_u.opcbnotify)) in xdr_nfs_cb_argop4()
2547 &objp->nfs_cb_argop4_u.opcbpush_deleg)) in xdr_nfs_cb_argop4()
2552 &objp->nfs_cb_argop4_u.opcbrecall_any)) in xdr_nfs_cb_argop4()
2557 &objp->nfs_cb_argop4_u.opcbrecallable_obj_avail)) in xdr_nfs_cb_argop4()
2562 &objp->nfs_cb_argop4_u.opcbrecall_slot)) in xdr_nfs_cb_argop4()
2567 &objp->nfs_cb_argop4_u.opcbsequence)) in xdr_nfs_cb_argop4()
2572 &objp->nfs_cb_argop4_u.opcbwants_cancelled)) in xdr_nfs_cb_argop4()
2577 &objp->nfs_cb_argop4_u.opcbnotify_lock)) in xdr_nfs_cb_argop4()
2582 &objp->nfs_cb_argop4_u.opcbnotify_deviceid)) in xdr_nfs_cb_argop4()
H A Dnfs4_srv_deleg.c704 rec_argp = &argop->nfs_cb_argop4_u.opcbrecall; in rfs4args_cb_recall_free()
715 argp = &argop->nfs_cb_argop4_u.opcbgetattr; in rfs4args_cb_getattr_free()
858 rec_argp = &argop->nfs_cb_argop4_u.opcbrecall; in rfs4_do_cb_recall()
H A Dnfs4_callback.c174 CB_GETATTR4args *args = &argop->nfs_cb_argop4_u.opcbgetattr; in cb_getattr()
387 CB_RECALL4args * args = &argop->nfs_cb_argop4_u.opcbrecall; in cb_recall()
H A Dnfs4_xdr.c5192 gargs = &objp->nfs_cb_argop4_u.opcbgetattr; in xdr_snfs_cb_argop4()
5198 rargs = &objp->nfs_cb_argop4_u.opcbrecall; in xdr_snfs_cb_argop4()
5229 gargs = &objp->nfs_cb_argop4_u.opcbgetattr; in xdr_cnfs_cb_argop4()
5236 rargs = &objp->nfs_cb_argop4_u.opcbrecall; in xdr_cnfs_cb_argop4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c2901 if (!xdr_CB_GETATTR4args(xdrs, &objp->nfs_cb_argop4_u. in xdr_nfs_cb_argop4()
2906 if (!xdr_CB_RECALL4args(xdrs, &objp->nfs_cb_argop4_u. in xdr_nfs_cb_argop4()
H A Dsnoop_nfs4.c1042 fmtproc(buf, sizeof (buf), &opp->nfs_cb_argop4_u); in sum_cb_operand()
1134 fmtproc(&one_op.nfs_cb_argop4_u); in detail_cb_argop4()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h3248 } nfs_cb_argop4_u; member