Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_bio.h63 extern void bwrite_common(void *arg, struct buf *bp, int force_wait,
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h364 void bwrite_common(void *ufsvfsp, struct buf *, int force_wait,
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c298 bwrite_common(void *arg, struct buf *bp, int force_wait, in bwrite_common() argument
316 do_wait = ((flag & B_ASYNC) == 0 || force_wait); in bwrite_common()