Lines Matching defs:first
25 * Delay extent tree is the first step to achieve this goal. It is
30 * delay extent tree at the first commit. But for better understand
34 * Currently the first step has been done. All delayed extents are
45 * Thus, we can first try to lookup a block mapping in this tree before
250 * Find the first extent within the block range specified by @lblk and @end
1066 * @lblk - first block in range
1067 * @es - pointer to first extent in range
1081 * for bigalloc, note the first delonly block in the range has not
1106 * @lblk - first block in range
1136 /* record the first block of the first delonly extent seen */
1155 * if the first cluster doesn't start on a cluster boundary but
1356 * @lblk - first block in range
1489 * @lblk - first block in range
2241 ext4_lblk_t first, last;
2262 first = EXT4_LBLK_CMASK(sbi, lblk);
2263 if (first != lblk)
2265 first, lblk - 1);
2267 ret = __insert_pending(inode, first, prealloc);
2285 first = EXT4_LBLK_CMASK(sbi, lblk);
2286 if (first != lblk)
2288 first, lblk - 1);
2290 ret = __insert_pending(inode, first, prealloc);
2294 __remove_pending(inode, first);