Home
last modified time | relevance | path

Searched defs:should_dirty (Results 1 – 5 of 5) sorted by relevance

/linux/fs/iomap/
H A Ddirect-io.c225 bool should_dirty = (dio->flags & IOMAP_DIO_DIRTY); in iomap_dio_bio_end_io() local
245 bool should_dirty = (dio->flags & IOMAP_DIO_DIRTY); in iomap_finish_ioend_direct() local
/linux/block/
H A Dfops.c61 bool should_dirty = false; in __blkdev_direct_IO_simple() local
135 bool should_dirty = dio->flags & DIO_SHOULD_DIRTY; in blkdev_bio_end_io() local
/linux/fs/ceph/
H A Dfile.c161 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty) in put_bvecs()
1263 bool should_dirty; member
1495 bool should_dirty = !write && user_backed_iter(iter); in ceph_direct_read_write() local
/linux/fs/fuse/
H A Dfuse_i.h375 bool should_dirty; member
H A Dfile.c589 bool should_dirty) in fuse_release_user_pages()