Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dfile.h33 struct buffer_head *fe_bh,
40 struct buffer_head *fe_bh,
H A Dnamei.c74 struct buffer_head *fe_bh,
689 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
766 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
773 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
790 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link()
803 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
833 brelse(fe_bh); in ocfs2_link()
886 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
936 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink()
979 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 Ddir.h92 struct buffer_head *fe_bh,
H A Dfile.c294 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
303 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
340 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
366 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
374 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
387 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
403 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
424 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
430 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
541 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
[all …]
H A Dinode.c61 struct buffer_head *fe_bh);
580 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument
586 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete()
605 fe_bh, in ocfs2_truncate_for_delete()
614 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete()
623 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
H A Dsuballoc.c100 struct buffer_head *fe_bh,
1403 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument
1412 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group()
1447 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group()
1452 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
H A Ddir.c2243 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument
2255 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el()
2292 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el()
2593 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument
2601 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir()
2604 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
2607 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
H A Dxattr.c5978 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument
5983 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount()
5985 (fe_bh->b_data + inode->i_sb->s_blocksize - in ocfs2_xattr_inline_attach_refcount()
5988 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount()
6141 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument
6148 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree()
6152 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree()
6540 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument
6563 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block()
6564 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()