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

/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_alloc.c2773 static struct fileops *origops, bufferedops; local
3099 if (origops == NULL) {
3100 origops = vfp->f_ops;
3101 bcopy((void *)origops, (void *)&bufferedops,
3110 (uintptr_t)origops);

Completed in 46 milliseconds