inode_bh          353 fs/affs/inode.c 	struct buffer_head *inode_bh = NULL;
inode_bh          375 fs/affs/inode.c 		inode_bh = bh;
inode_bh          390 fs/affs/inode.c 	if (inode_bh) {
inode_bh          392 fs/affs/inode.c 	       	chain = AFFS_TAIL(sb, inode_bh)->link_chain;
inode_bh          395 fs/affs/inode.c 		AFFS_TAIL(sb, inode_bh)->link_chain = cpu_to_be32(block);
inode_bh          396 fs/affs/inode.c 		affs_adjust_checksum(inode_bh, block - be32_to_cpu(chain));
inode_bh          397 fs/affs/inode.c 		mark_buffer_dirty_inode(inode_bh, inode);
inode_bh          413 fs/affs/inode.c 	affs_brelse(inode_bh);
inode_bh         2009 fs/ext4/inode.c 	struct buffer_head *inode_bh = NULL;
inode_bh         2016 fs/ext4/inode.c 		inode_bh = ext4_journalled_write_inline_data(inode, len, page);
inode_bh         2017 fs/ext4/inode.c 		if (inode_bh == NULL)
inode_bh         2077 fs/ext4/inode.c 	brelse(inode_bh);
inode_bh         2703 fs/ocfs2/suballoc.c 	struct buffer_head *inode_bh = NULL;
inode_bh         2709 fs/ocfs2/suballoc.c 	status = ocfs2_read_blocks_sync(osb, blkno, 1, &inode_bh);
inode_bh         2716 fs/ocfs2/suballoc.c 	inode_fe = (struct ocfs2_dinode *) inode_bh->b_data;
inode_bh         2741 fs/ocfs2/suballoc.c 	brelse(inode_bh);
inode_bh          120 fs/ocfs2/xattr.c 	struct buffer_head *inode_bh;
inode_bh         1161 fs/ocfs2/xattr.c 	struct ocfs2_dinode *di = (struct ocfs2_dinode *)xs->inode_bh->b_data;
inode_bh         1303 fs/ocfs2/xattr.c 	xis.inode_bh = xbs.inode_bh = di_bh;
inode_bh         2679 fs/ocfs2/xattr.c 	struct ocfs2_dinode *di = (struct ocfs2_dinode *)xs->inode_bh->b_data;
inode_bh         2694 fs/ocfs2/xattr.c 	xs->xattr_bh = xs->inode_bh;
inode_bh         2783 fs/ocfs2/xattr.c 		ret = ocfs2_xattr_ibody_init(inode, xs->inode_bh, ctxt);
inode_bh         2791 fs/ocfs2/xattr.c 	ocfs2_init_dinode_xa_loc(&loc, inode, xs->inode_bh,
inode_bh         2818 fs/ocfs2/xattr.c 	struct ocfs2_dinode *di = (struct ocfs2_dinode *)xs->inode_bh->b_data;
inode_bh         2861 fs/ocfs2/xattr.c 				    struct buffer_head *inode_bh,
inode_bh         2870 fs/ocfs2/xattr.c 	struct ocfs2_dinode *di =  (struct ocfs2_dinode *)inode_bh->b_data;
inode_bh         2875 fs/ocfs2/xattr.c 				      inode_bh, OCFS2_JOURNAL_ACCESS_CREATE);
inode_bh         2936 fs/ocfs2/xattr.c 	ocfs2_journal_dirty(ctxt->handle, inode_bh);
inode_bh         2963 fs/ocfs2/xattr.c 		ret = ocfs2_create_xattr_block(inode, xs->inode_bh, ctxt,
inode_bh         3423 fs/ocfs2/xattr.c 					      xis->inode_bh,
inode_bh         3433 fs/ocfs2/xattr.c 		ocfs2_journal_dirty(ctxt->handle, xis->inode_bh);
inode_bh         3496 fs/ocfs2/xattr.c 	xis.inode_bh = xbs.inode_bh = di_bh;
inode_bh         3578 fs/ocfs2/xattr.c 	xis.inode_bh = xbs.inode_bh = di_bh;
inode_bh         5787 fs/ocfs2/xattr.c 		vb.vb_bh = xis->inode_bh;