Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dfsctl.h393 #define FSIOC_UNGRAFT_FS _IOW('A', 23, fsioc_ungraft_fs_t) macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_descrip.c5268 case (int)FSIOC_UNGRAFT_FS: in sys_fcntl_nocancel()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c871 error = VNOP_IOCTL(nd.ni_vp, FSIOC_UNGRAFT_FS, (caddr_t)&ugfs, 0, ctx); in ungraftdmg()
13473 case FSIOC_UNGRAFT_FS: in fsctl_internal()