Symbol: OP_IDEMPOTENT
usr/src/uts/common/fs/nfs/nfs4_srv.c
337
{rfs4_op_access, nullfree, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
343
{rfs4_op_commit, nullfree, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
355
{rfs4_op_getattr, rfs4_op_getattr_free, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
358
{rfs4_op_getfh, rfs4_op_getfh_free, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
373
{rfs4_op_lookup, nullfree, (OP_IDEMPOTENT | OP_CLEAR_STATEID)},
usr/src/uts/common/fs/nfs/nfs4_srv.c
376
{rfs4_op_lookupp, nullfree, (OP_IDEMPOTENT | OP_CLEAR_STATEID)},
usr/src/uts/common/fs/nfs/nfs4_srv.c
379
{rfs4_op_nverify, nullfree, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
394
{rfs4_op_putfh, nullfree, (OP_IDEMPOTENT | OP_CLEAR_STATEID)},
usr/src/uts/common/fs/nfs/nfs4_srv.c
397
{rfs4_op_putpubfh, nullfree, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
400
{rfs4_op_putrootfh, nullfree, (OP_IDEMPOTENT | OP_CLEAR_STATEID)},
usr/src/uts/common/fs/nfs/nfs4_srv.c
403
{rfs4_op_read, rfs4_op_read_free, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
406
{rfs4_op_readdir, rfs4_op_readdir_free, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
409
{rfs4_op_readlink, rfs4_op_readlink_free, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
421
{rfs4_op_restorefh, nullfree, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
424
{rfs4_op_savefh, nullfree, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
439
{rfs4_op_verify, nullfree, OP_IDEMPOTENT},
usr/src/uts/common/fs/nfs/nfs4_srv.c
6263
!(rfsv4disptab[op].dis_flags & OP_IDEMPOTENT)) {