Home
last modified time | relevance | path

Searched refs:bg_free_bits_count (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dsuballoc.c197 if (le16_to_cpu(gd->bg_free_bits_count) > le16_to_cpu(gd->bg_bits)) { in ocfs2_validate_gd_self()
201 le16_to_cpu(gd->bg_free_bits_count)); in ocfs2_validate_gd_self()
351 le16_add_cpu(&bg->bg_free_bits_count, in ocfs2_bg_discontig_add_extent()
403 bg->bg_free_bits_count = cpu_to_le16(le16_to_cpu(bg->bg_bits) - 1); in ocfs2_block_group_fill()
735 le16_to_cpu(bg->bg_free_bits_count)); in ocfs2_block_group_alloc()
743 le16_to_cpu(bg->bg_free_bits_count)); in ocfs2_block_group_alloc()
1362 BUG_ON(le16_to_cpu(bg->bg_free_bits_count) < num_bits); in ocfs2_block_group_set_bits()
1378 le16_add_cpu(&bg->bg_free_bits_count, -num_bits); in ocfs2_block_group_set_bits()
1379 if (le16_to_cpu(bg->bg_free_bits_count) > le16_to_cpu(bg->bg_bits)) { in ocfs2_block_group_set_bits()
1383 le16_to_cpu(bg->bg_free_bits_count), in ocfs2_block_group_set_bits()
[all …]
Dresize.c127 le16_add_cpu(&group->bg_free_bits_count, num_bits); in ocfs2_update_last_group_and_inode()
138 le16_add_cpu(&group->bg_free_bits_count, -1 * backups); in ocfs2_update_last_group_and_inode()
176 le16_add_cpu(&group->bg_free_bits_count, backups); in ocfs2_update_last_group_and_inode()
178 le16_add_cpu(&group->bg_free_bits_count, -1 * num_bits); in ocfs2_update_last_group_and_inode()
410 else if (le16_to_cpu(gd->bg_free_bits_count) != input->frees * cl_bpc) in ocfs2_check_new_group()
Docfs2_fs.h924 __le16 bg_free_bits_count; /* Free bits count */ member
Dioctl.c482 if (!le16_to_cpu(bg->bg_free_bits_count)) in ocfs2_info_freefrag_scan_chain()
Dalloc.c7483 if (le16_to_cpu(gd->bg_free_bits_count) < minbits) in ocfs2_trim_group()
7511 if ((le16_to_cpu(gd->bg_free_bits_count) - count) < minbits) in ocfs2_trim_group()