Searched refs:RPC_ALL (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/nfs/ |
H A D | export.h | 209 #define RPC_ALL (RPC_IDEMPOTENT|RPC_ALLOWANON|RPC_AVOIDWORK|RPC_PUBLICFH_OK) macro
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv.c | 324 {rfs4_op_getfh, rfs4_op_getfh_free, RPC_ALL}, 360 {rfs4_op_putfh, nullfree, RPC_ALL}, 363 {rfs4_op_putpubfh, nullfree, RPC_ALL}, 366 {rfs4_op_putrootfh, nullfree, RPC_ALL}, 387 {rfs4_op_restorefh, nullfree, RPC_ALL}, 390 {rfs4_op_savefh, nullfree, RPC_ALL}, 6009 int flag = RPC_ALL; in rfs4_compound_flagproc()
|