Searched refs:v_flush (Results 1 – 5 of 5) sorted by relevance
40 int v_flush(hfsvol *, int);
270 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()
455 int v_flush(hfsvol *vol, int umounting) in v_flush() function
65 static void (*v_flush)(void) = empty;
130 void (*v_flush)(void) = cnflush; /* start with cnflush (normal cons) */ variable1619 (*v_flush)(); in kprintf()