Searched refs:s_r_blocks_count (Results 1 – 20 of 20) sorted by relevance
/external/e2fsprogs/misc/ |
D | findsuper.c | 218 if (ext2.s_r_blocks_count > ext2.s_blocks_count) in main() 220 ext2.s_r_blocks_count, ext2.s_blocks_count); in main()
|
D | tune2fs.c | 1710 sb->s_r_blocks_count = (unsigned int) (reserved_ratio * in main() 1715 reserved_ratio, sb->s_r_blocks_count); in main() 1724 sb->s_r_blocks_count = reserved_blocks; in main()
|
D | mke2fs.c | 630 s->s_r_blocks_count, in show_stats() 631 100.0 * s->s_r_blocks_count / s->s_blocks_count); in show_stats() 1898 fs_param.s_r_blocks_count = (unsigned int) (reserved_ratio * in PRS()
|
/external/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 204 super->s_r_blocks_count = param->s_r_blocks_count; in ext2fs_initialize() 205 if (super->s_r_blocks_count >= param->s_blocks_count) { in ext2fs_initialize()
|
D | tst_super_size.c | 48 check_field(s_r_blocks_count); in check_superblock_fields()
|
D | swapfs.c | 29 sb->s_r_blocks_count = ext2fs_swab32(sb->s_r_blocks_count); in ext2fs_swap_super()
|
D | ext2_fs.h | 516 __u32 s_r_blocks_count; /* Reserved blocks count */ member
|
/external/e2fsprogs/ext2ed/ |
D | super_com.c | 33 …wmove (show_pad,2,40);wprintw (show_pad,"%2.2f%%",100*(float) super->s_r_blocks_count/ (float) sup… in type_ext2_super_block___show()
|
D | ext2.descriptors | 121 __u32 s_r_blocks_count; /* Reserved blocks count */
|
/external/e2fsprogs/resize/ |
D | online.c | 85 percent = (sb->s_r_blocks_count * 100.0) / sb->s_blocks_count; in online_resize_fs()
|
D | resize2fs.c | 371 percent = (old_fs->super->s_r_blocks_count * 100.0) / in adjust_fs_info() 373 fs->super->s_r_blocks_count = (unsigned int) (percent * in adjust_fs_info()
|
/external/genext2fs/ |
D | genext2fs.c | 446 udecl32(s_r_blocks_count) /* Count of the number of reserved blocks */ \ 2012 fs->sb.s_r_blocks_count = nbresrvd; in init_fs() 2102 if(fs->sb.s_r_blocks_count) in init_fs() 2110 if (fs->sb.s_r_blocks_count > fs->sb.s_blocks_count * MAX_RESERVED_BLOCKS ) in init_fs() 2111 fs->sb.s_r_blocks_count = fs->sb.s_blocks_count * MAX_RESERVED_BLOCKS; in init_fs() 2112 for(i = 1; i < fs->sb.s_r_blocks_count; i++) in init_fs() 2114 get_nod(fs, nod)->i_size = fs->sb.s_r_blocks_count * BLOCKSIZE; in init_fs() 2388 fs->sb.s_r_blocks_count, fs->sb.s_first_data_block); in print_fs()
|
/external/kernel-headers/original/linux/ |
D | ext2_fs.h | 344 __le32 s_r_blocks_count; /* Reserved blocks count */ member
|
D | ext3_fs.h | 415 __le32 s_r_blocks_count; /* Reserved blocks count */ member
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 227 fprintf(f, "Reserved block count: %u\n", sb->s_r_blocks_count); in list_super2()
|
/external/grub/stage2/ |
D | fsys_ext2fs.c | 59 __u32 s_r_blocks_count; /* Reserved blocks count */ member
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 72 { "r_blocks_count", &set_sb.s_r_blocks_count, 4, parse_uint },
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 54 __u32 s_r_blocks_count; member
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 513 check_super_value(ctx, "r_blocks_count", sb->s_r_blocks_count, in check_super_block()
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 292 @item s_r_blocks_count
|