Searched refs:t_bh (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/ocfs2/ |
D | refcounttree.h | 112 struct buffer_head *t_bh, 122 struct buffer_head *t_bh);
|
D | refcounttree.c | 3924 struct buffer_head *t_bh) in ocfs2_duplicate_inline_data() argument 3930 struct ocfs2_dinode *t_di = (struct ocfs2_dinode *)t_bh->b_data; in ocfs2_duplicate_inline_data() 3941 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh, in ocfs2_duplicate_inline_data() 3956 ocfs2_journal_dirty(handle, t_bh); in ocfs2_duplicate_inline_data() 3966 struct buffer_head *t_bh, in ocfs2_duplicate_extent_list() argument 3977 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(t_inode), t_bh); in ocfs2_duplicate_extent_list() 4019 struct buffer_head *t_bh, in ocfs2_complete_reflink() argument 4025 struct ocfs2_dinode *di = (struct ocfs2_dinode *)t_bh->b_data; in ocfs2_complete_reflink() 4036 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh, in ocfs2_complete_reflink() 4080 ocfs2_journal_dirty(handle, t_bh); in ocfs2_complete_reflink() [all …]
|