Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4session.c85 u32 slotid = slot->slot_nr; in nfs4_free_slot() local
88 __clear_bit(slotid, tbl->used_slots); in nfs4_free_slot()
91 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
92 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot()
93 if (new_max < slotid) in nfs4_free_slot()
101 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
105 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_new_slot() argument
112 slot->slot_nr = slotid; in nfs4_new_slot()
121 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_find_or_create_slot() argument
135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
[all …]
/linux/arch/powerpc/include/asm/
H A Dultravisor.h64 u64 flags, u64 slotid) in uv_register_mem_slot() argument
67 size, flags, slotid); in uv_register_mem_slot()
70 static inline int uv_unregister_mem_slot(u64 lpid, u64 slotid) in uv_unregister_mem_slot() argument
72 return ucall_norets(UV_UNREGISTER_MEM_SLOT, lpid, slotid); in uv_unregister_mem_slot()
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst570 uint16_t slotid) /* slot identifier */
582 * U_P5 if the ``slotid`` parameter is unsupported.
619 uint64_t slotid) /* reservation slotid */
629 * U_P2 if ``slotid`` is invalid.
635 Release the memory slot identified by ``slotid`` and free any
/linux/fs/nfsd/
H A Dstate.h829 u32 slotid, u32 seqno);
H A Dxdr4.h582 u32 slotid; /* request/response */ member
H A Dnfs4state.c4441 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence()
4444 slot = xa_load(&session->se_slots, seq->slotid); in nfsd4_sequence()
4445 dprintk("%s: slotid %d\n", __func__, seq->slotid); in nfsd4_sequence()
4512 if (seq->slotid == session->se_fchannel.maxreqs - 1 && in nfsd4_sequence()
H A Dnfs4xdr.c2032 seq->slotid = be32_to_cpup(p++); in nfsd4_decode_sequence()
5424 nfserr = nfsd4_encode_slotid4(xdr, seq->slotid); in nfsd4_encode_sequence()