Lines Matching refs:lend
640 * @lend: offset in bytes where the range ends (inclusive)
642 * Write out and wait upon file offsets lstart->lend, inclusive.
644 * Note that @lend is inclusive (describes the last byte to be written) so
650 loff_t lstart, loff_t lend)
655 err = __filemap_fdatawrite_range(mapping, lstart, lend,
665 lstart, lend);
743 * @lend: offset in bytes where the range ends (inclusive)
745 * Write out and wait upon file offsets lstart->lend, inclusive.
747 * Note that @lend is inclusive (describes the last byte to be written) so
755 int file_write_and_wait_range(struct file *file, loff_t lstart, loff_t lend)
761 err = __filemap_fdatawrite_range(mapping, lstart, lend,
765 __filemap_fdatawait_range(mapping, lstart, lend);