/linux-4.1.27/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, 676 struct buffer_head *fe_bh = NULL; in ocfs2_link() local 749 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link() 756 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link() 773 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link() 785 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link() 815 brelse(fe_bh); in ocfs2_link() 868 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local 914 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink() 957 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink() [all …]
|
D | xattr.h | 86 struct buffer_head *fe_bh,
|
D | dir.h | 108 struct buffer_head *fe_bh,
|
D | file.c | 300 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument 309 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size() 346 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument 372 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos() 380 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument 393 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate() 409 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate() 430 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate() 436 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate() 543 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument [all …]
|
D | inode.c | 75 struct buffer_head *fe_bh); 555 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument 561 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete() 580 fe_bh, in ocfs2_truncate_for_delete() 589 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete() 598 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
|
D | suballoc.c | 118 struct buffer_head *fe_bh, 1410 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument 1419 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group() 1454 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group() 1459 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
|
D | dir.c | 2254 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument 2266 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el() 2303 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el() 2604 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument 2612 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir() 2615 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir() 2618 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
|
D | xattr.c | 5970 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument 5975 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount() 5977 (fe_bh->b_data + inode->i_sb->s_blocksize - in ocfs2_xattr_inline_attach_refcount() 5980 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount() 6133 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument 6140 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree() 6144 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree() 6541 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument 6564 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block() 6565 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()
|