Lines Matching refs:di_bh

1015 	struct buffer_head *di_bh = NULL;  in ocfs2_listxattr()  local
1025 ret = ocfs2_inode_lock(d_inode(dentry), &di_bh, 0); in ocfs2_listxattr()
1031 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_listxattr()
1050 brelse(di_bh); in ocfs2_listxattr()
1265 struct buffer_head *di_bh, in ocfs2_xattr_get_nolock() argument
1287 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1288 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_get_nolock()
1311 struct buffer_head *di_bh = NULL; in ocfs2_xattr_get() local
1313 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_xattr_get()
1319 ret = ocfs2_xattr_get_nolock(inode, di_bh, name_index, in ocfs2_xattr_get()
1325 brelse(di_bh); in ocfs2_xattr_get()
2405 struct buffer_head *di_bh, in ocfs2_xattr_ibody_remove() argument
2410 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_ibody_remove()
2414 .vb_bh = di_bh, in ocfs2_xattr_ibody_remove()
2543 int ocfs2_xattr_remove(struct inode *inode, struct buffer_head *di_bh) in ocfs2_xattr_remove() argument
2546 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_remove()
2572 ret = ocfs2_xattr_ibody_remove(inode, di_bh, in ocfs2_xattr_remove()
2597 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh, in ocfs2_xattr_remove()
2612 ocfs2_journal_dirty(handle, di_bh); in ocfs2_xattr_remove()
2700 struct buffer_head *di_bh, in ocfs2_xattr_ibody_init() argument
2705 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_ibody_init()
2714 ret = ocfs2_journal_access_di(ctxt->handle, INODE_CACHE(inode), di_bh, in ocfs2_xattr_ibody_init()
2740 ocfs2_journal_dirty(ctxt->handle, di_bh); in ocfs2_xattr_ibody_init()
3429 struct buffer_head *di_bh, in ocfs2_xattr_set_handle() argument
3479 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set_handle()
3480 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_set_handle()
3517 struct buffer_head *di_bh = NULL; in ocfs2_xattr_set() local
3554 ret = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_xattr_set()
3559 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set()
3560 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_set()
3648 ret = ocfs2_try_remove_refcount_tree(inode, di_bh); in ocfs2_xattr_set()
3654 brelse(di_bh); in ocfs2_xattr_set()
7300 struct buffer_head *di_bh, in ocfs2_init_security_set() argument
7305 return ocfs2_xattr_set_handle(handle, inode, di_bh, in ocfs2_init_security_set()