Home
last modified time | relevance | path

Searched refs:slotid (Results 1 – 7 of 7) sorted by relevance

/fs/nfs/
Dnfs4session.c83 u32 slotid = slot->slot_nr; in nfs4_free_slot() local
86 __clear_bit(slotid, tbl->used_slots); in nfs4_free_slot()
89 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
90 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot()
91 if (new_max < slotid) in nfs4_free_slot()
99 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
103 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_new_slot() argument
110 slot->slot_nr = slotid; in nfs4_new_slot()
117 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_find_or_create_slot() argument
131 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
[all …]
Dcallback.h43 u32 slotid; member
Dcallback_xdr.c771 if (cps->slotid != NFS4_NO_SLOT) in nfs4_cb_free_slot()
896 .slotid = NFS4_NO_SLOT, in nfs4_callback_compound()
Dcallback_proc.c461 cps->slotid = args->csa_slotid; in nfs4_callback_sequence()
/fs/nfsd/
Dxdr4.h411 u32 slotid; /* request/response */ member
Dnfs4state.c2921 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence()
2924 slot = session->se_slots[seq->slotid]; in nfsd4_sequence()
2925 dprintk("%s: slotid %d\n", __func__, seq->slotid); in nfsd4_sequence()
Dnfs4xdr.c1464 seq->slotid = be32_to_cpup(p++); in nfsd4_decode_sequence()
4016 *p++ = cpu_to_be32(seq->slotid); in nfsd4_encode_sequence()