Lines Matching refs:blk_bh
260 struct buffer_head *blk_bh,
998 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_list() local
1006 &blk_bh); in ocfs2_xattr_block_list()
1012 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_list()
1018 ret = ocfs2_xattr_tree_list_index_block(inode, blk_bh, in ocfs2_xattr_block_list()
1021 brelse(blk_bh); in ocfs2_xattr_block_list()
2451 struct buffer_head *blk_bh, in ocfs2_xattr_block_remove() argument
2458 .vb_bh = blk_bh, in ocfs2_xattr_block_remove()
2466 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_remove()
2473 blk_bh, in ocfs2_xattr_block_remove()
2487 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_free_block() local
2495 ret = ocfs2_read_xattr_block(inode, block, &blk_bh); in ocfs2_xattr_free_block()
2501 ret = ocfs2_xattr_block_remove(inode, blk_bh, ref_ci, ref_root_bh); in ocfs2_xattr_free_block()
2507 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_free_block()
2551 brelse(blk_bh); in ocfs2_xattr_free_block()
2819 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_find() local
2827 &blk_bh); in ocfs2_xattr_block_find()
2833 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2834 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_find()
2839 xs->end = (void *)(blk_bh->b_data) + blk_bh->b_size; in ocfs2_xattr_block_find()
2844 ret = ocfs2_xattr_index_block_find(inode, blk_bh, in ocfs2_xattr_block_find()
2855 brelse(blk_bh); in ocfs2_xattr_block_find()
4082 struct buffer_head *blk_bh, in ocfs2_iterate_xattr_index_block() argument
4087 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_iterate_xattr_index_block()
4104 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4131 struct buffer_head *blk_bh, in ocfs2_xattr_tree_list_index_block() argument
4142 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_tree_list_index_block()
6104 struct buffer_head *blk_bh, in ocfs2_xattr_block_attach_refcount() argument
6111 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_attach_refcount()
6116 .vb_bh = blk_bh, in ocfs2_xattr_block_attach_refcount()
6130 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_block_attach_refcount()
6147 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_attach_refcount_tree() local
6163 &blk_bh); in ocfs2_xattr_attach_refcount_tree()
6169 ret = ocfs2_xattr_block_attach_refcount(inode, blk_bh, ref_ci, in ocfs2_xattr_attach_refcount_tree()
6174 brelse(blk_bh); in ocfs2_xattr_attach_refcount_tree()
6583 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_block() argument
6593 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_block()
6637 memcpy(new_blk_bh->b_data + header_off, blk_bh->b_data + header_off, in ocfs2_reflink_xattr_block()
6640 ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh, in ocfs2_reflink_xattr_block()
7054 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_tree() argument
7062 para.old_blk_bh = blk_bh; in ocfs2_reflink_xattr_tree()
7078 ret = ocfs2_iterate_xattr_index_block(args->old_inode, blk_bh, in ocfs2_reflink_xattr_tree()
7091 struct buffer_head *blk_bh) in ocfs2_reflink_xattr_in_block() argument
7096 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_in_block()
7110 ret = ocfs2_reflink_xattr_block(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7112 ret = ocfs2_reflink_xattr_tree(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7140 struct buffer_head *blk_bh = NULL; in ocfs2_reflink_xattrs() local
7179 &blk_bh); in ocfs2_reflink_xattrs()
7185 ret = ocfs2_reflink_xattr_in_block(&args, blk_bh); in ocfs2_reflink_xattrs()
7189 brelse(blk_bh); in ocfs2_reflink_xattrs()