Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddelalloc-space.c131 u64 len, bool noflush) in btrfs_check_data_free_space() argument
142 if (noflush) in btrfs_check_data_free_space()
306 u64 disk_num_bytes, bool noflush) in btrfs_delalloc_reserve_metadata() argument
325 if (noflush || btrfs_is_free_space_inode(inode)) { in btrfs_delalloc_reserve_metadata()
348 noflush); in btrfs_delalloc_reserve_metadata()
H A Ddelalloc-space.h15 bool noflush);
28 u64 disk_num_bytes, bool noflush);
H A Dqgroup.h399 bool noflush);
410 bool noflush) in btrfs_qgroup_reserve_meta_prealloc() argument
414 enforce, noflush); in btrfs_qgroup_reserve_meta_prealloc()
H A Dqgroup.c4493 bool noflush) in __btrfs_qgroup_reserve_meta() argument
4498 if ((ret <= 0 && ret != -EDQUOT) || noflush) in __btrfs_qgroup_reserve_meta()
/linux-6.15/fs/bcachefs/
H A Djournal_types.h44 bool noflush:1; /* write has already been kicked off, and was noflush */ member
H A Djournal.c68 if (buf->noflush) in bch2_journal_buf_to_text()
469 buf->noflush = false; in journal_entry_open()
877 if (buf->noflush) { in bch2_journal_flush_seq_async()
960 buf->noflush = true; in bch2_journal_noflush_seq()
H A Djournal_io.c1691 if (!j->err_seq && !w->noflush) { in CLOSURE_CALLBACK()
2031 w->noflush || in bch2_journal_write_pick_flush()
2036 w->noflush = true; in bch2_journal_write_pick_flush()
/linux-6.15/drivers/md/
H A Ddm.c2901 bool noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG; in __dm_suspend() local
2910 if (noflush) in __dm_suspend()
2927 if (!noflush && do_lockfs) { in __dm_suspend()
2968 if (noflush) in __dm_suspend()