Home
last modified time | relevance | path

Searched refs:err_pathconf (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_support.h147 extern int err_pathconf(struct vnop_pathconf_args *ap);
H A Dvfs_support.c661 err_pathconf(__unused struct vnop_pathconf_args *ap) in err_pathconf() function
/xnu-8020.121.3/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c437 { .opve_op = &vnop_pathconf_desc, .opve_impl = (VOPFUNC) err_pathconf }, /* pathconf */
/xnu-8020.121.3/bsd/miscfs/routefs/
H A Droutefs_ops.c536 { .opve_op = &vnop_pathconf_desc, .opve_impl = (VOPFUNC)err_pathconf }, /* pathconf */