Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4session.c84 u32 slotid = slot->slot_nr; in nfs4_free_slot() local
87 __clear_bit(slotid, tbl->used_slots); in nfs4_free_slot()
90 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
91 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot()
92 if (new_max < slotid) in nfs4_free_slot()
100 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
104 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_new_slot() argument
111 slot->slot_nr = slotid; in nfs4_new_slot()
118 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_find_or_create_slot() argument
132 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
[all …]
Dnfs4session.h85 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
87 u32 slotid, u32 seq_nr,
102 u32 slotid) in nfs4_test_locked_slot() argument
104 return !!test_bit(slotid, tbl->used_slots); in nfs4_test_locked_slot()
/linux-4.19.296/fs/nfsd/
Dxdr4.h418 u32 slotid; /* request/response */ member
Dnfs4xdr.c1512 seq->slotid = be32_to_cpup(p++); in nfsd4_decode_sequence()
4083 *p++ = cpu_to_be32(seq->slotid); in nfsd4_encode_sequence()
Dnfs4state.c3157 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence()
3160 slot = session->se_slots[seq->slotid]; in nfsd4_sequence()
3161 dprintk("%s: slotid %d\n", __func__, seq->slotid); in nfsd4_sequence()