Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dfile.h34 struct buffer_head *fe_bh,
41 struct buffer_head *fe_bh,
H A Dnamei.c75 struct buffer_head *fe_bh,
692 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
769 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
776 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
793 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link()
806 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
836 brelse(fe_bh); in ocfs2_link()
889 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
939 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink()
982 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink()
[all …]
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 Ddir.c2270 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument
2282 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el()
2319 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el()
2619 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument
2627 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir()
2630 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
2633 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
H A Dsuballoc.c105 struct buffer_head *fe_bh,
1528 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument
1537 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group()
1572 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group()
1577 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
H A Dxattr.c6000 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument
6005 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount()
6007 (fe_bh->b_data + inode->i_sb->s_blocksize - in ocfs2_xattr_inline_attach_refcount()
6010 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount()
6163 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument
6170 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree()
6174 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree()
6566 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument
6589 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block()
6590 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()