Searched refs:t_bh (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | refcounttree.h | 114 struct buffer_head *t_bh, 124 struct buffer_head *t_bh);
|
| H A D | refcounttree.c | 3959 struct buffer_head *t_bh) in ocfs2_duplicate_inline_data() argument 3965 struct ocfs2_dinode *t_di = (struct ocfs2_dinode *)t_bh->b_data; in ocfs2_duplicate_inline_data() 3976 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh, in ocfs2_duplicate_inline_data() 3991 ocfs2_journal_dirty(handle, t_bh); in ocfs2_duplicate_inline_data() 4001 struct buffer_head *t_bh, in ocfs2_duplicate_extent_list() argument 4012 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(t_inode), t_bh); in ocfs2_duplicate_extent_list() 4054 struct buffer_head *t_bh, in ocfs2_complete_reflink() argument 4060 struct ocfs2_dinode *di = (struct ocfs2_dinode *)t_bh->b_data; in ocfs2_complete_reflink() 4071 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh, in ocfs2_complete_reflink() 4115 ocfs2_journal_dirty(handle, t_bh); in ocfs2_complete_reflink() [all …]
|