Home
last modified time | relevance | path

Searched refs:filesystemtype (Results 1 – 5 of 5) sorted by relevance

/components/dfs/dfs_v1/src/
A Ddfs_fs.c216 const char *filesystemtype, in dfs_mount() argument
244 if ((*ops != NULL) && (strncmp((*ops)->name, filesystemtype, strlen((*ops)->name)) == 0)) in dfs_mount()
308 LOG_E("There is no space to mount this file system (%s).", filesystemtype); in dfs_mount()
317 fs->data = (void *) filesystemtype; in dfs_mount()
513 mount_table[index].filesystemtype, in dfs_mount_table()
517 LOG_E("mount fs[%s] on %s failed.\n", mount_table[index].filesystemtype, in dfs_mount_table()
546 mount_table[index].filesystemtype, in dfs_mount_device()
550 …LOG_E("mount fs[%s] device[%s] to %s failed.\n", mount_table[index].filesystemtype, dev->parent.na… in dfs_mount_device()
554 … LOG_D("mount fs[%s] device[%s] to %s ok.\n", mount_table[index].filesystemtype, dev->parent.name, in dfs_mount_device()
/components/dfs/dfs_v1/include/
A Ddfs_fs.h73 const char *filesystemtype; member
88 const char *filesystemtype,
/components/dfs/dfs_v2/src/
A Ddfs_fs.c223 const char *filesystemtype, in dfs_mount() argument
232 struct dfs_filesystem_type *type = *_find_filesystem(filesystemtype); in dfs_mount()
253 DLOG(note, "mnt", "mount %s(%s) on path: %s", device_name, filesystemtype, fullpath); in dfs_mount()
/components/dfs/dfs_v2/include/
A Ddfs_fs.h125 const char *filesystemtype,
/components/lwp/
A Dlwp_syscall.c9787 sysret_t sys_mount(char *source, char *target, char *filesystemtype, in sys_mount() argument
9805 len_fs = filesystemtype ? lwp_user_strlen(filesystemtype) : 0; in sys_mount()
9821 kfs = _cp_from_usr_string(kfs, filesystemtype, len_fs); in sys_mount()

Completed in 21 milliseconds