Searched refs:n_dirtyblkhd (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/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() 2816 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_buf_write_finish() 3341 if (!LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_flushcommits() 3374 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_flushcommits() 3520 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_flushcommits() 3592 if (!LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_flush() 3618 FSDBG(518, LIST_FIRST(&np->n_dirtyblkhd), np->n_flag, 0, 0); in nfs_flush() 3629 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_flush() [all …]
|
| H A D | nfs_node.c | 1063 if (!force && (!LIST_EMPTY(&np->n_dirtyblkhd) || !LIST_EMPTY(&np->n_cleanblkhd))) { in nfs_vnop_reclaim() 1064 NP(np, "nfs_reclaim: dropping %s buffers", (!LIST_EMPTY(&np->n_dirtyblkhd) ? "dirty" : "clean")); in nfs_vnop_reclaim() 1446 if (np->n_mount == mp && !LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_mount_is_dirty()
|
| H A D | nfsnode.h | 648 struct nfsbuflists n_dirtyblkhd; /* dirty blocklist head */ member
|
| H A D | nfs_vfsops.c | 5099 if (LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_sync_callout()
|