HomeSort by: relevance | last modified time | path
    Searched defs:busypg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_pages.c 430 struct vm_page *pg, *busypg; local in function:lfs_putpages
620 ap->a_flags & ~PGO_SYNCIO, &busypg);
630 wait_for_page(vp, busypg, "dirtyclean");
768 busypg = NULL;
771 ap->a_flags, 0, &busypg) < 0) {
772 write_and_wait(fs, vp, busypg, seglocked, NULL);
783 busypg = NULL;
787 ap->a_flags, &busypg);
798 write_and_wait(fs, vp, busypg, seglocked, "again");
lfs_pages.c 430 struct vm_page *pg, *busypg; local in function:lfs_putpages
620 ap->a_flags & ~PGO_SYNCIO, &busypg);
630 wait_for_page(vp, busypg, "dirtyclean");
768 busypg = NULL;
771 ap->a_flags, 0, &busypg) < 0) {
772 write_and_wait(fs, vp, busypg, seglocked, NULL);
783 busypg = NULL;
787 ap->a_flags, &busypg);
798 write_and_wait(fs, vp, busypg, seglocked, "again");

Completed in 57 milliseconds