Home
last modified time | relevance | path

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

/fs/ocfs2/
Dslot_map.c99 if (le16_to_cpu(sm->sm_slots[i]) == (u16)OCFS2_INVALID_SLOT) in ocfs2_update_slot_info_old()
102 ocfs2_set_slot(si, i, le16_to_cpu(sm->sm_slots[i])); in ocfs2_update_slot_info_old()
177 sm->sm_slots[i] = in ocfs2_update_disk_slot_old()
180 sm->sm_slots[i] = cpu_to_le16(OCFS2_INVALID_SLOT); in ocfs2_update_disk_slot_old()
Docfs2_fs.h532 /*00*/ __le16 sm_slots[0]; member