Home
last modified time | relevance | path

Searched refs:io_countdeps (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/sys/
HDbuf.h69 int (*io_countdeps)(struct buf *, int); member
472 if (bioops.io_countdeps) in buf_countdeps()
473 return ((*bioops.io_countdeps)(bp, i)); in buf_countdeps()
/freebsd-14-stable/sys/ufs/ffs/
HDffs_softdep.c2548 bioops.io_countdeps = softdep_count_dependencies; in softdep_initialize()
2568 bioops.io_countdeps = NULL; in softdep_uninitialize()