Searched refs:dfs_filesystem_lookup (Results 1 – 6 of 6) sorted by relevance
79 struct dfs_filesystem *dfs_filesystem_lookup(const char *path);
220 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()
78 struct dfs_filesystem *dfs_filesystem_lookup(const char *path) in dfs_filesystem_lookup() function491 fs = dfs_filesystem_lookup(path); in dfs_statfs()
504 fs = dfs_filesystem_lookup(fullpath); in fd_is_open()
289 st->st_dev = (dev_t)((size_t)dfs_filesystem_lookup(fs->path)); in dfs_device_fs_stat()
497 st->st_dev = (dev_t)dfs_filesystem_lookup(fs->path); in dfs_tmpfs_stat()
Completed in 21 milliseconds