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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c3011 struct nfsbuflists blist, commitlist; local
3037 LIST_INIT(&commitlist);
3099 LIST_FOREACH(lbp, &commitlist, nb_vnbufs) {
3108 LIST_INSERT_HEAD(&commitlist, bp, nb_vnbufs);
3122 if (LIST_EMPTY(&commitlist)) {
3137 LIST_FOREACH(bp, &commitlist, nb_vnbufs) {
3167 LIST_FOREACH(bp, &commitlist, nb_vnbufs) {
3181 while ((bp = LIST_FIRST(&commitlist))) {

Completed in 21 milliseconds