fe_bh            2218 fs/ocfs2/dir.c 				 struct buffer_head *fe_bh,
fe_bh            2230 fs/ocfs2/dir.c 	status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh,
fe_bh            2267 fs/ocfs2/dir.c 	status = ocfs2_mark_inode_dirty(handle, inode, fe_bh);
fe_bh            2568 fs/ocfs2/dir.c 		       struct buffer_head *fe_bh,
fe_bh            2576 fs/ocfs2/dir.c 		return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh);
fe_bh            2579 fs/ocfs2/dir.c 		return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh,
fe_bh            2582 fs/ocfs2/dir.c 	return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh,
fe_bh              94 fs/ocfs2/dir.h 		       struct buffer_head *fe_bh,
fe_bh             292 fs/ocfs2/file.c 				struct buffer_head *fe_bh,
fe_bh             301 fs/ocfs2/file.c 	status = ocfs2_mark_inode_dirty(handle, inode, fe_bh);
fe_bh             338 fs/ocfs2/file.c 			      struct buffer_head *fe_bh,
fe_bh             364 fs/ocfs2/file.c 	return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1);
fe_bh             372 fs/ocfs2/file.c 				     struct buffer_head *fe_bh,
fe_bh             385 fs/ocfs2/file.c 	status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size);
fe_bh             401 fs/ocfs2/file.c 	status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh,
fe_bh             422 fs/ocfs2/file.c 	di = (struct ocfs2_dinode *) fe_bh->b_data;
fe_bh             428 fs/ocfs2/file.c 	ocfs2_journal_dirty(handle, fe_bh);
fe_bh             535 fs/ocfs2/file.c 			 struct buffer_head *fe_bh,
fe_bh             544 fs/ocfs2/file.c 	ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(inode), fe_bh);
fe_bh              35 fs/ocfs2/file.h 			 struct buffer_head *fe_bh,
fe_bh              42 fs/ocfs2/file.h 		struct buffer_head *fe_bh,
fe_bh              63 fs/ocfs2/inode.c 				    struct buffer_head *fe_bh);
fe_bh             582 fs/ocfs2/inode.c 				     struct buffer_head *fe_bh)
fe_bh             588 fs/ocfs2/inode.c 	fe = (struct ocfs2_dinode *) fe_bh->b_data;
fe_bh             607 fs/ocfs2/inode.c 						 fe_bh,
fe_bh             616 fs/ocfs2/inode.c 		status = ocfs2_mark_inode_dirty(handle, inode, fe_bh);
fe_bh             625 fs/ocfs2/inode.c 		status = ocfs2_commit_truncate(osb, inode, fe_bh);
fe_bh              75 fs/ocfs2/namei.c 			    struct buffer_head *fe_bh,
fe_bh             681 fs/ocfs2/namei.c 	struct buffer_head *fe_bh = NULL;
fe_bh             758 fs/ocfs2/namei.c 	err = ocfs2_inode_lock(inode, &fe_bh, 1);
fe_bh             765 fs/ocfs2/namei.c 	fe = (struct ocfs2_dinode *) fe_bh->b_data;
fe_bh             782 fs/ocfs2/namei.c 	err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh,
fe_bh             794 fs/ocfs2/namei.c 	ocfs2_journal_dirty(handle, fe_bh);
fe_bh             824 fs/ocfs2/namei.c 	brelse(fe_bh);
fe_bh             877 fs/ocfs2/namei.c 	struct buffer_head *fe_bh = NULL;
fe_bh             927 fs/ocfs2/namei.c 	status = ocfs2_inode_lock(inode, &fe_bh, 1);
fe_bh             970 fs/ocfs2/namei.c 	status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh,
fe_bh             977 fs/ocfs2/namei.c 	fe = (struct ocfs2_dinode *) fe_bh->b_data;
fe_bh             990 fs/ocfs2/namei.c 	ocfs2_journal_dirty(handle, fe_bh);
fe_bh            1005 fs/ocfs2/namei.c 		status = ocfs2_orphan_add(osb, handle, inode, fe_bh,
fe_bh            1027 fs/ocfs2/namei.c 	brelse(fe_bh);
fe_bh            2215 fs/ocfs2/namei.c 			    struct buffer_head *fe_bh,
fe_bh            2224 fs/ocfs2/namei.c 	struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data;
fe_bh            2255 fs/ocfs2/namei.c 					 fe_bh,
fe_bh            2295 fs/ocfs2/namei.c 	ocfs2_journal_dirty(handle, fe_bh);
fe_bh             102 fs/ocfs2/suballoc.c 				    struct buffer_head *fe_bh,
fe_bh            1402 fs/ocfs2/suballoc.c 				    struct buffer_head *fe_bh,
fe_bh            1411 fs/ocfs2/suballoc.c 	struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data;
fe_bh            1446 fs/ocfs2/suballoc.c 					 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE);
fe_bh            1451 fs/ocfs2/suballoc.c 	ocfs2_journal_dirty(handle, fe_bh);
fe_bh            5976 fs/ocfs2/xattr.c 				struct buffer_head *fe_bh,
fe_bh            5981 fs/ocfs2/xattr.c 	struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data;
fe_bh            5983 fs/ocfs2/xattr.c 				(fe_bh->b_data + inode->i_sb->s_blocksize -
fe_bh            5986 fs/ocfs2/xattr.c 		.vb_bh = fe_bh,
fe_bh            6139 fs/ocfs2/xattr.c 				     struct buffer_head *fe_bh,
fe_bh            6146 fs/ocfs2/xattr.c 	struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data;
fe_bh            6150 fs/ocfs2/xattr.c 		ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh,
fe_bh            6547 fs/ocfs2/xattr.c 					  struct buffer_head *fe_bh,
fe_bh            6570 fs/ocfs2/xattr.c 				(unsigned long long)fe_bh->b_blocknr, indexed);
fe_bh            6571 fs/ocfs2/xattr.c 	ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed,
fe_bh              78 fs/ocfs2/xattr.h 				     struct buffer_head *fe_bh,