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.h396 bool enforce, bool noflush);
410 btrfs_qgroup_reserve_meta_prealloc(struct btrfs_root * root,int num_bytes,bool enforce,bool noflush) btrfs_qgroup_reserve_meta_prealloc() argument
H A Dqgroup.c4520 bool enforce, bool noflush)
4526 if ((ret <= 0 && ret != -EDQUOT) || noflush) in __btrfs_qgroup_reserve_meta()
4523 __btrfs_qgroup_reserve_meta(struct btrfs_root * root,int num_bytes,enum btrfs_qgroup_rsv_type type,bool enforce,bool noflush) __btrfs_qgroup_reserve_meta() argument
/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()