Searched refs:tmp_mount_point (Results 1 – 3 of 3) sorted by relevance
89 char *tmp_mount_point);
662 char *tmp_mount_point) in fs_mgr_do_mount() argument710 if (tmp_mount_point) { in fs_mgr_do_mount()711 m = tmp_mount_point; in fs_mgr_do_mount()
1832 char tmp_mount_point[64]; local1892 sprintf(tmp_mount_point, "%s/tmp_mnt", mount_point);1893 mkdir(tmp_mount_point, 0755);1894 if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) {1903 umount(tmp_mount_point);