Searched refs:se_slots (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | slot_map.c | 76 if (se->se_slots[i].es_valid) in ocfs2_update_slot_info_extended() 78 le32_to_cpu(se->se_slots[i].es_node_num)); in ocfs2_update_slot_info_extended() 158 se->se_slots[slotno].es_valid = si->si_slots[slot_num].sl_valid; in ocfs2_update_disk_slot_extended() 160 se->se_slots[slotno].es_node_num = in ocfs2_update_disk_slot_extended()
|
| H A D | ocfs2_fs.h | 551 /*00*/ DECLARE_FLEX_ARRAY(struct ocfs2_extended_slot, se_slots);
|
| /linux-6.15/fs/nfsd/ |
| H A D | state.h | 352 struct xarray se_slots; /* forward channel slots */ member
|
| H A D | nfs4state.c | 1929 struct nfsd4_slot *slot = xa_load(&ses->se_slots, i); in free_session_slots() 1936 xa_store(&ses->se_slots, i, xa_mk_value(slot->sl_seqid), 0); in free_session_slots() 1982 struct nfsd4_slot *slot = xa_load(&ses->se_slots, i); in reduce_session_slots() 2017 xa_init(&new->se_slots); in alloc_session() 2020 if (!slot || xa_is_err(xa_store(&new->se_slots, 0, slot, GFP_KERNEL))) in alloc_session() 2028 if (xa_is_err(xa_store(&new->se_slots, i, slot, gfp))) { in alloc_session() 2044 xa_destroy(&new->se_slots); in alloc_session() 2151 xa_destroy(&ses->se_slots); in __free_session() 4363 slot = xa_load(&session->se_slots, seq->slotid); in nfsd4_sequence() 4443 prev_slot = xa_load(&session->se_slots, s); in nfsd4_sequence() [all …]
|