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

  /src/sys/miscfs/overlay/
overlay_vfsops.c 184 * It is vrele'd in ov_unmount.
209 ov_unmount(struct mount *mp, int mntflags) function in typeref:typename:int
217 printf("ov_unmount(mp = %p)\n", mp);
256 .vfs_unmount = ov_unmount,
overlay_vfsops.c 184 * It is vrele'd in ov_unmount.
209 ov_unmount(struct mount *mp, int mntflags) function in typeref:typename:int
217 printf("ov_unmount(mp = %p)\n", mp);
256 .vfs_unmount = ov_unmount,

Completed in 23 milliseconds