Home
last modified time | relevance | path

Searched refs:ntfs_iomap_ops (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs3/
H A Dfile.c318 &ntfs_iomap_ops, &ntfs_iomap_folio_ops, NULL); in ntfs_extend_initialized_size()
557 &ntfs_iomap_ops, in ntfs_fallocate()
575 &ntfs_iomap_ops, in ntfs_fallocate()
893 ret = iomap_dio_rw(iocb, iter, &ntfs_iomap_ops, NULL, dio_flags, in ntfs_file_read_iter()
1308 ret = iomap_file_buffered_write(iocb, from, &ntfs_iomap_ops, in ntfs_file_write_iter()
1325 ret = iomap_dio_rw(iocb, from, &ntfs_iomap_ops, NULL, in ntfs_file_write_iter()
1338 err = iomap_file_buffered_write(iocb, from, &ntfs_iomap_ops, in ntfs_file_write_iter()
1488 err = iomap_fiemap(inode, fieinfo, start, len, &ntfs_iomap_ops); in ntfs_fiemap()
H A Dinode.c784 return iomap_bmap(mapping, block, &ntfs_iomap_ops); in ntfs_bmap()
856 iomap_read_folio(&ntfs_iomap_ops, &ctx, NULL); in ntfs_read_folio()
880 iomap_readahead(&ntfs_iomap_ops, &ctx, NULL); in ntfs_readahead()
2322 const struct iomap_ops ntfs_iomap_ops = { variable
H A Dntfs_fs.h813 extern const struct iomap_ops ntfs_iomap_ops;