Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfs/
Dcallback.h41 u32 slotid; member
Dnfs4proc.c383 nfs4_free_slot(struct nfs4_slot_table *tbl, u32 slotid) in nfs4_free_slot() argument
385 BUG_ON(slotid >= NFS4_MAX_SLOT_TABLE); in nfs4_free_slot()
387 __clear_bit(slotid, tbl->used_slots); in nfs4_free_slot()
390 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
391 slotid = find_last_bit(tbl->used_slots, tbl->max_slots); in nfs4_free_slot()
392 if (slotid < tbl->max_slots) in nfs4_free_slot()
393 tbl->highest_used_slotid = slotid; in nfs4_free_slot()
398 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
533 u32 slotid; in nfs4_find_slot() local
539 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots); in nfs4_find_slot()
[all …]
Dcallback_xdr.c771 if (cps->slotid != NFS4_NO_SLOT) in nfs4_cb_free_slot()
865 .slotid = NFS4_NO_SLOT, in nfs4_callback_compound()
Dcallback_proc.c461 cps->slotid = args->csa_slotid; in nfs4_callback_sequence()
/linux-3.4.99/fs/nfsd/
Dxdr4.h407 u32 slotid; /* request/response */ member
Dnfs4state.c1941 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence()
1944 slot = session->se_slots[seq->slotid]; in nfsd4_sequence()
1945 dprintk("%s: slotid %d\n", __func__, seq->slotid); in nfsd4_sequence()
Dnfs4xdr.c1378 READ32(seq->slotid); in nfsd4_decode_sequence()
3404 WRITE32(seq->slotid); in nfsd4_encode_sequence()