Home
last modified time | relevance | path

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

/linux/block/
H A Dfops.c61 bool should_dirty = false; in __blkdev_direct_IO_simple() local
134 bool should_dirty = dio->flags & DIO_SHOULD_DIRTY; in blkdev_bio_end_io() local
/linux/fs/ceph/
H A Dfile.c180 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty) in put_bvecs()
1291 bool should_dirty; member
1534 bool should_dirty = !write && user_backed_iter(iter); in ceph_direct_read_write() local
/linux/fs/fuse/
H A Dfile.c607 bool should_dirty) in fuse_release_user_pages()