Searched refs:mountpoint (Results 1 – 8 of 8) sorted by relevance
/system/extras/ext4_utils/ |
D | make_ext4fs_main.c | 69 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()
|
D | make_ext4fs.h | 27 const char *mountpoint, struct selabel_handle *sehnd); 29 const char *mountpoint, struct selabel_handle *sehnd);
|
D | make_ext4fs.c | 402 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 …]
|
D | ext4_utils.h | 159 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
|
/system/extras/f2fs_utils/ |
D | make_f2fs.h | 27 const char *mountpoint, struct selabel_handle *sehnd);
|
D | f2fs_utils.c | 61 const char *mountpoint, struct selabel_handle *sehnd) in make_f2fs_sparse_fd() argument
|
/system/vold/ |
D | cryptfs.h | 212 int wait_and_unmount(const char *mountpoint, bool kill);
|
D | cryptfs.c | 1505 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));
|