/fs/ocfs2/ |
D | file.h | 35 struct buffer_head *fe_bh, 42 struct buffer_head *fe_bh,
|
D | namei.c | 75 struct buffer_head *fe_bh, 685 struct buffer_head *fe_bh = NULL; in ocfs2_link() local 762 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link() 769 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link() 786 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link() 798 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link() 828 brelse(fe_bh); in ocfs2_link() 881 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local 931 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink() 974 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink() [all …]
|
D | file.c | 292 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument 301 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size() 338 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument 364 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos() 372 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument 385 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate() 401 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate() 422 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate() 428 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate() 539 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument [all …]
|
D | inode.c | 63 struct buffer_head *fe_bh); 582 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument 588 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete() 607 fe_bh, in ocfs2_truncate_for_delete() 616 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete() 625 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
|
D | xattr.h | 78 struct buffer_head *fe_bh,
|
D | dir.h | 94 struct buffer_head *fe_bh,
|
D | suballoc.c | 102 struct buffer_head *fe_bh, 1405 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument 1414 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group() 1449 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group() 1454 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
|
D | dir.c | 2218 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument 2230 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el() 2267 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el() 2568 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument 2576 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir() 2579 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir() 2582 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
|
D | xattr.c | 5976 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument 5981 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount() 5983 (fe_bh->b_data + inode->i_sb->s_blocksize - in ocfs2_xattr_inline_attach_refcount() 5986 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount() 6139 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument 6146 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree() 6150 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree() 6547 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument 6570 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block() 6571 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()
|