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

/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspecdev.h166 #define spec_inactive (int (*) (struct vnop_access_args *))nop_inactive
H A Dspec_vnops.c139 { &vnop_inactive_desc, (VOPFUNC)nop_inactive }, /* inactive */
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_support.c596 nop_inactive(__unused struct vnop_inactive_args *ap) function
604 (void)nop_inactive(ap);
H A Dvfs_support.h136 extern int nop_inactive(struct vnop_inactive_args *ap);

Completed in 20 milliseconds