• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/nfs/

Lines Matching defs:list

40  *    notice, this list of conditions and the following disclaimer.
42 * notice, this list of conditions and the following disclaimer in the
119 /* number of nfsbufs nfs_buf_freeup() should attempt to free from nfsbuffree list */
121 /* number of nfsbufs nfs_buf_freeup() should attempt to free from nfsbuffreemeta list */
125 /* fraction of nfsbufs nfs_buf_freeup() should attempt to free from nfsbuffree list when called from timer */
127 /* fraction of nfsbufs nfs_buf_freeup() should attempt to free from nfsbuffreemeta list when called from timer */
284 panic("nfsbuf not on free list");
549 /* put buffer at end of delwri list */
667 /* poke the delwri list */
724 * - if free list is stale, use it
725 * - else if freemeta list is stale, use it
728 * - start clearing out delwri list and try again
736 /* try to pull an nfsbuf off a free list */
844 /* poke the delwri list */
1075 /* put buffer at head of free list */
1087 /* put buffer at end of delwri list */
1097 /* put buffer at end of free list */
1201 * (2) Make sure it's on its node's correct block list,
1205 /* move to dirty list */
1354 * prepare for iterating over an nfsnode's buffer list
1391 * clean up after iterating over an nfsnode's buffer list
2397 /* move to clean list */
2535 /* move to clean list */
2644 * clean list, we have to reassign it back to the dirty one. Ugh.
2647 /* move to dirty list */
3171 * A list of these buffers is kept so that the
3237 /* move back to dirty list */
3261 /* move to clean list */
3494 int list, error = 0;
3503 list = NBI_CLEAN;
3504 if (nfs_buf_iterprepare(np, &blist, list)) {
3505 list = NBI_DIRTY;
3506 if (nfs_buf_iterprepare(np, &blist, list))
3511 if (list == NBI_CLEAN)
3521 nfs_buf_itercomplete(np, &blist, list);
3605 nfs_buf_itercomplete(np, &blist, list);