Searched refs:vfs_sysctl (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_init.c440 if (vfsp->vfc_vfsops->vfs_sysctl) {
574 if (nvfsp->vfc_vfsops->vfs_sysctl) {
H A Dvfs_subr.c2792 vfs_sysctl(int *name __unused, u_int namelen __unused,
2797 vfs_sysctl(int *name __unused, u_int namelen __unused, function
2905 error = (vfsp->vfc_vfsops->vfs_sysctl)(name, namelen, req->oldptr, &req->oldlen, req->newptr, req->newlen, vfs_context_current());
3452 if (mp->mnt_op->vfs_sysctl != NULL) {
3455 error = mp->mnt_op->vfs_sysctl(name, namelen,
3465 error = mp->mnt_op->vfs_sysctl(name, namelen,
/xnu-2782.1.97/bsd/sys/
H A Dmount.h683 @function vfs_sysctl
692 int (*vfs_sysctl)(int *, u_int, user_addr_t, size_t *, user_addr_t, size_t, vfs_context_t context); member in struct:vfsops

Completed in 92 milliseconds