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");
|