Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/nfs/
H A Dnfs_syscalls.c665 extern const struct fileops vnops;
791 fp->fp_glob->fg_ops = &vnops; in fhopen()
/xnu-8020.140.41/bsd/kern/
H A Dkern_exec.c333 extern const struct fileops vnops;
694 fp->fp_glob->fg_ops = &vnops; in exec_shell_imgact()
6161 fg->fg_ops = &vnops; in exec_handle_sugid()
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_vnops.c134 const struct fileops vnops = { variable
H A Dvfs_syscalls.c265 extern const struct fileops vnops;
4235 fp->fp_glob->fg_ops = &vnops; in open1()