Searched refs:bdev_can_atomic_write (Results 1 – 3 of 3) sorted by relevance
628 if (bdev_can_atomic_write(bdev) && filp->f_flags & O_DIRECT) in blkdev_open()
1299 if (request_mask & STATX_WRITE_ATOMIC && bdev_can_atomic_write(bdev)) { in bdev_statx()
1656 static inline bool bdev_can_atomic_write(struct block_device *bdev) in bdev_can_atomic_write() function