Home
last modified time | relevance | path

Searched refs:make_ext4fs_internal (Results 1 – 3 of 3) sorted by relevance

/system/extras/ext4_utils/
Dmake_ext4fs_main.c229 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip, in main()
Dext4_utils.h158 int make_ext4fs_internal(int fd, const char *directory,
Dmake_ext4fs.c399 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0, -1, NULL); in make_ext4fs_sparse_fd()
417 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0, -1, NULL); in make_ext4fs()
483 int make_ext4fs_internal(int fd, const char *_directory, in make_ext4fs_internal() function