Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfs_bio.c3325 struct nfsbuflists blist, commitlist; in nfs_flushcommits() local
3352 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()