Searched refs:origops (Results 1 – 1 of 1) sorted by relevance
2768 static struct fileops *origops, bufferedops; in sysctl_ffs_fsck() local3099 if (origops == NULL) { in sysctl_ffs_fsck()3100 origops = vfp->f_ops; in sysctl_ffs_fsck()3101 bcopy((void *)origops, (void *)&bufferedops, in sysctl_ffs_fsck()3110 (uintptr_t)origops); in sysctl_ffs_fsck()