Searched refs:n_cleanblkhd (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/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() 2525 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_buf_write() 2697 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_buf_write() 3548 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_flushcommits() 3826 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_vinvalbuf_internal() 3943 if (!LIST_EMPTY(&(np)->n_dirtyblkhd) || !LIST_EMPTY(&(np)->n_cleanblkhd)) { in nfs_vinvalbuf_internal() 4073 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_wait_bufs()
|
| H A D | nfsnode.h | 637 struct nfsbuflists n_cleanblkhd; /* clean blocklist head */ member
|
| H A D | nfs_node.c | 1067 if (!force && (!LIST_EMPTY(&np->n_dirtyblkhd) || !LIST_EMPTY(&np->n_cleanblkhd))) { in nfs_vnop_reclaim()
|
| H A D | nfs_vnops.c | 6057 LIST_INSERT_HEAD(&dnp->n_cleanblkhd, bp, nb_vnbufs); in nfs_dir_cookie_to_lbn() 6281 LIST_INSERT_HEAD(&dnp->n_cleanblkhd, bp, nb_vnbufs); in nfs_dir_buf_cache_lookup() 6316 LIST_INSERT_HEAD(&dnp->n_cleanblkhd, foundbp, nb_vnbufs); in nfs_dir_buf_cache_lookup()
|