Home
last modified time | relevance | path

Searched refs:write_flags (Results 1 – 7 of 7) sorted by relevance

/linux/include/trace/events/
H A Djbd2.h358 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/kernel/debug/kdb/
H A Dkdb_main.c173 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 Dcompression.c1037 int level, blk_opf_t write_flags) in btrfs_compress_bio() argument
1044 cb = alloc_compressed_bio(inode, start, REQ_OP_WRITE | write_flags, in btrfs_compress_bio()
H A Dinode.c721 blk_opf_t write_flags; member
969 compress_level, async_chunk->write_flags); in compress_file_range()
1597 const blk_opf_t write_flags = wbc_to_write_flags(wbc); in run_delalloc_compressed() local
1622 async_chunk[i].write_flags = write_flags; in run_delalloc_compressed()
1656 async_chunk[i].write_flags |= REQ_BTRFS_CGROUP_PUNT; in run_delalloc_compressed()
/linux/include/uapi/linux/
H A Dfuse.h843 uint32_t write_flags; member
/linux/fs/ext4/
H A Dfast_commit.c653 blk_opf_t write_flags = JBD2_JOURNAL_REQ_FLAGS; in ext4_fc_submit_bh() local
658 write_flags |= REQ_FUA | REQ_PREFLUSH; in ext4_fc_submit_bh()
663 submit_bh(REQ_OP_WRITE | write_flags, bh); in ext4_fc_submit_bh()
/linux/fs/fuse/
H A Dfile.c1162 inarg->write_flags |= FUSE_WRITE_LOCKOWNER; in fuse_send_write()
1213 ia->write.in.write_flags |= FUSE_WRITE_KILL_SUIDGID; in fuse_send_write_pages()
1708 ia->write.in.write_flags |= FUSE_WRITE_KILL_SUIDGID; in fuse_direct_io()
2106 wpa->ia.write.in.write_flags |= FUSE_WRITE_CACHE; in fuse_writepage_args_setup()