Lines Matching defs:end
81 * operation, there is 1 tail. This means, we may end up with multiple tails
90 * The fast commit space at the end of above operations would look like this:
606 ext4_lblk_t start, end;
627 max(oldstart + ei->i_fc_lblk_len - 1, __arg->end) -
631 ei->i_fc_lblk_len = __arg->end - __arg->start + 1;
638 ext4_lblk_t end)
653 args.end = end;
657 trace_ext4_fc_track_range(handle, inode, start, end, ret);
748 * Writing tail tag marks the end of a fast commit. In order to guarantee
1806 * at the end of the FC replay using our array of
1907 ext4_lblk_t cur, end;
1919 end = EXT_MAX_BLOCKS;
1924 while (cur < end) {
1926 map.m_len = end - cur;
2023 * It returns a negative error to indicate that there was an error. At the end
2038 __u8 *start, *end, *cur, *val;
2045 end = start + journal->j_blocksize;
2066 for (cur = start; cur <= end - EXT4_FC_TAG_BASE_LEN;
2070 if (tl.fc_len > end - val ||
2156 __u8 *start, *end, *cur, *val;
2184 end = start + journal->j_blocksize;
2186 for (cur = start; cur <= end - EXT4_FC_TAG_BASE_LEN;