Searched refs:find_mount (Results 1 – 1 of 1) sorted by relevance
60 static struct fs_mount *find_mount(const char *path, const char **trimmed_path) { in find_mount() function113 mount = find_mount(temppath, NULL); in mount()192 struct fs_mount *mount = find_mount(temppath, NULL); in fs_unmount()213 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_file()252 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_create_file()296 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_remove_file()344 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_make_dir()369 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_dir()427 struct fs_mount *mount = find_mount(mountpoint, &newpath); in fs_stat_fs()
Completed in 3 milliseconds