Lines Matching defs:mount
33 struct fs_mount *mount; member
38 struct fs_mount *mount; member
61 struct fs_mount *mount; in find_mount() local
89 static void put_mount(struct fs_mount *mount) { in put_mount()
102 static status_t mount(const char *path, const char *device, const struct fs_api *api) { in mount() function
103 struct fs_mount *mount; in mount() local
192 struct fs_mount *mount = find_mount(temppath, NULL); in fs_unmount() local
213 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_file() local
252 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_create_file() local
296 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_remove_file() local
344 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_make_dir() local
369 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_dir() local
427 struct fs_mount *mount = find_mount(mountpoint, &newpath); in fs_stat_fs() local