Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/ !
Dslot_map.c38 struct buffer_head **si_bh; member
71 se = (struct ocfs2_slot_map_extended *)si->si_bh[b]->b_data; in ocfs2_update_slot_info_extended()
94 sm = (struct ocfs2_slot_map *)si->si_bh[0]->b_data; in ocfs2_update_slot_info_old()
125 BUG_ON(si->si_bh == NULL); in ocfs2_refresh_slot_info()
135 si->si_bh, OCFS2_BH_IGNORE_CACHE, NULL); in ocfs2_refresh_slot_info()
157 se = (struct ocfs2_slot_map_extended *)si->si_bh[blkind]->b_data; in ocfs2_update_disk_slot_extended()
162 *bh = si->si_bh[blkind]; in ocfs2_update_disk_slot_extended()
172 sm = (struct ocfs2_slot_map *)si->si_bh[0]->b_data; in ocfs2_update_disk_slot_old()
180 *bh = si->si_bh[0]; in ocfs2_update_disk_slot_old()
308 if (si->si_bh) { in __ocfs2_free_slot_info()
[all …]