Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dslot_map.c40 struct buffer_head **si_bh; member
73 se = (struct ocfs2_slot_map_extended *)si->si_bh[b]->b_data; in ocfs2_update_slot_info_extended()
96 sm = (struct ocfs2_slot_map *)si->si_bh[0]->b_data; in ocfs2_update_slot_info_old()
127 BUG_ON(si->si_bh == NULL); in ocfs2_refresh_slot_info()
132 * We pass -1 as blocknr because we expect all of si->si_bh to in ocfs2_refresh_slot_info()
137 si->si_bh, OCFS2_BH_IGNORE_CACHE, NULL); in ocfs2_refresh_slot_info()
159 se = (struct ocfs2_slot_map_extended *)si->si_bh[blkind]->b_data; in ocfs2_update_disk_slot_extended()
164 *bh = si->si_bh[blkind]; in ocfs2_update_disk_slot_extended()
174 sm = (struct ocfs2_slot_map *)si->si_bh[0]->b_data; in ocfs2_update_disk_slot_old()
182 *bh = si->si_bh[ in ocfs2_update_disk_slot_old()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A 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()
130 * We pass -1 as blocknr because we expect all of si->si_bh to 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[ in ocfs2_update_disk_slot_old()
[all...]

Completed in 2 milliseconds