Home
last modified time | relevance | path

Searched refs:mount_list (Results 1 – 4 of 4) sorted by relevance

/third_party/NuttX/fs/mount/
Dfs_mount.c155 LIST_HEAD *mount_list = NULL; in mount() local
345 mount_list = GetMountList(); in mount()
346 LOS_ListAdd(mount_list, &mnt->mountList); in mount()
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h199 const struct lws_http_mount *mount_list; member
/third_party/libwebsockets/lib/core-net/
Dvhost.c875 vh->http.mount_list = info->mounts; in lws_create_vhost()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c944 hm = wsi->a.vhost->http.mount_list; in lws_find_mount()