Searched refs:NFSPROC4_COMPOUND (Results 1 – 7 of 7) sorted by relevance
| /titanic_50/usr/src/stand/lib/fs/nfs/ |
| H A D | nfs4ops.c | 115 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 D | getdents4.c | 155 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND, in nfs4getdents()
|
| /titanic_50/usr/src/cmd/dtrace/test/tst/common/nfs/ |
| H A D | tst.call.c | 89 status = clnt_call(client, NFSPROC4_COMPOUND, in dotest()
|
| /titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_nfs4.c | 771 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 D | nfs4_prot.x | 1517 NFSPROC4_COMPOUND(COMPOUND4args) = 1;
|
| /titanic_50/usr/src/uts/common/nfs/ |
| H A D | nfs4_kprot.h | 1634 #define NFSPROC4_COMPOUND 1 macro
|
| /titanic_50/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_subr.c | 1594 mi->mi_reqs[NFSPROC4_COMPOUND].value.ui64++; in rfs4call() 1602 error = nfs4_rfscall(mi, NFSPROC4_COMPOUND, in rfs4call()
|