Searched refs:n_dirtyblkhd (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ ! |
| H A D | nfs_bio.c | 1375 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_buf_write_delayed() 1537 listheadp = &np->n_dirtyblkhd; in nfs_buf_iterprepare() 1576 listheadp = &np->n_dirtyblkhd; in nfs_buf_itercomplete() 2815 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_buf_write_finish() 3340 if (!LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_flushcommits() 3373 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_flushcommits() 3519 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_flushcommits() 3591 if (!LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_flush() 3617 FSDBG(518, LIST_FIRST(&np->n_dirtyblkhd), np->n_flag, 0, 0); in nfs_flush() 3628 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_flush() [all …]
|
| H A D | nfs_node.c | 1067 if (!force && (!LIST_EMPTY(&np->n_dirtyblkhd) || !LIST_EMPTY(&np->n_cleanblkhd))) { in nfs_vnop_reclaim() 1068 NP(np, "nfs_reclaim: dropping %s buffers", (!LIST_EMPTY(&np->n_dirtyblkhd) ? "dirty" : "clean")); in nfs_vnop_reclaim() 1450 if (np->n_mount == mp && !LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_mount_is_dirty()
|
| H A D | nfsnode.h | 638 struct nfsbuflists n_dirtyblkhd; /* dirty blocklist head */ member
|
| H A D | nfs_vfsops.c | 5098 if (LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_sync_callout()
|