Home
last modified time | relevance | path

Searched refs:bsetrunningbufspace (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dbuf.h485 void bsetrunningbufspace(struct buf *, int);
/dragonfly/sys/kern/
H A Dvfs_bio.c997 bsetrunningbufspace(bp, bp->b_bufsize); in bwrite()
1044 bsetrunningbufspace(bp, bp->b_bufsize); in bawrite()
1251 bsetrunningbufspace(struct buf *bp, int bytes) in bsetrunningbufspace() function
H A Dvfs_cluster.c1706 bsetrunningbufspace(bp, bp->b_bufsize); in cluster_wbuild()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c2096 bsetrunningbufspace(bp, size); in devfs_spec_getpages()