Searched refs:ext4_get_groups_count (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ialloc.c | 427 ext4_group_t real_ngroups = ext4_get_groups_count(sb); in find_group_orlov() 572 ext4_group_t i, last, ngroups = ext4_get_groups_count(sb); in find_group_other() 955 ngroups = ext4_get_groups_count(sb); in __ext4_new_inode() 1442 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_count_free_inodes() 1492 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_count_dirs()
|
H A D | mballoc.c | 884 ngroups = ext4_get_groups_count(sb); in ext4_mb_init_cache() 2250 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_prefetch() 2307 group = ext4_get_groups_count(sb); in ext4_mb_prefetch_fini() 2335 ngroups = ext4_get_groups_count(sb); in ext4_mb_regular_allocator() 2525 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_start() 2537 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_next() 2658 ext4_get_groups_count(sb)); in ext4_seq_mb_stats_show() 2792 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_init_backend() 2841 if (sbi->s_mb_prefetch > ext4_get_groups_count(sb)) in ext4_mb_init_backend() 2842 sbi->s_mb_prefetch = ext4_get_groups_count(s in ext4_mb_init_backend() [all...] |
H A D | balloc.c | 164 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() 757 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_count_free_clusters()
|
H A D | block_validity.c | 213 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_setup_system_zone()
|
H A D | ext4.h | 3229 static inline ext4_group_t ext4_get_groups_count(struct super_block *sb) in ext4_get_groups_count() function
|
H A D | super.c | 3852 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in count_overhead() 3915 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_calculate_overhead()
|
H A D | inode.c | 5707 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb); in ext4_meta_trans_blocks()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | balloc.c | 168 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()
|
H A D | ialloc.c | 429 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()
|
H A D | block_validity.c | 213 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_setup_system_zone()
|
H A D | mballoc.c | 1293 ngroups = ext4_get_groups_count(sb); in ext4_mb_init_cache() 2723 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_prefetch() 2777 group = ext4_get_groups_count(sb); in ext4_mb_prefetch_fini() 2804 ngroups = ext4_get_groups_count(sb); in ext4_mb_regular_allocator() 2997 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_start() 3009 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_next() 3177 ext4_get_groups_count(sb)); in ext4_seq_mb_stats_show() 3390 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_init_backend() 3439 if (sbi->s_mb_prefetch > ext4_get_groups_count(sb)) in ext4_mb_init_backend() 3440 sbi->s_mb_prefetch = ext4_get_groups_count(s in ext4_mb_init_backend() [all...] |
H A D | ioctl.c | 226 ngroups = ext4_get_groups_count(sb); in ext4_update_superblocks_fn()
|
H A D | ext4.h | 3330 static inline ext4_group_t ext4_get_groups_count(struct super_block *sb) in ext4_get_groups_count() function
|
H A D | super.c | 4139 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in count_overhead() 4202 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_calculate_overhead()
|
H A D | inode.c | 5646 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb); in ext4_meta_trans_blocks()
|
Completed in 63 milliseconds