Lines Matching refs:di_bh
1031 struct buffer_head *di_bh = NULL; in ocfs2_listxattr() local
1041 ret = ocfs2_inode_lock(d_inode(dentry), &di_bh, 0); in ocfs2_listxattr()
1047 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_listxattr()
1066 brelse(di_bh); in ocfs2_listxattr()
1281 struct buffer_head *di_bh, in ocfs2_xattr_get_nolock() argument
1303 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1304 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_get_nolock()
1327 struct buffer_head *di_bh = NULL; in ocfs2_xattr_get() local
1330 had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 0, &oh); in ocfs2_xattr_get()
1336 ret = ocfs2_xattr_get_nolock(inode, di_bh, name_index, in ocfs2_xattr_get()
1342 brelse(di_bh); in ocfs2_xattr_get()
2422 struct buffer_head *di_bh, in ocfs2_xattr_ibody_remove() argument
2427 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_ibody_remove()
2431 .vb_bh = di_bh, in ocfs2_xattr_ibody_remove()
2560 int ocfs2_xattr_remove(struct inode *inode, struct buffer_head *di_bh) in ocfs2_xattr_remove() argument
2563 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_remove()
2589 ret = ocfs2_xattr_ibody_remove(inode, di_bh, in ocfs2_xattr_remove()
2614 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh, in ocfs2_xattr_remove()
2629 ocfs2_journal_dirty(handle, di_bh); in ocfs2_xattr_remove()
2717 struct buffer_head *di_bh, in ocfs2_xattr_ibody_init() argument
2722 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_ibody_init()
2731 ret = ocfs2_journal_access_di(ctxt->handle, INODE_CACHE(inode), di_bh, in ocfs2_xattr_ibody_init()
2757 ocfs2_journal_dirty(ctxt->handle, di_bh); in ocfs2_xattr_ibody_init()
3446 struct buffer_head *di_bh, in ocfs2_xattr_set_handle() argument
3496 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set_handle()
3497 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_set_handle()
3534 struct buffer_head *di_bh = NULL; in ocfs2_xattr_set() local
3572 had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 1, &oh); in ocfs2_xattr_set()
3578 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set()
3579 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_set()
3667 ret = ocfs2_try_remove_refcount_tree(inode, di_bh); in ocfs2_xattr_set()
3673 brelse(di_bh); in ocfs2_xattr_set()
7296 struct buffer_head *di_bh, in ocfs2_init_security_set() argument
7301 return ocfs2_xattr_set_handle(handle, inode, di_bh, in ocfs2_init_security_set()