Symbol: iomap_dio_ops
fs/btrfs/direct-io.c
806
static const struct iomap_dio_ops btrfs_dio_ops = {
fs/exfat/iomap.c
37
const struct iomap_dio_ops exfat_write_dio_ops = {
fs/exfat/iomap.h
9
extern const struct iomap_dio_ops exfat_write_dio_ops;
fs/ext2/file.c
107
static const struct iomap_dio_ops ext2_dio_write_ops = {
fs/ext4/file.c
422
static const struct iomap_dio_ops ext4_dio_write_ops = {
fs/f2fs/file.c
4844
static const struct iomap_dio_ops f2fs_iomap_dio_read_ops = {
fs/f2fs/file.c
5148
static const struct iomap_dio_ops f2fs_iomap_dio_write_ops = {
fs/iomap/direct-io.c
106
const struct iomap_dio_ops *dops = dio->dops;
fs/iomap/direct-io.c
31
const struct iomap_dio_ops *dops;
fs/iomap/direct-io.c
684
const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
fs/iomap/direct-io.c
898
const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
fs/ntfs/file.c
491
static const struct iomap_dio_ops ntfs_write_dio_ops = {
fs/xfs/xfs_file.c
243
static const struct iomap_dio_ops xfs_dio_read_bounce_ops = {
fs/xfs/xfs_file.c
255
const struct iomap_dio_ops *dio_ops = NULL;
fs/xfs/xfs_file.c
699
static const struct iomap_dio_ops xfs_dio_write_ops = {
fs/xfs/xfs_file.c
731
static const struct iomap_dio_ops xfs_dio_zoned_write_ops = {
fs/xfs/xfs_file.c
746
const struct iomap_dio_ops *dops,
fs/zonefs/file.c
392
static const struct iomap_dio_ops zonefs_write_dio_ops = {
fs/zonefs/file.c
627
static const struct iomap_dio_ops zonefs_read_dio_ops = {
include/linux/iomap.h
601
const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
include/linux/iomap.h
604
const struct iomap_ops *ops, const struct iomap_dio_ops *dops,