Searched refs:commitlist (Results 1 – 1 of 1) sorted by relevance
3326 struct nfsbuflists blist, commitlist; in nfs_flushcommits() local3353 LIST_INIT(&commitlist); in nfs_flushcommits()3419 LIST_FOREACH(lbp, &commitlist, nb_vnbufs) { in nfs_flushcommits()3429 LIST_INSERT_HEAD(&commitlist, bp, nb_vnbufs); in nfs_flushcommits()3446 if (LIST_EMPTY(&commitlist)) { in nfs_flushcommits()3461 LIST_FOREACH(bp, &commitlist, nb_vnbufs) { in nfs_flushcommits()3493 LIST_FOREACH(bp, &commitlist, nb_vnbufs) { in nfs_flushcommits()3508 while ((bp = LIST_FIRST(&commitlist))) { in nfs_flushcommits()