Home
last modified time | relevance | path

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

/fs/ext4/
Dresize.c28 ext4_fsblk_t start = ext4_blocks_count(es); in verify_group_input()
762 if (ext4_blocks_count(es) + input->blocks_count < in ext4_group_add()
763 ext4_blocks_count(es)) { in ext4_group_add()
893 ext4_blocks_count_set(es, ext4_blocks_count(es) + in ext4_group_add()
990 o_blocks_count = ext4_blocks_count(es); in ext4_group_extend()
1060 if (o_blocks_count != ext4_blocks_count(es)) { in ext4_group_extend()
1092 ext4_blocks_count(es)); in ext4_group_extend()
Dsuper.c1682 last_block = ext4_blocks_count(sbi->s_es) - 1; in ext4_check_descriptors()
2276 if (ext4_blocks_count(es) > in ext4_fill_super()
2293 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_fill_super()
2297 ext4_blocks_count(es)); in ext4_fill_super()
2300 blocks_count = (ext4_blocks_count(es) - in ext4_fill_super()
2308 ext4_blocks_count(es), in ext4_fill_super()
2440 if (ext4_blocks_count(es) > 0xffffffffULL && in ext4_fill_super()
2762 len = ext4_blocks_count(es); in ext4_get_dev_journal()
3174 n_blocks_count > ext4_blocks_count(es)) { in ext4_remount()
3308 } else if (sbi->s_blocks_last != ext4_blocks_count(es)) { in ext4_statfs()
[all …]
Dballoc.c135 group_blocks = ext4_blocks_count(sbi->s_es) - in ext4_init_block_bitmap()
Dialloc.c493 blocks_per_dir = ext4_blocks_count(es) - freeb; in find_group_orlov()
Dext4.h1168 static inline ext4_fsblk_t ext4_blocks_count(struct ext4_super_block *es) in ext4_blocks_count() function
Dmballoc.c4291 goal >= ext4_blocks_count(es)) in ext4_mb_initialize_context()
4805 block + count > ext4_blocks_count(es)) { in ext4_mb_free_blocks()
Dextents.c175 last_block = ext4_blocks_count(EXT4_SB(inode->i_sb)->s_es) - 1; in ext4_ext_find_goal()
Dinode.c478 last_block = ext4_blocks_count(EXT4_SB(inode->i_sb)->s_es) - 1; in ext4_find_near()