Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c115 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND, in nfs4read()
226 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND, xdr_getattr4_args, in nfs4getattr()
439 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND, xdr_lookup4_args, in nfs4lookup()
543 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND, xdr_lookupp4_args, in nfs4lookupp()
621 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND, xdr_readlink4_args, in nfs4getsymlink()
H A Dgetdents4.c155 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND, in nfs4getdents()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c89 status = clnt_call(client, NFSPROC4_COMPOUND, in dotest()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c771 proc == NFSPROC4_COMPOUND ? "4" : in interpret_nfs4()
775 if (proc == NFSPROC4_COMPOUND) { in interpret_nfs4()
788 proc == NFSPROC4_COMPOUND ? "4" : in interpret_nfs4()
792 if (proc == NFSPROC4_COMPOUND) in interpret_nfs4()
802 if (proc == NFSPROC4_COMPOUND) { in interpret_nfs4()
/titanic_50/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1517 NFSPROC4_COMPOUND(COMPOUND4args) = 1;
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1634 #define NFSPROC4_COMPOUND 1 macro
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1594 mi->mi_reqs[NFSPROC4_COMPOUND].value.ui64++; in rfs4call()
1602 error = nfs4_rfscall(mi, NFSPROC4_COMPOUND, in rfs4call()