Searched refs:profile_get_uint (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | profile.h | 76 long profile_get_uint
|
D | profile.c | 1567 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint() function
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 779 profile_get_uint(ctx->profile, "bitmaps", profile_name, 0, in e2fsck_set_bitmap_type() 781 profile_get_uint(ctx->profile, "bitmaps", "all", 0, type, &type); in e2fsck_set_bitmap_type()
|
D | dirinfo.c | 57 profile_get_uint(ctx->profile, "scratch_files", in setup_tdb()
|
D | rehash.c | 444 profile_get_uint(ctx->profile, "options", in copy_dir_entries()
|
D | pass1.c | 719 profile_get_uint(ctx->profile, "scratch_files", in e2fsck_setup_icount()
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1382 profile_get_uint(profile, "defaults", opt, 0, def_val, &ret); in get_uint_from_profile() 1384 profile_get_uint(profile, "fs_types", *cpp, opt, ret, &ret); in get_uint_from_profile()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4727 Add new function profile_get_uint() to allow for a clean way to fetch
|