Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dialloc.c427 ext4_group_t real_ngroups = ext4_get_groups_count(sb); in find_group_orlov()
575 ext4_group_t i, last, ngroups = ext4_get_groups_count(sb); in find_group_other()
958 ngroups = ext4_get_groups_count(sb); in __ext4_new_inode()
1441 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_count_free_inodes()
1491 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_count_dirs()
H A 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()
718 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_count_free_clusters()
H A Dmballoc.c883 ngroups = ext4_get_groups_count(sb); in ext4_mb_init_cache()
2228 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_prefetch()
2285 group = ext4_get_groups_count(sb); in ext4_mb_prefetch_fini()
2313 ngroups = ext4_get_groups_count(sb); in ext4_mb_regular_allocator()
2497 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_start()
2509 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_next()
2701 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_init_backend()
2750 if (sbi->s_mb_prefetch > ext4_get_groups_count(sb)) in ext4_mb_init_backend()
2751 sbi->s_mb_prefetch = ext4_get_groups_count(sb); in ext4_mb_init_backend()
2760 if (sbi->s_mb_prefetch_limit > ext4_get_groups_count(sb)) in ext4_mb_init_backend()
[all …]
H A Dblock_validity.c215 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_setup_system_zone()
H A Dsuper.c3880 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in count_overhead()
3943 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_calculate_overhead()
H A Dext4.h3260 static inline ext4_group_t ext4_get_groups_count(struct super_block *sb) in ext4_get_groups_count() function
H A Dinode.c5726 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb); in ext4_meta_trans_blocks()