Home
last modified time | relevance | path

Searched refs:DIO_LOCKING (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/
Ddirect-io.c1211 if (dio->flags & DIO_LOCKING) { in do_blockdev_direct_IO()
1232 if (dio->flags & DIO_LOCKING) in do_blockdev_direct_IO()
1368 if (iov_iter_rw(iter) == READ && (dio->flags & DIO_LOCKING)) in do_blockdev_direct_IO()
/Linux-v5.4/include/linux/
Dfs.h3149 DIO_LOCKING = 0x01, enumerator
3170 get_block, NULL, NULL, DIO_LOCKING | DIO_SKIP_HOLES); in blockdev_direct_IO()
/Linux-v5.4/fs/ext4/
Dinode.c3734 dio_flags = DIO_LOCKING | DIO_SKIP_HOLES; in ext4_direct_IO_write()
3737 dio_flags = DIO_LOCKING; in ext4_direct_IO_write()
3740 dio_flags = DIO_LOCKING; in ext4_direct_IO_write()
/Linux-v5.4/fs/f2fs/
Ddata.c2873 DIO_LOCKING | DIO_SKIP_HOLES); in f2fs_direct_IO()
/Linux-v5.4/fs/btrfs/
Dinode.c8694 flags = DIO_LOCKING | DIO_SKIP_HOLES; in btrfs_direct_IO()