Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dfsctl.h379 #define FSIOC_UNGRAFT_FS _IOW('A', 23, fsioc_ungraft_fs_t) macro
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c786 error = VNOP_IOCTL(mounton_vp, FSIOC_UNGRAFT_FS, (caddr_t)&ugfs, 0, ctx); in ungraftdmg()
12658 case FSIOC_UNGRAFT_FS: in fsctl_internal()