• Home
  • Raw
  • Download

Lines Matching full:records

39  * therefore cache the inobt records in kernel memory and only call the walk
40 * function when our memory buffer is full. @nr_recs is the number of records
44 * allocated inodes, as the inobt records may be stale by the time they are
61 /* Array of inobt records we cache. */
82 /* Skip empty inobt records? */
156 /* Allocate a prefetch buffer for inobt records. */ in xfs_iwalk_alloc()
243 * Set ourselves up for walking inobt records starting from a given point in
283 * the record into our cache, and then see if there are more records. in xfs_iwalk_ag_start()
286 * records. in xfs_iwalk_ag_start()
293 * If the LE lookup at @agino yields no records, jump ahead to the in xfs_iwalk_ag_start()
294 * inobt cursor increment to see if there are more records to process. in xfs_iwalk_ag_start()
339 * run callbacks on the cached inobt records. When we're done, restore the
343 * try for more inode records.
444 * If there's space in the buffer for more records, increment in xfs_iwalk_ag()
456 * function on the cached records. The run_callbacks function in xfs_iwalk_ag()
468 /* Walk the unprocessed records in the cache. */ in xfs_iwalk_ag()
484 * Given the number of inodes to prefetch, set the number of inobt records that
509 * estimate of the number of inobt records to cache, we require a in xfs_iwalk_prefetch()
523 * Allocate enough space to prefetch at least two inobt records so that in xfs_iwalk_prefetch()
533 * @data. @max_prefetch controls how many inobt records' worth of inodes we
658 * Allow callers to cache up to a page's worth of inobt records. This reflects
660 * itself do anything with the inobt records, we can set a fairly high limit
667 * Given the number of records that the user wanted, set the number of inobt
668 * records that we buffer in memory. Set the maximum if @inobt_records == 0.
675 * If the caller didn't tell us the number of inobt records they in xfs_inobt_walk_prefetch()
682 * Allocate enough space to prefetch at least two inobt records so that in xfs_inobt_walk_prefetch()
696 * Walk all inode btree records in the filesystem starting from @startino. The
698 * record and @data. @max_prefetch controls how many inobt records we try to