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

/linux-4.4.14/fs/ocfs2/
H A Dslot_map.c56 struct buffer_head **si_bh; member in struct:ocfs2_slot_info
89 se = (struct ocfs2_slot_map_extended *)si->si_bh[b]->b_data; ocfs2_update_slot_info_extended()
112 sm = (struct ocfs2_slot_map *)si->si_bh[0]->b_data; ocfs2_update_slot_info_old()
143 BUG_ON(si->si_bh == NULL); ocfs2_refresh_slot_info()
148 * We pass -1 as blocknr because we expect all of si->si_bh to ocfs2_refresh_slot_info()
153 si->si_bh, OCFS2_BH_IGNORE_CACHE, NULL); ocfs2_refresh_slot_info()
175 se = (struct ocfs2_slot_map_extended *)si->si_bh[blkind]->b_data; ocfs2_update_disk_slot_extended()
180 *bh = si->si_bh[blkind]; ocfs2_update_disk_slot_extended()
190 sm = (struct ocfs2_slot_map *)si->si_bh[0]->b_data; ocfs2_update_disk_slot_old()
198 *bh = si->si_bh[0]; ocfs2_update_disk_slot_old()
327 if (si->si_bh) { __ocfs2_free_slot_info()
329 if (si->si_bh[i]) { __ocfs2_free_slot_info()
330 brelse(si->si_bh[i]); __ocfs2_free_slot_info()
331 si->si_bh[i] = NULL; __ocfs2_free_slot_info()
334 kfree(si->si_bh); __ocfs2_free_slot_info()
385 si->si_bh = kcalloc(si->si_blocks, sizeof(struct buffer_head *), ocfs2_map_slot_buffers()
387 if (!si->si_bh) { ocfs2_map_slot_buffers()
411 si->si_bh[i] = bh; ocfs2_map_slot_buffers()

Completed in 78 milliseconds