si_bh              40 fs/ocfs2/slot_map.c 	struct buffer_head **si_bh;
si_bh              73 fs/ocfs2/slot_map.c 		se = (struct ocfs2_slot_map_extended *)si->si_bh[b]->b_data;
si_bh              96 fs/ocfs2/slot_map.c 	sm = (struct ocfs2_slot_map *)si->si_bh[0]->b_data;
si_bh             127 fs/ocfs2/slot_map.c 	BUG_ON(si->si_bh == NULL);
si_bh             137 fs/ocfs2/slot_map.c 				si->si_bh, OCFS2_BH_IGNORE_CACHE, NULL);
si_bh             159 fs/ocfs2/slot_map.c 	se = (struct ocfs2_slot_map_extended *)si->si_bh[blkind]->b_data;
si_bh             164 fs/ocfs2/slot_map.c 	*bh = si->si_bh[blkind];
si_bh             174 fs/ocfs2/slot_map.c 	sm = (struct ocfs2_slot_map *)si->si_bh[0]->b_data;
si_bh             182 fs/ocfs2/slot_map.c 	*bh = si->si_bh[0];
si_bh             310 fs/ocfs2/slot_map.c 	if (si->si_bh) {
si_bh             312 fs/ocfs2/slot_map.c 			if (si->si_bh[i]) {
si_bh             313 fs/ocfs2/slot_map.c 				brelse(si->si_bh[i]);
si_bh             314 fs/ocfs2/slot_map.c 				si->si_bh[i] = NULL;
si_bh             317 fs/ocfs2/slot_map.c 		kfree(si->si_bh);
si_bh             368 fs/ocfs2/slot_map.c 	si->si_bh = kcalloc(si->si_blocks, sizeof(struct buffer_head *),
si_bh             370 fs/ocfs2/slot_map.c 	if (!si->si_bh) {
si_bh             394 fs/ocfs2/slot_map.c 		si->si_bh[i] = bh;