Home
last modified time | relevance | path

Searched refs:EXT2_BLOCKS_PER_GROUP (Results 1 – 25 of 58) sorted by relevance

123

/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext2/
H A Dballoc.c505 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
507 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
512 if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) { in ext2_free_blocks()
513 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
685 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb)); in ext2_try_to_allocate()
1273 EXT2_BLOCKS_PER_GROUP(sb); in ext2_new_blocks()
1292 EXT2_BLOCKS_PER_GROUP(sb)); in ext2_new_blocks()
H A Dext2.h216 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
821 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no()
834 EXT2_BLOCKS_PER_GROUP(sb) - 1; in ext2_group_last_block_no()
H A Dialloc.c317 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
319 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST); in find_group_orlov()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext2/
H A Dballoc.c505 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
507 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
512 if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) { in ext2_free_blocks()
513 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
685 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb)); in ext2_try_to_allocate()
1273 EXT2_BLOCKS_PER_GROUP(sb); in ext2_new_blocks()
1292 EXT2_BLOCKS_PER_GROUP(sb)); in ext2_new_blocks()
H A Dext2.h216 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
821 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no()
834 EXT2_BLOCKS_PER_GROUP(sb) - 1; in ext2_group_last_block_no()
H A Dialloc.c317 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
319 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST); in find_group_orlov()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext2/
H A Dballoc.c505 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
507 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
512 if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) { in ext2_free_blocks()
513 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
685 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb)); in ext2_try_to_allocate()
1273 EXT2_BLOCKS_PER_GROUP(sb); in ext2_new_blocks()
1292 EXT2_BLOCKS_PER_GROUP(sb)); in ext2_new_blocks()
H A Dext2.h216 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
821 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no()
834 EXT2_BLOCKS_PER_GROUP(sb) - 1; in ext2_group_last_block_no()
H A Dialloc.c317 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
319 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST); in find_group_orlov()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/ext2/
H A Dext2.c310 + EXT2_BLOCKS_PER_GROUP(fs) - 1) in ext2_fs_init()
311 / EXT2_BLOCKS_PER_GROUP(fs); in ext2_fs_init()
H A Dext2_fs.h288 #define EXT2_BLOCKS_PER_GROUP(fs) (EXT2_SB(fs)->s_blocks_per_group) macro
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/resize/
H A Dresize2fs.c711 EXT2_BLOCKS_PER_GROUP(fs->super)); in adjust_fs_info()
1049 EXT2_BLOCKS_PER_GROUP(fs->super)); in adjust_new_size()
2984 (blk64_t) EXT2_BLOCKS_PER_GROUP(fs->super); in calculate_minimum_resize_size()
2986 EXT2_BLOCKS_PER_GROUP(fs->super)); in calculate_minimum_resize_size()
3007 if (n > EXT2_BLOCKS_PER_GROUP(fs->super)) in calculate_minimum_resize_size()
3008 n = EXT2_BLOCKS_PER_GROUP(fs->super); in calculate_minimum_resize_size()
3052 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) - in calculate_minimum_resize_size()
3077 EXT2_BLOCKS_PER_GROUP(fs->super)); in calculate_minimum_resize_size()
3083 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) - overhead; in calculate_minimum_resize_size()
3106 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) in calculate_minimum_resize_size()
H A Dmain.c542 EXT2_BLOCKS_PER_GROUP(fs->super)); in main()
546 EXT2_BLOCKS_PER_GROUP(fs->super)) { in main()
H A Donline.c101 EXT2_BLOCKS_PER_GROUP(fs->super)), in online_resize_fs()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/resize/
H A Dresize2fs.c711 EXT2_BLOCKS_PER_GROUP(fs->super)); in adjust_fs_info()
1049 EXT2_BLOCKS_PER_GROUP(fs->super)); in adjust_new_size()
2984 (blk64_t) EXT2_BLOCKS_PER_GROUP(fs->super); in calculate_minimum_resize_size()
2986 EXT2_BLOCKS_PER_GROUP(fs->super)); in calculate_minimum_resize_size()
3007 if (n > EXT2_BLOCKS_PER_GROUP(fs->super)) in calculate_minimum_resize_size()
3008 n = EXT2_BLOCKS_PER_GROUP(fs->super); in calculate_minimum_resize_size()
3052 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) - in calculate_minimum_resize_size()
3077 EXT2_BLOCKS_PER_GROUP(fs->super)); in calculate_minimum_resize_size()
3083 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) - overhead; in calculate_minimum_resize_size()
3106 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) in calculate_minimum_resize_size()
H A Dmain.c542 EXT2_BLOCKS_PER_GROUP(fs->super)); in main()
546 EXT2_BLOCKS_PER_GROUP(fs->super)) { in main()
H A Donline.c101 EXT2_BLOCKS_PER_GROUP(fs->super)), in online_resize_fs()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/resize/
H A Dresize2fs.c711 EXT2_BLOCKS_PER_GROUP(fs->super));
1049 EXT2_BLOCKS_PER_GROUP(fs->super));
2984 (blk64_t) EXT2_BLOCKS_PER_GROUP(fs->super);
2986 EXT2_BLOCKS_PER_GROUP(fs->super));
3007 if (n > EXT2_BLOCKS_PER_GROUP(fs->super))
3008 n = EXT2_BLOCKS_PER_GROUP(fs->super);
3052 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) -
3077 EXT2_BLOCKS_PER_GROUP(fs->super));
3083 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) - overhead;
3106 last_start += EXT2_BLOCKS_PER_GROUP(fs->super)
H A Dmain.c542 EXT2_BLOCKS_PER_GROUP(fs->super)); in main()
546 EXT2_BLOCKS_PER_GROUP(fs->super)) { in main()
H A Donline.c101 EXT2_BLOCKS_PER_GROUP(fs->super)),
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dopenfs.c338 if (EXT2_BLOCKS_PER_GROUP(fs->super) != in ext2fs_open2()
378 blocks_per_group = EXT2_BLOCKS_PER_GROUP(fs->super); in ext2fs_open2()
H A Dbitmaps.c144 real_end = ((__u64) EXT2_BLOCKS_PER_GROUP(fs->super) in ext2fs_allocate_subcluster_bitmap()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dopenfs.c338 if (EXT2_BLOCKS_PER_GROUP(fs->super) != in ext2fs_open2()
378 blocks_per_group = EXT2_BLOCKS_PER_GROUP(fs->super); in ext2fs_open2()
H A Dbitmaps.c144 real_end = ((__u64) EXT2_BLOCKS_PER_GROUP(fs->super) in ext2fs_allocate_subcluster_bitmap()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dopenfs.c338 if (EXT2_BLOCKS_PER_GROUP(fs->super) != in ext2fs_open2()
378 blocks_per_group = EXT2_BLOCKS_PER_GROUP(fs->super); in ext2fs_open2()

123