Lines Matching refs:blk_bh

268 					struct buffer_head *blk_bh,
988 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_list() local
996 &blk_bh); in ocfs2_xattr_block_list()
1002 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_list()
1008 ret = ocfs2_xattr_tree_list_index_block(inode, blk_bh, in ocfs2_xattr_block_list()
1011 brelse(blk_bh); in ocfs2_xattr_block_list()
2440 struct buffer_head *blk_bh, in ocfs2_xattr_block_remove() argument
2447 .vb_bh = blk_bh, in ocfs2_xattr_block_remove()
2455 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_remove()
2462 blk_bh, in ocfs2_xattr_block_remove()
2476 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_free_block() local
2484 ret = ocfs2_read_xattr_block(inode, block, &blk_bh); in ocfs2_xattr_free_block()
2490 ret = ocfs2_xattr_block_remove(inode, blk_bh, ref_ci, ref_root_bh); in ocfs2_xattr_free_block()
2496 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_free_block()
2540 brelse(blk_bh); in ocfs2_xattr_free_block()
2808 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_find() local
2816 &blk_bh); in ocfs2_xattr_block_find()
2822 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2823 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_find()
2828 xs->end = (void *)(blk_bh->b_data) + blk_bh->b_size; in ocfs2_xattr_block_find()
2833 ret = ocfs2_xattr_index_block_find(inode, blk_bh, in ocfs2_xattr_block_find()
2844 brelse(blk_bh); in ocfs2_xattr_block_find()
4076 struct buffer_head *blk_bh, in ocfs2_iterate_xattr_index_block() argument
4081 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_iterate_xattr_index_block()
4098 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4125 struct buffer_head *blk_bh, in ocfs2_xattr_tree_list_index_block() argument
4136 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_tree_list_index_block()
6098 struct buffer_head *blk_bh, in ocfs2_xattr_block_attach_refcount() argument
6105 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_attach_refcount()
6110 .vb_bh = blk_bh, in ocfs2_xattr_block_attach_refcount()
6124 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_block_attach_refcount()
6141 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_attach_refcount_tree() local
6157 &blk_bh); in ocfs2_xattr_attach_refcount_tree()
6163 ret = ocfs2_xattr_block_attach_refcount(inode, blk_bh, ref_ci, in ocfs2_xattr_attach_refcount_tree()
6168 brelse(blk_bh); in ocfs2_xattr_attach_refcount_tree()
6577 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_block() argument
6587 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_block()
6631 memcpy(new_blk_bh->b_data + header_off, blk_bh->b_data + header_off, in ocfs2_reflink_xattr_block()
6634 ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh, in ocfs2_reflink_xattr_block()
7048 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_tree() argument
7056 para.old_blk_bh = blk_bh; in ocfs2_reflink_xattr_tree()
7072 ret = ocfs2_iterate_xattr_index_block(args->old_inode, blk_bh, in ocfs2_reflink_xattr_tree()
7085 struct buffer_head *blk_bh) in ocfs2_reflink_xattr_in_block() argument
7090 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_in_block()
7104 ret = ocfs2_reflink_xattr_block(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7106 ret = ocfs2_reflink_xattr_tree(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7134 struct buffer_head *blk_bh = NULL; in ocfs2_reflink_xattrs() local
7173 &blk_bh); in ocfs2_reflink_xattrs()
7179 ret = ocfs2_reflink_xattr_in_block(&args, blk_bh); in ocfs2_reflink_xattrs()
7183 brelse(blk_bh); in ocfs2_reflink_xattrs()