Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDbuf.h67 int (*io_countdeps)(struct buf *, int); member
433 if (bioops.io_countdeps) in buf_countdeps()
434 return ((*bioops.io_countdeps)(bp, i)); in buf_countdeps()
/trueos/sys/ufs/ffs/
HDffs_softdep.c2415 bioops.io_countdeps = softdep_count_dependencies; in softdep_initialize()
2434 bioops.io_countdeps = NULL; in softdep_uninitialize()