Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c1375 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 Dnfs_node.c1063 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 Dnfsnode.h648 struct nfsbuflists n_dirtyblkhd; /* dirty blocklist head */ member
H A Dnfs_vfsops.c5099 if (LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_sync_callout()