Lines Matching full:scan

21  * struct scan_data - data provided to scan callback functions
22 * @min_space: minimum number of bytes for which to scan
23 * @pick_free: whether it is OK to scan for empty LEBs
72 * scan_for_dirty_cb - dirty space scan callback.
74 * @lprops: LEB properties to scan
76 * @data: information passed to and from the caller of the scan
78 * This function returns a code that indicates whether the scan should continue
80 * in main memory (%LPT_SCAN_ADD), or whether the scan should stop
161 /* We have looked everywhere in main memory, now scan the flash */ in scan_for_dirty()
163 /* All pnodes are in memory, so skip scan */ in scan_for_dirty()
310 /* Did not find a dirty LEB on the dirty heaps, have to scan */ in ubifs_find_dirty_leb()
339 * scan_for_free_cb - free space scan callback.
341 * @lprops: LEB properties to scan
343 * @data: information passed to and from the caller of the scan
345 * This function returns a code that indicates whether the scan should continue
347 * in main memory (%LPT_SCAN_ADD), or whether the scan should stop
388 * @pick_free: whether it is OK to scan for empty LEBs
441 /* We have looked everywhere in main memory, now scan the flash */ in do_find_free_space()
443 /* All pnodes are in memory, so skip scan */ in do_find_free_space()
579 * scan_for_idx_cb - callback used by the scan for a free LEB for the index.
581 * @lprops: LEB properties to scan
583 * @data: information passed to and from the caller of the scan
585 * This function returns a code that indicates whether the scan should continue
587 * in main memory (%LPT_SCAN_ADD), or whether the scan should stop
618 * scan_for_leb_for_idx - scan for a free LEB for the index.
673 * The first condition means the following: go scan the in ubifs_find_free_leb_for_idx()
772 * scan_dirty_idx_cb - callback used by the scan for a dirty index LEB.
774 * @lprops: LEB properties to scan
776 * @data: information passed to and from the caller of the scan
778 * This function returns a code that indicates whether the scan should continue
780 * in main memory (%LPT_SCAN_ADD), or whether the scan should stop
843 /* All pnodes are in memory, so skip scan */ in find_dirty_idx_leb()