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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1377 int num_lists, i; local
1387 num_lists = 0;
1390 list[num_lists].flag = VBI_DIRTY;
1391 list[num_lists].listhead = &vp->v_dirtyblkhd;
1392 num_lists++;
1395 list[num_lists].flag = VBI_CLEAN;
1396 list[num_lists].listhead = &vp->v_cleanblkhd;
1397 num_lists++;
1400 for (i = 0; i < num_lists; i++) {

Completed in 78 milliseconds