Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dslot_map.c76 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 Docfs2_fs.h551 /*00*/ DECLARE_FLEX_ARRAY(struct ocfs2_extended_slot, se_slots);
/openbmc/linux/fs/nfsd/
H A Dstate.h274 struct nfsd4_slot *se_slots[]; /* forward channel slots */ member
H A Dnfs4state.c1753 free_svc_cred(&ses->se_slots[i]->sl_cred); in free_session_slots()
1754 kfree(ses->se_slots[i]); in free_session_slots()
1834 BUILD_BUG_ON(struct_size(new, se_slots, NFSD_MAX_SLOTS_PER_SESSION) in alloc_session()
1837 new = kzalloc(struct_size(new, se_slots, numslots), GFP_KERNEL); in alloc_session()
1842 new->se_slots[i] = kzalloc(slotsize, GFP_KERNEL); in alloc_session()
1843 if (!new->se_slots[i]) in alloc_session()
1853 kfree(new->se_slots[i]); in alloc_session()
3987 slot = session->se_slots[seq->slotid]; in nfsd4_sequence()