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

/linux-master/fs/btrfs/
H A Ddelalloc-space.h15 bool noflush);
28 u64 disk_num_bytes, bool noflush);
H A Ddelalloc-space.c131 u64 len, bool noflush)
142 if (noflush)
306 u64 disk_num_bytes, bool noflush)
325 if (noflush || btrfs_is_free_space_inode(inode)) {
348 noflush);
129 btrfs_check_data_free_space(struct btrfs_inode *inode, struct extent_changeset **reserved, u64 start, u64 len, bool noflush) argument
305 btrfs_delalloc_reserve_metadata(struct btrfs_inode *inode, u64 num_bytes, u64 disk_num_bytes, bool noflush) argument
H A Dqgroup.h379 bool noflush);
390 bool noflush)
394 enforce, noflush);
388 btrfs_qgroup_reserve_meta_prealloc(struct btrfs_root *root, int num_bytes, bool enforce, bool noflush) argument
H A Dqgroup.c4387 bool noflush)
4392 if ((ret <= 0 && ret != -EDQUOT) || noflush)
4385 __btrfs_qgroup_reserve_meta(struct btrfs_root *root, int num_bytes, enum btrfs_qgroup_rsv_type type, bool enforce, bool noflush) argument
/linux-master/fs/bcachefs/
H A Djournal_types.h37 bool noflush:1; /* write has already been kicked off, and was noflush */ member in struct:journal_buf
H A Djournal.c79 if (buf->noflush)
80 prt_str(out, "noflush ");
421 buf->noflush = false;
736 if (buf->noflush) {
815 buf->noflush = true;
1425 prt_printf(out, "nr noflush writes:\t%llu\n", j->nr_noflush_writes);
H A Djournal_io.c1948 * noflush so they'll never be used, but they'll still be visible by the
1965 w->noflush ||
1969 w->noflush = true;
/linux-master/drivers/md/
H A Ddm.c928 * noflush suspend was interrupted or this is
2716 bool noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG; local
2725 if (noflush)
2739 * noflush takes precedence over do_lockfs.
2742 if (!noflush && do_lockfs) {
2783 if (noflush)

Completed in 144 milliseconds