Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dialloc.c424 ext4_group_t real_ngroups = ext4_get_groups_count(sb); in find_group_orlov()
569 ext4_group_t i, last, ngroups = ext4_get_groups_count(sb); in find_group_other()
829 ngroups = ext4_get_groups_count(sb); in __ext4_new_inode()
1281 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_count_free_inodes()
1331 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_count_dirs()
Dballoc.c164 if (block_group == ext4_get_groups_count(sb) - 1) { in num_clusters_in_group()
270 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_get_group_desc()
715 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_count_free_clusters()
Dblock_validity.c249 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_setup_system_zone()
Dmballoc.c828 ngroups = ext4_get_groups_count(sb); in ext4_mb_init_cache()
2121 ngroups = ext4_get_groups_count(sb); in ext4_mb_regular_allocator()
2273 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_start()
2285 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_next()
2490 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_init_backend()
2725 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_release()
4183 ngroups = ext4_get_groups_count(sb); in ext4_mb_show_ac()
4503 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_mb_discard_preallocations()
5191 if (grp < ext4_get_groups_count(sb)) in ext4_last_grp_cluster()
Dsuper.c3442 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in count_overhead()
3505 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_calculate_overhead()
Dext4.h2884 static inline ext4_group_t ext4_get_groups_count(struct super_block *sb) in ext4_get_groups_count() function
Dinode.c5882 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb); in ext4_meta_trans_blocks()