Lines Matching refs:start
248 * @lblk - logical block defining start of range
335 * @lblk - logical block defining start of range
346 ext4_lblk_t start, ext4_lblk_t end)
350 __es_find_extent_range(inode, matching_fn, start, end, &es);
353 else if (es.es_lblk <= start &&
354 start < es.es_lblk + es.es_len)
356 else if (start <= es.es_lblk && es.es_lblk <= end)
1154 * doesn't start with it, count it and stop tracking
1162 * if the first cluster doesn't start on a cluster boundary but
1184 * start tracking a partial cluster if there's a partial at the end
1819 ext4_lblk_t start = ei->i_es_shrink_lblk;
1831 start != 0)
1832 es_do_reclaim_extents(ei, start - 1, nr_to_scan, &nr_shrunk);
2146 * @start - logical block defining start of range
2150 * and unwritten) blocks in the range specified by @start and @end. Any
2154 static unsigned int __es_delayed_clu(struct inode *inode, ext4_lblk_t start,
2168 es = __es_tree_search(&tree->root, start);
2172 if (es->es_lblk <= start)
2173 first_lclu = EXT4_B2C(sbi, start);
2202 * @lblk - logical block defining start of range
2237 * @lblk - logical block defining the start of range