Searched refs:iomap_end (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/iomap/
H A Diter.c78 if (iter->iomap.length && ops->iomap_end) {
79 ret = ops->iomap_end(iter->inode, iter->pos, iomap_length(iter),
/linux-master/include/linux/
H A Diomap.h71 * IOMAP_F_SIZE_CHANGED indicates to the iomap_end method that the file size
166 * Flags for iomap_begin / iomap_end. No flag implies a read.
198 int (*iomap_end)(struct inode *inode, loff_t pos, loff_t length, member in struct:iomap_ops
/linux-master/fs/erofs/
H A Ddata.c336 .iomap_end = erofs_iomap_end,
/linux-master/fs/xfs/
H A Dxfs_iomap.c952 .iomap_end = xfs_dax_write_iomap_end,
1226 .iomap_end = xfs_buffered_write_iomap_end,
1231 * that it allocated to be revoked. Hence we do not need an .iomap_end method
/linux-master/fs/fuse/
H A Ddax.c658 .iomap_end = fuse_iomap_end,
/linux-master/fs/ext2/
H A Dinode.c891 .iomap_end = ext2_iomap_end,
/linux-master/fs/gfs2/
H A Dbmap.c1189 .iomap_end = gfs2_iomap_end,
/linux-master/fs/ext4/
H A Dinode.c3422 .iomap_end = ext4_iomap_end,
3427 .iomap_end = ext4_iomap_end,
/linux-master/fs/btrfs/
H A Dinode.c7828 * cancelled in iomap_end to avoid a deadlock wherein faulting the
7850 .iomap_end = btrfs_dio_iomap_end,

Completed in 216 milliseconds