Lines Matching refs:blk_bh
268 struct buffer_head *blk_bh,
982 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_list() local
990 &blk_bh); in ocfs2_xattr_block_list()
996 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_list()
1002 ret = ocfs2_xattr_tree_list_index_block(inode, blk_bh, in ocfs2_xattr_block_list()
1005 brelse(blk_bh); in ocfs2_xattr_block_list()
2434 struct buffer_head *blk_bh, in ocfs2_xattr_block_remove() argument
2441 .vb_bh = blk_bh, in ocfs2_xattr_block_remove()
2449 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_remove()
2456 blk_bh, in ocfs2_xattr_block_remove()
2470 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_free_block() local
2478 ret = ocfs2_read_xattr_block(inode, block, &blk_bh); in ocfs2_xattr_free_block()
2484 ret = ocfs2_xattr_block_remove(inode, blk_bh, ref_ci, ref_root_bh); in ocfs2_xattr_free_block()
2490 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_free_block()
2534 brelse(blk_bh); in ocfs2_xattr_free_block()
2802 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_find() local
2810 &blk_bh); in ocfs2_xattr_block_find()
2816 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2817 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_find()
2822 xs->end = (void *)(blk_bh->b_data) + blk_bh->b_size; in ocfs2_xattr_block_find()
2827 ret = ocfs2_xattr_index_block_find(inode, blk_bh, in ocfs2_xattr_block_find()
2838 brelse(blk_bh); in ocfs2_xattr_block_find()
4068 struct buffer_head *blk_bh, in ocfs2_iterate_xattr_index_block() argument
4073 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_iterate_xattr_index_block()
4090 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4117 struct buffer_head *blk_bh, in ocfs2_xattr_tree_list_index_block() argument
4128 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_tree_list_index_block()
6090 struct buffer_head *blk_bh, in ocfs2_xattr_block_attach_refcount() argument
6097 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_attach_refcount()
6102 .vb_bh = blk_bh, in ocfs2_xattr_block_attach_refcount()
6116 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_block_attach_refcount()
6133 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_attach_refcount_tree() local
6149 &blk_bh); in ocfs2_xattr_attach_refcount_tree()
6155 ret = ocfs2_xattr_block_attach_refcount(inode, blk_bh, ref_ci, in ocfs2_xattr_attach_refcount_tree()
6160 brelse(blk_bh); in ocfs2_xattr_attach_refcount_tree()
6569 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_block() argument
6579 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_block()
6623 memcpy(new_blk_bh->b_data + header_off, blk_bh->b_data + header_off, in ocfs2_reflink_xattr_block()
6626 ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh, in ocfs2_reflink_xattr_block()
7040 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_tree() argument
7048 para.old_blk_bh = blk_bh; in ocfs2_reflink_xattr_tree()
7064 ret = ocfs2_iterate_xattr_index_block(args->old_inode, blk_bh, in ocfs2_reflink_xattr_tree()
7077 struct buffer_head *blk_bh) in ocfs2_reflink_xattr_in_block() argument
7082 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_in_block()
7096 ret = ocfs2_reflink_xattr_block(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7098 ret = ocfs2_reflink_xattr_tree(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7126 struct buffer_head *blk_bh = NULL; in ocfs2_reflink_xattrs() local
7165 &blk_bh); in ocfs2_reflink_xattrs()
7171 ret = ocfs2_reflink_xattr_in_block(&args, blk_bh); in ocfs2_reflink_xattrs()
7175 brelse(blk_bh); in ocfs2_reflink_xattrs()