HomeSort by: relevance | last modified time | path
    Searched defs:ov_mount (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/miscfs/overlay/
overlay_vfsops.c 101 ov_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function in typeref:typename:int
111 printf("ov_mount(mp = %p)\n", mp);
199 printf("ov_mount: lower %s, alias at %s\n",
254 .vfs_mount = ov_mount,

Completed in 12 milliseconds