Lines Matching defs:remaining
595 * on the current block, the remaining space in the current block is
665 * atomicity, after writing tail tag, even if there's space remaining
667 * has the length as that of the remaining space on the block.
1633 int remaining, len;
1661 remaining = len;
1666 while (remaining > 0) {
1668 map.m_len = remaining;
1737 remaining -= map.m_len;
1754 ext4_lblk_t cur, remaining;
1759 remaining = le32_to_cpu(lrange.fc_len);
1762 le32_to_cpu(lrange.fc_ino), cur, remaining);
1777 while (remaining > 0) {
1779 map.m_len = remaining;
1785 remaining -= ret;
1789 remaining -= map.m_len;