Searched refs:si_bh (Results 1 – 1 of 1) sorted by relevance
38 struct buffer_head **si_bh; member125 BUG_ON(si->si_bh == NULL); in ocfs2_refresh_slot_info()162 *bh = si->si_bh[blkind]; in ocfs2_update_disk_slot_extended()180 *bh = si->si_bh[0]; in ocfs2_update_disk_slot_old()308 if (si->si_bh) { in __ocfs2_free_slot_info()310 if (si->si_bh[i]) { in __ocfs2_free_slot_info()311 brelse(si->si_bh[i]); in __ocfs2_free_slot_info()312 si->si_bh[i] = NULL; in __ocfs2_free_slot_info()315 kfree(si->si_bh); in __ocfs2_free_slot_info()368 if (!si->si_bh) { in ocfs2_map_slot_buffers()[all …]