Home
last modified time | relevance | path

Searched refs:v_flush (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dvolume.h40 int v_flush(hfsvol *, int);
H A Dhfs.c270 if (v_flush(vol, 0) < 0) in hfs_flush()
305 return v_flush(vol, 0); in hfs_umount()
359 if (v_flush(vol, 1) < 0) in hfs_umount()
897 if (v_flush(&vol, 1) < 0) in hfs_format()
H A Dlvolume.c455 int v_flush(hfsvol *vol, int umounting) in v_flush() function
/netbsd-src/tests/kernel/
H A Dgen_t_subr_prf65 static void (*v_flush)(void) = empty;
/netbsd-src/sys/kern/
H A Dsubr_prf.c130 void (*v_flush)(void) = cnflush; /* start with cnflush (normal cons) */ variable
1619 (*v_flush)(); in kprintf()