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 Dnamei.c75 struct buffer_head *fe_bh,
693 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
770 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
777 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
794 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link()
807 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
837 brelse(fe_bh); in ocfs2_link()
890 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
940 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink()
986 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink()
[all …]
H A Dxattr.h81 struct buffer_head *fe_bh,
H A Ddir.h92 struct buffer_head *fe_bh,
H A Dxattr.c6215 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument
6220 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount()
6224 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount()
6381 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument
6388 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree()
6392 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree()
6791 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument
6814 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block()
6815 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()