MCPcopy Create free account
hub / github.com/F-Stack/f-stack / buf_countdeps

Function buf_countdeps

freebsd/sys/buf.h:461–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461static __inline int
462buf_countdeps(struct buf *bp, int i)
463{
464 if (bioops.io_countdeps)
465 return ((*bioops.io_countdeps)(bp, i));
466 else
467 return (0);
468}
469
470static __inline void
471buf_track(struct buf *bp __unused, const char *location __unused)

Callers 2

bufbdflushFunction · 0.85
flushbufqueuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected