| /linux-6.15/fs/ocfs2/ |
| H A D | file.h | 34 struct buffer_head *fe_bh, 41 struct buffer_head *fe_bh,
|
| H A D | namei.c | 74 struct buffer_head *fe_bh, 688 struct buffer_head *fe_bh = NULL; in ocfs2_link() local 765 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link() 802 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link() 832 brelse(fe_bh); in ocfs2_link() 885 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local 999 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_unlink() 1036 brelse(fe_bh); in ocfs2_unlink() 2247 struct buffer_head *fe_bh, in ocfs2_orphan_add() argument 2287 fe_bh, in ocfs2_orphan_add() [all …]
|
| H A D | xattr.h | 76 struct buffer_head *fe_bh,
|
| H A D | dir.h | 92 struct buffer_head *fe_bh,
|
| H A D | file.c | 294 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 D | inode.c | 61 struct buffer_head *fe_bh); 594 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument 600 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete() 619 fe_bh, in ocfs2_truncate_for_delete() 628 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete() 637 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
|
| H A D | suballoc.c | 104 struct buffer_head *fe_bh, 1459 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument 1468 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group() 1503 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group() 1508 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
|
| H A D | dir.c | 2241 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument 2253 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el() 2290 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el() 2591 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument 2599 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir() 2602 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir() 2605 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
|
| H A D | xattr.c | 5969 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument 5974 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount() 5976 (fe_bh->b_data + inode->i_sb->s_blocksize - in ocfs2_xattr_inline_attach_refcount() 5979 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount() 6132 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument 6139 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree() 6143 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree() 6531 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument 6554 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block() 6555 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()
|