Home
last modified time | relevance | path

Searched refs:t_bh (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/ocfs2/
Drefcounttree.c3965 struct buffer_head *t_bh) in ocfs2_duplicate_inline_data() argument
3971 struct ocfs2_dinode *t_di = (struct ocfs2_dinode *)t_bh->b_data; in ocfs2_duplicate_inline_data()
3982 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh, in ocfs2_duplicate_inline_data()
3997 ocfs2_journal_dirty(handle, t_bh); in ocfs2_duplicate_inline_data()
4007 struct buffer_head *t_bh, in ocfs2_duplicate_extent_list() argument
4018 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(t_inode), t_bh); in ocfs2_duplicate_extent_list()
4060 struct buffer_head *t_bh, in ocfs2_complete_reflink() argument
4066 struct ocfs2_dinode *di = (struct ocfs2_dinode *)t_bh->b_data; in ocfs2_complete_reflink()
4077 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh, in ocfs2_complete_reflink()
4121 ocfs2_journal_dirty(handle, t_bh); in ocfs2_complete_reflink()
[all …]