Searched refs:commitlist (Results 1 – 1 of 1) sorted by relevance
3325 struct nfsbuflists blist, commitlist; in nfs_flushcommits() local3352 LIST_INIT(&commitlist); in nfs_flushcommits()3418 LIST_FOREACH(lbp, &commitlist, nb_vnbufs) { in nfs_flushcommits()3428 LIST_INSERT_HEAD(&commitlist, bp, nb_vnbufs); in nfs_flushcommits()3445 if (LIST_EMPTY(&commitlist)) { in nfs_flushcommits()3460 LIST_FOREACH(bp, &commitlist, nb_vnbufs) { in nfs_flushcommits()3492 LIST_FOREACH(bp, &commitlist, nb_vnbufs) { in nfs_flushcommits()3507 while ((bp = LIST_FIRST(&commitlist))) { in nfs_flushcommits()