Searched refs:slotid (Results 1 – 7 of 7) sorted by relevance
/fs/nfs/ |
D | nfs4session.c | 83 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 …]
|
D | callback.h | 43 u32 slotid; member
|
D | callback_xdr.c | 771 if (cps->slotid != NFS4_NO_SLOT) in nfs4_cb_free_slot() 896 .slotid = NFS4_NO_SLOT, in nfs4_callback_compound()
|
D | callback_proc.c | 461 cps->slotid = args->csa_slotid; in nfs4_callback_sequence()
|
/fs/nfsd/ |
D | xdr4.h | 411 u32 slotid; /* request/response */ member
|
D | nfs4state.c | 2921 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()
|
D | nfs4xdr.c | 1464 seq->slotid = be32_to_cpup(p++); in nfsd4_decode_sequence() 4016 *p++ = cpu_to_be32(seq->slotid); in nfsd4_encode_sequence()
|