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

Function buf_mapped

freebsd/sys/buf.h:517–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515extern caddr_t unmapped_buf; /* Data address for unmapped buffers. */
516
517static inline int
518buf_mapped(struct buf *bp)
519{
520
521 return (bp->b_data != unmapped_buf);
522}
523
524void runningbufwakeup(struct buf *);
525void waitrunningbufspace(void);

Callers 15

bufkva_freeFunction · 0.85
vfs_vmio_iodoneFunction · 0.85
vfs_vmio_invalidateFunction · 0.85
vfs_vmio_truncateFunction · 0.85
vfs_vmio_extendFunction · 0.85
bufdoneFunction · 0.85
vfs_unbusy_pagesFunction · 0.85
vfs_busy_pagesFunction · 0.85
vfs_bio_bzero_bufFunction · 0.85
vunmapbufFunction · 0.85
bdata2bioFunction · 0.85
cluster_rbuildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected