Home
last modified time | relevance | path

Searched refs:dfs_filesystem_lookup (Results 1 – 6 of 6) sorted by relevance

/components/dfs/dfs_v1/include/
A Ddfs_fs.h79 struct dfs_filesystem *dfs_filesystem_lookup(const char *path);
/components/dfs/dfs_v1/src/
A Ddfs_file.c220 fs = dfs_filesystem_lookup(fullpath); in dfs_file_open()
505 if ((fs = dfs_filesystem_lookup(fullpath)) == NULL) in dfs_file_unlink()
619 if ((fs = dfs_filesystem_lookup(fullpath)) == NULL) in dfs_file_stat()
688 oldfs = dfs_filesystem_lookup(oldfullpath); in dfs_file_rename()
689 newfs = dfs_filesystem_lookup(newfullpath); in dfs_file_rename()
A Ddfs_fs.c78 struct dfs_filesystem *dfs_filesystem_lookup(const char *path) in dfs_filesystem_lookup() function
491 fs = dfs_filesystem_lookup(path); in dfs_statfs()
A Ddfs.c504 fs = dfs_filesystem_lookup(fullpath); in fd_is_open()
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c289 st->st_dev = (dev_t)((size_t)dfs_filesystem_lookup(fs->path)); in dfs_device_fs_stat()
/components/dfs/dfs_v1/filesystems/tmpfs/
A Ddfs_tmpfs.c497 st->st_dev = (dev_t)dfs_filesystem_lookup(fs->path); in dfs_tmpfs_stat()

Completed in 23 milliseconds