Searched refs:nullfs_unmount (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/fs/nullfs/
H A Dnull_vfsops.c65 static vfs_unmount_t nullfs_unmount; variable
173 * It is vrele'd in nullfs_unmount.
224 nullfs_unmount(mp, mntflags) function
232 NULLFSDEBUG("nullfs_unmount: mp = %p\n", (void *)mp);
450 .vfs_unmount = nullfs_unmount,

Completed in 56 milliseconds