Lines Matching refs:bh
167 struct buffer_head **bh) in ocfs2_update_disk_slot_extended() argument
180 *bh = si->si_bh[blkind]; in ocfs2_update_disk_slot_extended()
185 struct buffer_head **bh) in ocfs2_update_disk_slot_old() argument
198 *bh = si->si_bh[0]; in ocfs2_update_disk_slot_old()
206 struct buffer_head *bh; in ocfs2_update_disk_slot() local
210 ocfs2_update_disk_slot_extended(si, slot_num, &bh); in ocfs2_update_disk_slot()
212 ocfs2_update_disk_slot_old(si, slot_num, &bh); in ocfs2_update_disk_slot()
215 status = ocfs2_write_block(osb, bh, INODE_CACHE(si->si_inode)); in ocfs2_update_disk_slot()
361 struct buffer_head *bh; in ocfs2_map_slot_buffers() local
403 bh = NULL; /* Acquire a fresh bh */ in ocfs2_map_slot_buffers()
405 1, &bh, OCFS2_BH_IGNORE_CACHE, NULL); in ocfs2_map_slot_buffers()
411 si->si_bh[i] = bh; in ocfs2_map_slot_buffers()