Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dfile.h49 struct buffer_head *fe_bh,
56 struct buffer_head *fe_bh,
Dnamei.c89 struct buffer_head *fe_bh,
691 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
768 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
775 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
792 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link()
804 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
834 brelse(fe_bh); in ocfs2_link()
887 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
937 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink()
980 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink()
[all …]
Dxattr.h86 struct buffer_head *fe_bh,
Ddir.h108 struct buffer_head *fe_bh,
Dfile.c306 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
315 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
352 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
378 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
386 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
399 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
415 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
436 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
442 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
553 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
[all …]
Dinode.c77 struct buffer_head *fe_bh);
596 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument
602 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete()
621 fe_bh, in ocfs2_truncate_for_delete()
630 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete()
639 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
Dsuballoc.c116 struct buffer_head *fe_bh,
1416 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument
1425 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group()
1460 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group()
1465 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
Ddir.c2244 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument
2256 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el()
2293 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el()
2594 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument
2602 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir()
2605 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
2608 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
Dxattr.c5984 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument
5989 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount()
5991 (fe_bh->b_data + inode->i_sb->s_blocksize - in ocfs2_xattr_inline_attach_refcount()
5994 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount()
6147 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument
6154 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree()
6158 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree()
6555 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument
6578 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block()
6579 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()