Lines Matching refs:di_bh

1021 	struct buffer_head *di_bh = NULL;  in ocfs2_listxattr()  local
1031 ret = ocfs2_inode_lock(d_inode(dentry), &di_bh, 0); in ocfs2_listxattr()
1037 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_listxattr()
1056 brelse(di_bh); in ocfs2_listxattr()
1271 struct buffer_head *di_bh, in ocfs2_xattr_get_nolock() argument
1293 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1294 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_get_nolock()
1317 struct buffer_head *di_bh = NULL; in ocfs2_xattr_get() local
1319 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_xattr_get()
1325 ret = ocfs2_xattr_get_nolock(inode, di_bh, name_index, in ocfs2_xattr_get()
1331 brelse(di_bh); in ocfs2_xattr_get()
2411 struct buffer_head *di_bh, in ocfs2_xattr_ibody_remove() argument
2416 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_ibody_remove()
2420 .vb_bh = di_bh, in ocfs2_xattr_ibody_remove()
2549 int ocfs2_xattr_remove(struct inode *inode, struct buffer_head *di_bh) in ocfs2_xattr_remove() argument
2552 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_remove()
2578 ret = ocfs2_xattr_ibody_remove(inode, di_bh, in ocfs2_xattr_remove()
2603 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh, in ocfs2_xattr_remove()
2618 ocfs2_journal_dirty(handle, di_bh); in ocfs2_xattr_remove()
2706 struct buffer_head *di_bh, in ocfs2_xattr_ibody_init() argument
2711 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_ibody_init()
2720 ret = ocfs2_journal_access_di(ctxt->handle, INODE_CACHE(inode), di_bh, in ocfs2_xattr_ibody_init()
2746 ocfs2_journal_dirty(ctxt->handle, di_bh); in ocfs2_xattr_ibody_init()
3435 struct buffer_head *di_bh, in ocfs2_xattr_set_handle() argument
3485 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set_handle()
3486 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_set_handle()
3523 struct buffer_head *di_bh = NULL; in ocfs2_xattr_set() local
3560 ret = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_xattr_set()
3565 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set()
3566 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_set()
3654 ret = ocfs2_try_remove_refcount_tree(inode, di_bh); in ocfs2_xattr_set()
3660 brelse(di_bh); in ocfs2_xattr_set()
7305 struct buffer_head *di_bh, in ocfs2_init_security_set() argument
7310 return ocfs2_xattr_set_handle(handle, inode, di_bh, in ocfs2_init_security_set()