Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dresize.c125 ext4_fsblk_t start = ext4_blocks_count(es); in verify_group_input()
1447 reserved_blocks = div64_u64(reserved_blocks, ext4_blocks_count(es)); in ext4_update_super()
1452 ext4_blocks_count_set(es, ext4_blocks_count(es) + blocks_count); in ext4_update_super()
1552 o_blocks_count = ext4_blocks_count(es); in ext4_flex_group_add()
1643 o_blocks_count = ext4_blocks_count(es); in ext4_setup_next_flex_gd()
1720 if (ext4_blocks_count(es) + input->blocks_count < in ext4_group_add()
1721 ext4_blocks_count(es)) { in ext4_group_add()
1818 "blocks\n", ext4_blocks_count(es)); in ext4_group_extend_no_check()
1844 o_blocks_count = ext4_blocks_count(es); in ext4_group_extend()
2035 o_blocks_count = ext4_blocks_count(es); in ext4_resize_fs()
[all …]
H A Dblock_validity.c306 (start_blk + count > ext4_blocks_count(sbi->s_es))) in ext4_sb_block_valid()
H A Dsuper.c3286 last_block = ext4_blocks_count(sbi->s_es) - 1; in ext4_check_descriptors()
4256 resv_clusters = (ext4_blocks_count(sbi->s_es) >> in ext4_set_resv_clusters()
4773 ext4_blocks_count(es)); in ext4_check_geometry()
4782 if (blocks_count && ext4_blocks_count(es) > blocks_count) { in ext4_check_geometry()
4785 ext4_blocks_count(es), blocks_count); in ext4_check_geometry()
4793 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_check_geometry()
4797 ext4_blocks_count(es)); in ext4_check_geometry()
4807 blocks_count = (ext4_blocks_count(es) - in ext4_check_geometry()
4815 ext4_blocks_count(es), in ext4_check_geometry()
5465 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()
[all …]
H A Dsysfs.c105 ext4_fsblk_t clusters = (ext4_blocks_count(sbi->s_es) >> in reserved_clusters_store()
H A Dmigrate.c641 if (ext4_blocks_count(es) > EXT4_MAX_BLOCK_FILE_PHYS || in ext4_ind_migrate()
H A Dindirect.c161 if (key > ext4_blocks_count(EXT4_SB(sb)->s_es)) { in ext4_get_branch()
H A Dmballoc.c4580 ar->pleft + 1 < ext4_blocks_count(es)) { in ext4_mb_normalize_request()
5811 goal >= ext4_blocks_count(es)) in ext4_mb_initialize_context()
6083 goal >= ext4_blocks_count(es)) in ext4_mb_new_blocks_simple()
6776 nr_clusters_in_group = (ext4_blocks_count(EXT4_SB(sb)->s_es) - in ext4_last_grp_cluster()
6916 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs()
H A Dialloc.c137 (bitmap_blk >= ext4_blocks_count(sbi->s_es))) { in ext4_read_inode_bitmap()
H A Dinode.c1862 if (invalid_block < ext4_blocks_count(EXT4_SB(inode->i_sb)->s_es)) in ext4_da_get_block_prep()
4433 (block >= ext4_blocks_count(EXT4_SB(sb)->s_es))) { in __ext4_get_inode_loc()
H A Dext4.h3277 static inline ext4_fsblk_t ext4_blocks_count(struct ext4_super_block *es) in ext4_blocks_count() function