Searched refs:num_lists (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c1396 int num_lists, i; local
1406 num_lists = 0;
1409 list[num_lists].flag = VBI_DIRTY;
1410 list[num_lists].listhead = &vp->v_dirtyblkhd;
1411 num_lists++;
1414 list[num_lists].flag = VBI_CLEAN;
1415 list[num_lists].listhead = &vp->v_cleanblkhd;
1416 num_lists++;
1419 for (i = 0; i < num_lists; i++) {

Completed in 50 milliseconds