Searched refs:write_flags (Results 1 – 9 of 9) sorted by relevance
| /linux/include/trace/events/ |
| H A D | jbd2.h | 358 TP_PROTO(journal_t *journal, blk_opf_t write_flags), 360 TP_ARGS(journal, write_flags), 364 __field( blk_opf_t, write_flags ) 369 __entry->write_flags = write_flags; 373 MINOR(__entry->dev), (__force u32)__entry->write_flags)
|
| /linux/fs/jbd2/ |
| H A D | journal.c | 1784 static int jbd2_write_superblock(journal_t *journal, blk_opf_t write_flags) in jbd2_write_superblock() argument 1800 write_flags |= JBD2_JOURNAL_REQ_FLAGS; in jbd2_write_superblock() 1802 write_flags &= ~(REQ_FUA | REQ_PREFLUSH); in jbd2_write_superblock() 1804 trace_jbd2_write_superblock(journal, write_flags); in jbd2_write_superblock() 1825 submit_bh(REQ_OP_WRITE | write_flags, bh); in jbd2_write_superblock() 1854 blk_opf_t write_flags) in jbd2_journal_update_sb_log_tail() argument 1875 ret = jbd2_write_superblock(journal, write_flags); in jbd2_journal_update_sb_log_tail() 1896 static void jbd2_mark_journal_empty(journal_t *journal, blk_opf_t write_flags) in jbd2_mark_journal_empty() argument 1923 jbd2_write_superblock(journal, write_flags); in jbd2_mark_journal_empty()
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_main.c | 173 const int write_flags = KDB_ENABLE_MEM_WRITE | in kdb_check_for_lockdown() local 182 if (kdb_cmd_enabled & (KDB_ENABLE_ALL | write_flags)) in kdb_check_for_lockdown() 196 kdb_cmd_enabled &= ~write_flags; in kdb_check_for_lockdown()
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 1010 int level, blk_opf_t write_flags) in btrfs_compress_bio() argument 1017 cb = alloc_compressed_bio(inode, start, REQ_OP_WRITE | write_flags, in btrfs_compress_bio()
|
| H A D | inode.c | 767 blk_opf_t write_flags; member 1024 compress_level, async_chunk->write_flags); in compress_file_range() 1707 const blk_opf_t write_flags = wbc_to_write_flags(wbc); in run_delalloc_compressed() local 1732 async_chunk[i].write_flags = write_flags; in run_delalloc_compressed() 1766 async_chunk[i].write_flags |= REQ_BTRFS_CGROUP_PUNT; in run_delalloc_compressed()
|
| /linux/include/uapi/linux/ |
| H A D | fuse.h | 843 uint32_t write_flags; member
|
| /linux/fs/ext4/ |
| H A D | fast_commit.c | 669 blk_opf_t write_flags = JBD2_JOURNAL_REQ_FLAGS; in ext4_fc_submit_bh() local 674 write_flags |= REQ_FUA | REQ_PREFLUSH; in ext4_fc_submit_bh() 679 submit_bh(REQ_OP_WRITE | write_flags, bh); in ext4_fc_submit_bh()
|
| /linux/fs/ |
| H A D | buffer.c | 1842 blk_opf_t write_flags = wbc_to_write_flags(wbc); in __block_write_full_folio() local 1930 submit_bh_wbc(REQ_OP_WRITE | write_flags, bh, in __block_write_full_folio() 1985 submit_bh_wbc(REQ_OP_WRITE | write_flags, bh, in __block_write_full_folio()
|
| /linux/fs/fuse/ |
| H A D | file.c | 1155 inarg->write_flags |= FUSE_WRITE_LOCKOWNER; in fuse_send_write() 1206 ia->write.in.write_flags |= FUSE_WRITE_KILL_SUIDGID; in fuse_send_write_pages() 1703 ia->write.in.write_flags |= FUSE_WRITE_KILL_SUIDGID; in fuse_direct_io() 2101 wpa->ia.write.in.write_flags |= FUSE_WRITE_CACHE; in fuse_writepage_args_setup()
|