Lines Matching refs:blk_bh

254 					struct buffer_head *blk_bh,
992 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_list() local
1000 &blk_bh); in ocfs2_xattr_block_list()
1006 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_list()
1012 ret = ocfs2_xattr_tree_list_index_block(inode, blk_bh, in ocfs2_xattr_block_list()
1015 brelse(blk_bh); in ocfs2_xattr_block_list()
2453 struct buffer_head *blk_bh, in ocfs2_xattr_block_remove() argument
2460 .vb_bh = blk_bh, in ocfs2_xattr_block_remove()
2468 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_remove()
2475 blk_bh, in ocfs2_xattr_block_remove()
2489 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_free_block() local
2497 ret = ocfs2_read_xattr_block(inode, block, &blk_bh); in ocfs2_xattr_free_block()
2503 ret = ocfs2_xattr_block_remove(inode, blk_bh, ref_ci, ref_root_bh); in ocfs2_xattr_free_block()
2509 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_free_block()
2553 brelse(blk_bh); in ocfs2_xattr_free_block()
2821 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_find() local
2829 &blk_bh); in ocfs2_xattr_block_find()
2835 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2836 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_find()
2841 xs->end = (void *)(blk_bh->b_data) + blk_bh->b_size; in ocfs2_xattr_block_find()
2846 ret = ocfs2_xattr_index_block_find(inode, blk_bh, in ocfs2_xattr_block_find()
2857 brelse(blk_bh); in ocfs2_xattr_block_find()
4084 struct buffer_head *blk_bh, in ocfs2_iterate_xattr_index_block() argument
4089 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_iterate_xattr_index_block()
4106 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4133 struct buffer_head *blk_bh, in ocfs2_xattr_tree_list_index_block() argument
4144 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_tree_list_index_block()
6097 struct buffer_head *blk_bh, in ocfs2_xattr_block_attach_refcount() argument
6104 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_attach_refcount()
6109 .vb_bh = blk_bh, in ocfs2_xattr_block_attach_refcount()
6123 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_block_attach_refcount()
6140 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_attach_refcount_tree() local
6156 &blk_bh); in ocfs2_xattr_attach_refcount_tree()
6162 ret = ocfs2_xattr_block_attach_refcount(inode, blk_bh, ref_ci, in ocfs2_xattr_attach_refcount_tree()
6167 brelse(blk_bh); in ocfs2_xattr_attach_refcount_tree()
6567 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_block() argument
6577 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_block()
6621 memcpy(new_blk_bh->b_data + header_off, blk_bh->b_data + header_off, in ocfs2_reflink_xattr_block()
6624 ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh, in ocfs2_reflink_xattr_block()
7038 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_tree() argument
7046 para.old_blk_bh = blk_bh; in ocfs2_reflink_xattr_tree()
7062 ret = ocfs2_iterate_xattr_index_block(args->old_inode, blk_bh, in ocfs2_reflink_xattr_tree()
7075 struct buffer_head *blk_bh) in ocfs2_reflink_xattr_in_block() argument
7080 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_in_block()
7094 ret = ocfs2_reflink_xattr_block(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7096 ret = ocfs2_reflink_xattr_tree(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7124 struct buffer_head *blk_bh = NULL; in ocfs2_reflink_xattrs() local
7163 &blk_bh); in ocfs2_reflink_xattrs()
7169 ret = ocfs2_reflink_xattr_in_block(&args, blk_bh); in ocfs2_reflink_xattrs()
7173 brelse(blk_bh); in ocfs2_reflink_xattrs()