Searched refs:se_slots (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | slot_map.c | 79 if (se->se_slots[i].es_valid) in ocfs2_update_slot_info_extended() 81 le32_to_cpu(se->se_slots[i].es_node_num)); in ocfs2_update_slot_info_extended() 162 se->se_slots[slotno].es_valid = si->si_slots[slot_num].sl_valid; in ocfs2_update_disk_slot_extended() 164 se->se_slots[slotno].es_node_num = in ocfs2_update_disk_slot_extended()
|
| /linux/fs/nfsd/ |
| H A D | state.h | 455 struct xarray se_slots; /* forward channel slots */ member
|
| H A D | nfs4state.c | 2293 struct nfsd4_slot *slot = xa_load(&ses->se_slots, i); in free_session_slots() 2300 xa_store(&ses->se_slots, i, xa_mk_value(slot->sl_seqid), 0); in free_session_slots() 2341 struct nfsd4_slot *slot = xa_load(&ses->se_slots, i); in reduce_session_slots() 2380 xa_init(&new->se_slots); in alloc_session() 2383 if (!slot || xa_is_err(xa_store(&new->se_slots, 0, slot, GFP_KERNEL))) in alloc_session() 2391 if (xa_is_err(xa_store(&new->se_slots, i, slot, gfp))) { in alloc_session() 2407 xa_destroy(&new->se_slots); in alloc_session() 2514 xa_destroy(&ses->se_slots); in __free_session() 5007 struct nfsd4_slot *slot = xa_load(&ses->se_slots, i); in nfsd4_slots_inuse() 5060 slot = xa_load(&session->se_slots, seq->slotid); in nfsd4_sequence() [all …]
|