Searched refs:mount_point (Results 1 – 3 of 3) sorted by relevance
| /bsp/nxp/imx/imx6ull-smart/applications/ |
| A D | init_sdtask.c | 24 void filesysytem_try_mount(char *device_name, char *mount_point, char *fs_type_name, int mkfs_count) in filesysytem_try_mount() argument 29 LOG_I("mount(\"%s\",\"%s\",\"%s\");", device_name, mount_point, fs_type_name); in filesysytem_try_mount() 36 mkdir(mount_point, 0); in filesysytem_try_mount() 38 rc = dfs_mount(device_name, mount_point, fs_type_name, 0, 0); in filesysytem_try_mount() 41 LOG_I("mounted %s on %s", device_name, mount_point); in filesysytem_try_mount() 42 if (dfs_statfs(mount_point, &fs_stat) >= 0) in filesysytem_try_mount() 44 LOG_I("%s size:%d, total: %d, free: %d", mount_point, in filesysytem_try_mount() 61 void filesysytem_try_unmount(char *mount_point) in filesysytem_try_unmount() argument 64 LOG_I("unmount(\"%s\");", mount_point); in filesysytem_try_unmount() 65 if ((dfs_file_stat(mount_point, &filestat) >= 0) && (S_ISDIR(filestat.st_mode))) in filesysytem_try_unmount() [all …]
|
| /bsp/cvitek/drivers/port/ |
| A D | mnt_cromfs.c | 27 char *mount_point; member 73 if (dfs_mount(_mount_table[i].dev_name, _mount_table[i].mount_point, in mnt_init() 76 LOG_E("Dir %s %s mount failed!", _mount_table[i].mount_point, in mnt_init() 81 LOG_I("Dir %s %s mount ok!", _mount_table[i].mount_point, in mnt_init()
|
| /bsp/phytium/libraries/port/fboard_port/ |
| A D | mnt_ramdisk.c | 20 static int ram_disk_mount(const char *mount_point) in ram_disk_mount() argument 33 if (dfs_mount(RT_NULL, mount_point, "ram", 0, (const void *)dfs_ramfs_create(pool, size)) == 0) in ram_disk_mount()
|
Completed in 9 milliseconds