Searched refs:bg_bits (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ocfs2/ |
| A D | resize.c | 109 old_bg_clusters = le16_to_cpu(group->bg_bits) / cl_bpc; in ocfs2_update_last_group_and_inode() 112 le16_add_cpu(&group->bg_bits, num_bits); in ocfs2_update_last_group_and_inode() 128 le16_to_cpu(group->bg_bits), 0); in ocfs2_update_last_group_and_inode() 168 le16_add_cpu(&group->bg_bits, -1 * num_bits); in ocfs2_update_last_group_and_inode() 332 if (le16_to_cpu(group->bg_bits) / cl_bpc + new_clusters > in ocfs2_group_extend() 397 else if (le16_to_cpu(gd->bg_bits) != input->clusters * cl_bpc) in ocfs2_check_new_group() 401 le16_to_cpu(gd->bg_bits), input->clusters); in ocfs2_check_new_group() 406 le16_to_cpu(gd->bg_bits), in ocfs2_check_new_group()
|
| A D | suballoc.c | 188 le16_to_cpu(gd->bg_bits), in ocfs2_validate_gd_self() 195 le16_to_cpu(gd->bg_bits), in ocfs2_validate_gd_self() 218 if (le16_to_cpu(gd->bg_bits) > max_bits) { in ocfs2_validate_gd_parent() 221 le16_to_cpu(gd->bg_bits)); in ocfs2_validate_gd_parent() 725 le16_to_cpu(bg->bg_bits)); in ocfs2_block_group_alloc() 1400 le16_to_cpu(bg->bg_bits), in ocfs2_block_group_set_bits() 1549 max_bits = le16_to_cpu(gd->bg_bits); in ocfs2_cluster_group_search() 1564 le16_to_cpu(gd->bg_bits), in ocfs2_cluster_group_search() 1613 le16_to_cpu(bg->bg_bits), in ocfs2_block_group_search() 2490 le16_to_cpu(bg->bg_bits), in ocfs2_block_group_clear_bits() [all …]
|
| A D | move_extents.c | 437 (le16_to_cpu(bg->bg_bits) << bits_per_unit))) { in ocfs2_find_victim_alloc_group() 444 blkno, le16_to_cpu(bg->bg_bits), in ocfs2_find_victim_alloc_group() 504 if ((le16_to_cpu(bg->bg_bits) - goal_bit) * osb->s_clustersize < in ocfs2_validate_and_adjust_move_goal() 531 for (i = base_bit; i < le16_to_cpu(gd->bg_bits); i++) { in ocfs2_probe_alloc_group()
|
| A D | ocfs2_fs.h | 881 __le16 bg_bits; /* Bits represented by this member
|
| A D | ioctl.c | 483 max_bits = le16_to_cpu(bg->bg_bits); in ocfs2_info_freefrag_scan_chain()
|
Completed in 22 milliseconds