Lines Matching defs:end
356 * a write operation partially failed and data was writen at the end
467 * end up in a deadlock on the inode truncate mutex, while the latter
602 static int zonefs_file_fsync(struct file *file, loff_t start, loff_t end,
616 ret = file_write_and_wait_range(file, start, end);
719 * size to the write end location.
876 * sequentially from the end of the file. This code assumes that the block layer
1493 struct blk_zone *zone, *next, *end;
1522 end = zd->zones + blkdev_nr_zones(sb->s_bdev->bd_disk);
1523 for (zone = &zd->zones[1]; zone < end; zone = next) {
1539 for (; next < end; next++) {