Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 8 of 8) sorted by relevance

/system/extras/ext4_utils/
Dmake_ext4fs_main.c69 char *mountpoint = NULL; in main() local
115 mountpoint = optarg; in main()
177 if (!sehnd && mountpoint) { in main()
193 } else if (mountpoint) { in main()
239 …exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, g… in main()
Dmake_ext4fs.h27 const char *mountpoint, struct selabel_handle *sehnd);
29 const char *mountpoint, struct selabel_handle *sehnd);
Dmake_ext4fs.c402 const char *mountpoint, struct selabel_handle *sehnd) in make_ext4fs_sparse_fd() argument
407 return make_ext4fs_internal(fd, NULL, NULL, mountpoint, NULL, 0, 1, 0, 0, 0, sehnd, 0, -1, NULL); in make_ext4fs_sparse_fd()
411 const char *mountpoint, struct selabel_handle *sehnd) in make_ext4fs() argument
425 status = make_ext4fs_internal(fd, NULL, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd, 0, -1, NULL); in make_ext4fs()
499 char *mountpoint; in make_ext4fs_internal() local
507 mountpoint = strdup(""); in make_ext4fs_internal()
509 mountpoint = canonicalize_abs_slashes(_mountpoint); in make_ext4fs_internal()
605 root_inode_num = build_default_directory_structure(mountpoint, sehnd); in make_ext4fs_internal()
608 root_inode_num = build_directory_structure(directory, mountpoint, target_out_directory, 0, in make_ext4fs_internal()
611 root_inode_num = build_default_directory_structure(mountpoint, sehnd); in make_ext4fs_internal()
[all …]
Dext4_utils.h159 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
/system/extras/f2fs_utils/
Dmake_f2fs.h27 const char *mountpoint, struct selabel_handle *sehnd);
Df2fs_utils.c61 const char *mountpoint, struct selabel_handle *sehnd) in make_f2fs_sparse_fd() argument
/system/vold/
Dcryptfs.h212 int wait_and_unmount(const char *mountpoint, bool kill);
Dcryptfs.c1505 int wait_and_unmount(const char *mountpoint, bool kill) argument
1512 if (umount(mountpoint) == 0) {
1529 vold_killProcessesWithOpenFiles(mountpoint, SIGTERM);
1532 vold_killProcessesWithOpenFiles(mountpoint, SIGKILL);
1540 SLOGD("unmounting %s succeeded\n", mountpoint);
1543 vold_killProcessesWithOpenFiles(mountpoint, 0);
1544 SLOGE("unmounting %s failed: %s\n", mountpoint, strerror(err));