Home
last modified time | relevance | path

Searched refs:err_rmdir (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/bsd/miscfs/fifofs/
H A Dfifo.h113 #define fifo_rmdir (int (*) (struct vnop_rmdir_args *))err_rmdir
H A Dfifo_vnops.c104 { .opve_op = &vnop_rmdir_desc, .opve_impl = (VOPFUNC)err_rmdir }, /* rmdir */
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspecdev.h165 #define spec_rmdir (int (*) (struct vnop_access_args *))err_rmdir
H A Dspec_vnops.c157 { .opve_op = &vnop_rmdir_desc, .opve_impl = (VOPFUNC)err_rmdir }, /* rmdir */
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_support.h122 extern int err_rmdir(struct vnop_rmdir_args *ap);
H A Dvfs_support.c488 err_rmdir(struct vnop_rmdir_args *ap) in err_rmdir() function
/xnu-12377.61.12/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c430 { .opve_op = &vnop_rmdir_desc, .opve_impl = (VOPFUNC) err_rmdir }, /* rmdir */
/xnu-12377.61.12/bsd/miscfs/routefs/
H A Droutefs_ops.c529 { .opve_op = &vnop_rmdir_desc, .opve_impl = (VOPFUNC)err_rmdir }, /* rmdir */