Lines Matching refs:start
246 * @lblk - logical block defining start of range
331 * @lblk - logical block defining start of range
342 ext4_lblk_t start, ext4_lblk_t end)
346 __es_find_extent_range(inode, matching_fn, start, end, &es);
349 else if (es.es_lblk <= start &&
350 start < es.es_lblk + es.es_len)
352 else if (start <= es.es_lblk && es.es_lblk <= end)
1147 * doesn't start with it, count it and stop tracking
1155 * if the first cluster doesn't start on a cluster boundary but
1177 * start tracking a partial cluster if there's a partial at the end
1813 ext4_lblk_t start = ei->i_es_shrink_lblk;
1825 start != 0)
1826 es_do_reclaim_extents(ei, start - 1, nr_to_scan, &nr_shrunk);
2136 * @start - logical block defining start of range
2140 * and unwritten) blocks in the range specified by @start and @end. Any
2144 static unsigned int __es_delayed_clu(struct inode *inode, ext4_lblk_t start,
2158 es = __es_tree_search(&tree->root, start);
2162 if (es->es_lblk <= start)
2163 first_lclu = EXT4_B2C(sbi, start);
2192 * @lblk - logical block defining start of range
2227 * @lblk - logical block defining the start of range