Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dbuf_subs.c465 (void)buf_flush(blksz); in wr_fin()
491 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) in wr_rdbuf()
574 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) in wr_skip()
615 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) { in wr_rdfile()
881 buf_flush(int bufcnt) in buf_flush() function
H A Dextern.h96 int buf_flush(int);
/freebsd-14.2/sys/kern/
H A Dvfs_bio.c182 static int buf_flush(struct vnode *vp, struct bufdomain *, int);
748 fl = buf_flush(vp, bd, flushbufqtarget); in bufspace_wait()
3410 buf_flush(struct vnode *vp, struct bufdomain *bd, int target) in buf_flush() function
3499 if (buf_flush(NULL, bd, in buf_daemon()