Lines Matching refs:bu_blocks
64 int bu_blocks; member
326 bucket->bu_blocks = blks; in ocfs2_xattr_bucket_new()
336 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_xattr_bucket_relse()
362 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_init_xattr_bucket()
396 bucket->bu_blocks, bucket->bu_bhs, 0, in ocfs2_read_xattr_bucket()
402 bucket->bu_blocks, in ocfs2_read_xattr_bucket()
420 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_xattr_bucket_journal_access()
440 bucket->bu_bhs, bucket->bu_blocks, in ocfs2_xattr_bucket_journal_dirty()
444 for (i = 0; i < bucket->bu_blocks; i++) in ocfs2_xattr_bucket_journal_dirty()
454 BUG_ON(dest->bu_blocks != src->bu_blocks); in ocfs2_xattr_bucket_copy_data()
457 for (i = 0; i < src->bu_blocks; i++) { in ocfs2_xattr_bucket_copy_data()
3990 for (i = 0; i < num_buckets; i++, blkno += bucket->bu_blocks) { in ocfs2_iterate_xattr_buckets()
4404 for (i = 0; i < bucket->bu_blocks; i++, buf += blocksize) in ocfs2_defrag_xattr_bucket()
4474 for (i = 0; i < bucket->bu_blocks; i++, buf += blocksize) in ocfs2_defrag_xattr_bucket()
4692 for (i = 0; i < t_bucket->bu_blocks; i++) in ocfs2_divide_xattr_bucket()
5806 refcount.credits = bucket->bu_blocks; in ocfs2_prepare_refcount_xattr()
6044 .credits = bucket->bu_blocks, in ocfs2_xattr_bucket_value_refcount()
6718 metas->credits += bucket->bu_blocks; in ocfs2_calc_value_tree_metas()
6826 int bpb = args->old_bucket->bu_blocks; in ocfs2_reflink_xattr_bucket()