Home
last modified time | relevance | path

Searched refs:rfs4_slot_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_state.c252 rfs41_cleanup_slot(rfs4_slot_t *se) in rfs41_cleanup_slot()
257 static rfs4_slot_t *
260 rfs4_slot_t *p; in slots_alloc()
263 p = kmem_zalloc(sizeof (rfs4_slot_t) * n, KM_SLEEP); in slots_alloc()
272 slots_free(rfs4_slot_t *slots, size_t n) in slots_free()
277 rfs4_slot_t *slot = &slots[i]; in slots_free()
285 kmem_free(slots, sizeof (rfs4_slot_t) * n); in slots_free()
H A Dnfs4x_srv.c782 check_slot_seqid(rfs4_slot_t *slot, sequenceid4 seqid) in check_slot_seqid()
823 rfs4_slot_t *slot; in rfs4x_sequence_prep()
867 rfs4_slot_t *slot = cs->slot; in rfs4x_sequence_done()
911 rfs4_slot_t *slot = cs->slot; in rfs4x_op_sequence()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4x.h41 } rfs4_slot_t; typedef
68 rfs4_slot_t *bsd_slots; /* opaque token for slot tab */
140 rfs4_slot_t *sn_slots; /* slot replay cache */
H A Dnfs4.h1234 rfs4_slot_t *slot;