Lines Matching refs:bu_blocks
66 int bu_blocks; member
332 bucket->bu_blocks = blks; in ocfs2_xattr_bucket_new()
342 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_xattr_bucket_relse()
368 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_init_xattr_bucket()
402 bucket->bu_blocks, bucket->bu_bhs, 0, in ocfs2_read_xattr_bucket()
408 bucket->bu_blocks, in ocfs2_read_xattr_bucket()
426 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_xattr_bucket_journal_access()
446 bucket->bu_bhs, bucket->bu_blocks, in ocfs2_xattr_bucket_journal_dirty()
450 for (i = 0; i < bucket->bu_blocks; i++) in ocfs2_xattr_bucket_journal_dirty()
460 BUG_ON(dest->bu_blocks != src->bu_blocks); in ocfs2_xattr_bucket_copy_data()
463 for (i = 0; i < src->bu_blocks; i++) { in ocfs2_xattr_bucket_copy_data()
3988 for (i = 0; i < num_buckets; i++, blkno += bucket->bu_blocks) { in ocfs2_iterate_xattr_buckets()
4411 for (i = 0; i < bucket->bu_blocks; i++, buf += blocksize) in ocfs2_defrag_xattr_bucket()
4481 for (i = 0; i < bucket->bu_blocks; i++, buf += blocksize) in ocfs2_defrag_xattr_bucket()
4699 for (i = 0; i < t_bucket->bu_blocks; i++) in ocfs2_divide_xattr_bucket()
5813 refcount.credits = bucket->bu_blocks; in ocfs2_prepare_refcount_xattr()
6051 .credits = bucket->bu_blocks, in ocfs2_xattr_bucket_value_refcount()
6734 metas->credits += bucket->bu_blocks; in ocfs2_calc_value_tree_metas()
6842 int bpb = args->old_bucket->bu_blocks; in ocfs2_reflink_xattr_bucket()