Home
last modified time | relevance | path

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

/xnu-8020.101.4/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()
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 Dnfs_node.c1067 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 Dnfsnode.h638 struct nfsbuflists n_dirtyblkhd; /* dirty blocklist head */ member
H A Dnfs_vfsops.c5098 if (LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_sync_callout()