Home
last modified time | relevance | path

Searched refs:se_slots (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/ !
H A Dslot_map.c79 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()
H A Docfs2_fs.h554 /*00*/ DECLARE_FLEX_ARRAY(struct ocfs2_extended_slot, se_slots);
/linux/fs/nfsd/ !
H A Dstate.h382 struct xarray se_slots; /* forward channel slots */ member
H A Dnfs4state.c1961 struct nfsd4_slot *slot = xa_load(&ses->se_slots, i); in free_session_slots()
1968 xa_store(&ses->se_slots, i, xa_mk_value(slot->sl_seqid), 0); in free_session_slots()
2014 struct nfsd4_slot *slot = xa_load(&ses->se_slots, i); in reduce_session_slots()
2053 xa_init(&new->se_slots); in alloc_session()
2056 if (!slot || xa_is_err(xa_store(&new->se_slots, 0, slot, GFP_KERNEL))) in alloc_session()
2064 if (xa_is_err(xa_store(&new->se_slots, i, slot, gfp))) { in alloc_session()
2080 xa_destroy(&new->se_slots); in alloc_session()
2187 xa_destroy(&ses->se_slots); in __free_session()
4427 slot = xa_load(&session->se_slots, seq->slotid); in nfsd4_sequence()
4510 prev_slot = xa_load(&session->se_slots, s); in nfsd4_sequence()
[all …]