Home
last modified time | relevance | path

Searched refs:wbc_to_write_flags (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dwriteback.h104 static inline blk_opf_t wbc_to_write_flags(struct writeback_control *wbc) in wbc_to_write_flags() function
/linux/mm/
H A Dpage_io.c421 REQ_OP_WRITE | REQ_SWAP | wbc_to_write_flags(wbc)); in swap_writepage_bdev_sync()
441 REQ_OP_WRITE | REQ_SWAP | wbc_to_write_flags(wbc), in swap_writepage_bdev_async()
/linux/fs/gfs2/
H A Dmeta_io.c38 blk_opf_t write_flags = REQ_META | REQ_PRIO | wbc_to_write_flags(wbc); in gfs2_aspace_write_folio()
/linux/fs/btrfs/
H A Dextent_io.c1734 REQ_OP_WRITE | REQ_META | wbc_to_write_flags(wbc), in write_one_eb()
2254 .opf = REQ_OP_WRITE | wbc_to_write_flags(wbc), in extent_write_locked_range()
2317 .opf = REQ_OP_WRITE | wbc_to_write_flags(wbc), in btrfs_writepages()
H A Dinode.c1653 const blk_opf_t write_flags = wbc_to_write_flags(wbc); in run_delalloc_compressed()
/linux/fs/bcachefs/
H A Dfs-io-buffered.c483 op->wbio.bio.bi_opf = wbc_to_write_flags(wbc); in bch2_writepage_io_alloc()
/linux/fs/iomap/
H A Dbuffered-io.c1718 REQ_OP_WRITE | wbc_to_write_flags(wbc), in iomap_alloc_ioend()
/linux/fs/f2fs/
H A Dcompress.c1271 .op_flags = wbc_to_write_flags(wbc), in f2fs_write_compressed_pages()