Lines Matching refs:bu_blocks
74 int bu_blocks; member
340 bucket->bu_blocks = blks; in ocfs2_xattr_bucket_new()
350 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_xattr_bucket_relse()
376 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_init_xattr_bucket()
410 bucket->bu_blocks, bucket->bu_bhs, 0, in ocfs2_read_xattr_bucket()
416 bucket->bu_blocks, in ocfs2_read_xattr_bucket()
434 for (i = 0; i < bucket->bu_blocks; i++) { in ocfs2_xattr_bucket_journal_access()
454 bucket->bu_bhs, bucket->bu_blocks, in ocfs2_xattr_bucket_journal_dirty()
458 for (i = 0; i < bucket->bu_blocks; i++) in ocfs2_xattr_bucket_journal_dirty()
468 BUG_ON(dest->bu_blocks != src->bu_blocks); in ocfs2_xattr_bucket_copy_data()
471 for (i = 0; i < src->bu_blocks; i++) { in ocfs2_xattr_bucket_copy_data()
3972 for (i = 0; i < num_buckets; i++, blkno += bucket->bu_blocks) { in ocfs2_iterate_xattr_buckets()
4397 for (i = 0; i < bucket->bu_blocks; i++, buf += blocksize) in ocfs2_defrag_xattr_bucket()
4467 for (i = 0; i < bucket->bu_blocks; i++, buf += blocksize) in ocfs2_defrag_xattr_bucket()
4685 for (i = 0; i < t_bucket->bu_blocks; i++) in ocfs2_divide_xattr_bucket()
5799 refcount.credits = bucket->bu_blocks; in ocfs2_prepare_refcount_xattr()
6037 .credits = bucket->bu_blocks, in ocfs2_xattr_bucket_value_refcount()
6720 metas->credits += bucket->bu_blocks; in ocfs2_calc_value_tree_metas()
6828 int bpb = args->old_bucket->bu_blocks; in ocfs2_reflink_xattr_bucket()