Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/miscfs/routefs/
H A Droutefs_ops.c52 static int routefs_unmount( struct mount *mp, int mntflags, __unused vfs_context_t ctx);
180 routefs_unmount( struct mount *mp, int mntflags, __unused vfs_context_t ctx) in routefs_unmount() function
480 .vfs_unmount = routefs_unmount,