Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dbuf_subs.c459 (void)buf_flush(blksz); in wr_fin()
485 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) in wr_rdbuf()
568 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) in wr_skip()
609 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) { in wr_rdfile()
875 buf_flush(int bufcnt) in buf_flush() function
H A Dextern.h94 int buf_flush(int);
/freebsd/sys/kern/
H A Dvfs_bio.c184 static int buf_flush(struct vnode *vp, struct bufdomain *, int);
750 fl = buf_flush(vp, bd, flushbufqtarget); in bufspace_wait()
3415 buf_flush(struct vnode *vp, struct bufdomain *bd, int target) in buf_flush() function
3504 if (buf_flush(NULL, bd, in buf_daemon()