Home
last modified time | relevance | path

Searched refs:ext4_get_groups_count (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/ext4/
Dballoc.c168 if (block_group == ext4_get_groups_count(sb) - 1) { in num_clusters_in_group()
272 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_get_group_desc()
767 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_count_free_clusters()
Dialloc.c429 ext4_group_t real_ngroups = ext4_get_groups_count(sb); in find_group_orlov()
573 ext4_group_t i, last, ngroups = ext4_get_groups_count(sb); in find_group_other()
956 ngroups = ext4_get_groups_count(sb); in __ext4_new_inode()
1445 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_count_free_inodes()
1495 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_count_dirs()
Dmballoc.c1277 ngroups = ext4_get_groups_count(sb); in ext4_mb_init_cache()
2699 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_prefetch()
2753 group = ext4_get_groups_count(sb); in ext4_mb_prefetch_fini()
2780 ngroups = ext4_get_groups_count(sb); in ext4_mb_regular_allocator()
2973 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_start()
2985 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_next()
3153 ext4_get_groups_count(sb)); in ext4_seq_mb_stats_show()
3366 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_init_backend()
3415 if (sbi->s_mb_prefetch > ext4_get_groups_count(sb)) in ext4_mb_init_backend()
3416 sbi->s_mb_prefetch = ext4_get_groups_count(sb); in ext4_mb_init_backend()
[all …]
Dblock_validity.c213 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_setup_system_zone()
Dioctl.c226 ngroups = ext4_get_groups_count(sb); in ext4_update_superblocks_fn()
Dext4.h3329 static inline ext4_group_t ext4_get_groups_count(struct super_block *sb) in ext4_get_groups_count() function
Dsuper.c4138 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in count_overhead()
4201 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_calculate_overhead()
Dinode.c5634 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb); in ext4_meta_trans_blocks()