/fs/ocfs2/ |
D | file.h | 49 struct buffer_head *fe_bh, 56 struct buffer_head *fe_bh,
|
D | namei.c | 88 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() 805 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link() 835 brelse(fe_bh); in ocfs2_link() 888 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local 938 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink() 981 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink() [all …]
|
D | file.c | 304 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument 313 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size() 350 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument 376 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos() 384 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument 397 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate() 413 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate() 434 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate() 440 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate() 547 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument [all …]
|
D | xattr.h | 86 struct buffer_head *fe_bh,
|
D | inode.c | 76 struct buffer_head *fe_bh); 595 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument 601 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete() 620 fe_bh, in ocfs2_truncate_for_delete() 629 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete() 638 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
|
D | dir.h | 108 struct buffer_head *fe_bh,
|
D | suballoc.c | 118 struct buffer_head *fe_bh, 1421 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument 1430 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group() 1465 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group() 1470 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
|
D | dir.c | 2244 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()
|
D | xattr.c | 5981 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument 5986 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount() 5988 (fe_bh->b_data + inode->i_sb->s_blocksize - in ocfs2_xattr_inline_attach_refcount() 5991 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount() 6144 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument 6151 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree() 6155 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree() 6552 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument 6575 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block() 6576 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()
|