Home
last modified time | relevance | path

Searched refs:buf_flush (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/bin/pax/
H A Dbuf_subs.c467 (void)buf_flush(blksz); in wr_fin()
493 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) in wr_rdbuf()
576 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) in wr_skip()
617 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) { in wr_rdfile()
883 buf_flush(int bufcnt) in buf_flush() function
H A Dextern.h97 int buf_flush(int);
/freebsd-13.1/sys/kern/
H A Dvfs_bio.c180 static int buf_flush(struct vnode *vp, struct bufdomain *, int);
745 fl = buf_flush(vp, bd, flushbufqtarget); in bufspace_wait()
3383 buf_flush(struct vnode *vp, struct bufdomain *bd, int target) in buf_flush() function
3469 if (buf_flush(NULL, bd, in buf_daemon()