Home
last modified time | relevance | path

Searched refs:fe_bh (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ocfs2/
H A Dfile.h34 struct buffer_head *fe_bh,
41 struct buffer_head *fe_bh,
H A Dxattr.h76 struct buffer_head *fe_bh,
H A Dfile.c295 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
304 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
341 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
367 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
375 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
388 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
404 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
425 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
431 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
542 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
[all …]
H A Ddir.h92 struct buffer_head *fe_bh,
H A Dinode.c59 struct buffer_head *fe_bh);
658 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument
664 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete()
683 fe_bh, in ocfs2_truncate_for_delete()
692 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete()
701 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()