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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c499 extern struct fileops vnops;
610 fp->f_fglob->fg_ops = &vnops;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c215 extern struct fileops vnops;
543 fp->f_fglob->fg_ops = &vnops;
3339 fg->fg_ops = &vnops;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c138 struct fileops vnops = variable in typeref:struct:fileops
243 panic("EKEEPLOOKING from filesystem that doesn't support compound vnops?");
H A Dvfs_syscalls.c195 extern struct fileops vnops;
3047 fp->f_fglob->fg_ops = &vnops;
8211 fp->f_fglob->fg_ops = &vnops;

Completed in 156 milliseconds