Lines Matching refs:fe_bh
304 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
313 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
350 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
376 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
384 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
397 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
413 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
434 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
440 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
547 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
556 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(inode), fe_bh); in ocfs2_add_inode_data()