Searched refs:n_cleanblkhd (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_bio.c | 999 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_buf_get() 1539 listheadp = &np->n_cleanblkhd; in nfs_buf_iterprepare() 1578 listheadp = &np->n_cleanblkhd; in nfs_buf_itercomplete() 2526 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_buf_write() 2698 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_buf_write() 3549 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_flushcommits() 3827 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_vinvalbuf_internal() 3944 if (!LIST_EMPTY(&(np)->n_dirtyblkhd) || !LIST_EMPTY(&(np)->n_cleanblkhd)) { in nfs_vinvalbuf_internal() 4074 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_wait_bufs()
|
| H A D | nfsnode.h | 647 struct nfsbuflists n_cleanblkhd; /* clean blocklist head */ member
|
| H A D | nfs_node.c | 1063 if (!force && (!LIST_EMPTY(&np->n_dirtyblkhd) || !LIST_EMPTY(&np->n_cleanblkhd))) { in nfs_vnop_reclaim()
|
| H A D | nfs_vnops.c | 6068 LIST_INSERT_HEAD(&dnp->n_cleanblkhd, bp, nb_vnbufs); in nfs_dir_cookie_to_lbn() 6292 LIST_INSERT_HEAD(&dnp->n_cleanblkhd, bp, nb_vnbufs); in nfs_dir_buf_cache_lookup() 6327 LIST_INSERT_HEAD(&dnp->n_cleanblkhd, foundbp, nb_vnbufs); in nfs_dir_buf_cache_lookup()
|