Lines Matching refs:blk_bh
268 struct buffer_head *blk_bh,
1006 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_list() local
1014 &blk_bh); in ocfs2_xattr_block_list()
1020 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_list()
1026 ret = ocfs2_xattr_tree_list_index_block(inode, blk_bh, in ocfs2_xattr_block_list()
1029 brelse(blk_bh); in ocfs2_xattr_block_list()
2459 struct buffer_head *blk_bh, in ocfs2_xattr_block_remove() argument
2466 .vb_bh = blk_bh, in ocfs2_xattr_block_remove()
2474 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_remove()
2481 blk_bh, in ocfs2_xattr_block_remove()
2495 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_free_block() local
2503 ret = ocfs2_read_xattr_block(inode, block, &blk_bh); in ocfs2_xattr_free_block()
2509 ret = ocfs2_xattr_block_remove(inode, blk_bh, ref_ci, ref_root_bh); in ocfs2_xattr_free_block()
2515 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_free_block()
2559 brelse(blk_bh); in ocfs2_xattr_free_block()
2827 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_find() local
2835 &blk_bh); in ocfs2_xattr_block_find()
2841 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2842 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_find()
2847 xs->end = (void *)(blk_bh->b_data) + blk_bh->b_size; in ocfs2_xattr_block_find()
2852 ret = ocfs2_xattr_index_block_find(inode, blk_bh, in ocfs2_xattr_block_find()
2863 brelse(blk_bh); in ocfs2_xattr_block_find()
4090 struct buffer_head *blk_bh, in ocfs2_iterate_xattr_index_block() argument
4095 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_iterate_xattr_index_block()
4112 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4139 struct buffer_head *blk_bh, in ocfs2_xattr_tree_list_index_block() argument
4150 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_tree_list_index_block()
6112 struct buffer_head *blk_bh, in ocfs2_xattr_block_attach_refcount() argument
6119 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_attach_refcount()
6124 .vb_bh = blk_bh, in ocfs2_xattr_block_attach_refcount()
6138 ret = ocfs2_iterate_xattr_index_block(inode, blk_bh, in ocfs2_xattr_block_attach_refcount()
6155 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_attach_refcount_tree() local
6171 &blk_bh); in ocfs2_xattr_attach_refcount_tree()
6177 ret = ocfs2_xattr_block_attach_refcount(inode, blk_bh, ref_ci, in ocfs2_xattr_attach_refcount_tree()
6182 brelse(blk_bh); in ocfs2_xattr_attach_refcount_tree()
6591 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_block() argument
6601 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_block()
6645 memcpy(new_blk_bh->b_data + header_off, blk_bh->b_data + header_off, in ocfs2_reflink_xattr_block()
6648 ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh, in ocfs2_reflink_xattr_block()
7062 struct buffer_head *blk_bh, in ocfs2_reflink_xattr_tree() argument
7070 para.old_blk_bh = blk_bh; in ocfs2_reflink_xattr_tree()
7086 ret = ocfs2_iterate_xattr_index_block(args->old_inode, blk_bh, in ocfs2_reflink_xattr_tree()
7099 struct buffer_head *blk_bh) in ocfs2_reflink_xattr_in_block() argument
7104 (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_reflink_xattr_in_block()
7118 ret = ocfs2_reflink_xattr_block(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7120 ret = ocfs2_reflink_xattr_tree(args, blk_bh, new_blk_bh); in ocfs2_reflink_xattr_in_block()
7148 struct buffer_head *blk_bh = NULL; in ocfs2_reflink_xattrs() local
7187 &blk_bh); in ocfs2_reflink_xattrs()
7193 ret = ocfs2_reflink_xattr_in_block(&args, blk_bh); in ocfs2_reflink_xattrs()
7197 brelse(blk_bh); in ocfs2_reflink_xattrs()