Home
last modified time | relevance | path

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

/linux/fs/btrfs/ !
H A Ddelalloc-space.c143 u64 len, bool noflush) in btrfs_check_data_free_space() argument
154 if (noflush) in btrfs_check_data_free_space()
316 u64 disk_num_bytes, bool noflush) in btrfs_delalloc_reserve_metadata() argument
335 if (noflush || btrfs_is_free_space_inode(inode)) { in btrfs_delalloc_reserve_metadata()
358 noflush); in btrfs_delalloc_reserve_metadata()
H A Ddelalloc-space.h15 bool noflush);
27 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.c4523 bool noflush) in __btrfs_qgroup_reserve_meta() argument
4528 if ((ret <= 0 && ret != -EDQUOT) || noflush) in __btrfs_qgroup_reserve_meta()
/linux/drivers/md/ !
H A Ddm.c2948 bool noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG; in __dm_suspend() local
2956 if (noflush) in __dm_suspend()
2973 if (!noflush && do_lockfs) { in __dm_suspend()