Home
last modified time | relevance | path

Searched refs:RFS_NULL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_dispatch.c640 if (req->rq_proc == RFS_NULL) { in rfs4_dispatch()
H A Dnfs4_stub_vnops.c3354 status = CLNT_CALL(cl, RFS_NULL, xdr_void, NULL, xdr_void, NULL, in nfs4_ping_server_common()
H A Dnfs4_recovery.c1630 status = CLNT_CALL(cl, RFS_NULL, xdr_void, NULL, in recov_newserver()
H A Dnfs_subr.c4373 status = CLNT_CALL(cl, RFS_NULL, xdr_void, NULL, in failover_thread()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h861 #define RFS_NULL 0 macro