Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Ddiscard.h9 struct btrfs_discard_ctl;
21 void btrfs_discard_cancel_work(struct btrfs_discard_ctl *discard_ctl,
23 void btrfs_discard_queue_work(struct btrfs_discard_ctl *discard_ctl,
25 void btrfs_discard_schedule_work(struct btrfs_discard_ctl *discard_ctl,
27 bool btrfs_run_discard_work(struct btrfs_discard_ctl *discard_ctl);
30 void btrfs_discard_calc_delay(struct btrfs_discard_ctl *discard_ctl);
Ddiscard.c71 static struct list_head *get_discard_list(struct btrfs_discard_ctl *discard_ctl, in get_discard_list()
77 static void __add_to_discard_list(struct btrfs_discard_ctl *discard_ctl, in __add_to_discard_list()
96 static void add_to_discard_list(struct btrfs_discard_ctl *discard_ctl, in add_to_discard_list()
107 static void add_to_discard_unused_list(struct btrfs_discard_ctl *discard_ctl, in add_to_discard_unused_list()
129 static bool remove_from_discard_list(struct btrfs_discard_ctl *discard_ctl, in remove_from_discard_list()
158 struct btrfs_discard_ctl *discard_ctl, in find_next_block_group()
202 struct btrfs_discard_ctl *discard_ctl, in peek_discard_list()
249 struct btrfs_discard_ctl *discard_ctl; in btrfs_discard_check_filter()
282 static void btrfs_update_discard_index(struct btrfs_discard_ctl *discard_ctl, in btrfs_update_discard_index()
302 void btrfs_discard_cancel_work(struct btrfs_discard_ctl *discard_ctl, in btrfs_discard_cancel_work()
[all …]
Dsysfs.c509 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_iops_limit_store()
540 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_kbps_limit_store()
570 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_max_discard_size_store()
Dfree-space-cache.c3067 struct btrfs_discard_ctl *discard_ctl = in btrfs_find_space_for_alloc()
3204 struct btrfs_discard_ctl *discard_ctl = in btrfs_alloc_from_cluster()
3690 struct btrfs_discard_ctl *discard_ctl = in trim_no_bitmap()
3856 struct btrfs_discard_ctl *discard_ctl = in trim_bitmaps()
Dctree.h518 struct btrfs_discard_ctl { struct
928 struct btrfs_discard_ctl discard_ctl;