Home
last modified time | relevance | path

Searched refs:sm_slots (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dslot_map.c115 if (le16_to_cpu(sm->sm_slots[i]) == (u16)OCFS2_INVALID_SLOT) in ocfs2_update_slot_info_old()
118 ocfs2_set_slot(si, i, le16_to_cpu(sm->sm_slots[i])); in ocfs2_update_slot_info_old()
193 sm->sm_slots[i] = in ocfs2_update_disk_slot_old()
196 sm->sm_slots[i] = cpu_to_le16(OCFS2_INVALID_SLOT); in ocfs2_update_disk_slot_old()
Docfs2_fs.h571 /*00*/ __le16 sm_slots[0]; member