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

/xnu-2422.115.4/bsd/sys/
H A Dmount.h556 @function vfs_unmount
565 int (*vfs_unmount)(struct mount *mp, int mntflags, vfs_context_t context); member in struct:vfsops
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c215 if ((mp == dead_mountp) || (mp->mnt_op->vfs_unmount == 0))
218 error = (*mp->mnt_op->vfs_unmount)(mp, flags, ctx);

Completed in 30 milliseconds