Searched defs:discard_ctl (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | discard.c | 70 static struct list_head *get_discard_list(struct btrfs_discard_ctl *discard_ctl, in get_discard_list() 83 static bool btrfs_run_discard_work(struct btrfs_discard_ctl *discard_ctl) in btrfs_run_discard_work() 93 static void __add_to_discard_list(struct btrfs_discard_ctl *discard_ctl, in __add_to_discard_list() 115 static void add_to_discard_list(struct btrfs_discard_ctl *discard_ctl, in add_to_discard_list() 126 static void add_to_discard_unused_list(struct btrfs_discard_ctl *discard_ctl, in add_to_discard_unused_list() 154 static bool remove_from_discard_list(struct btrfs_discard_ctl *discard_ctl, in remove_from_discard_list() 194 struct btrfs_discard_ctl *discard_ctl, in find_next_block_group() 238 struct btrfs_discard_ctl *discard_ctl, in peek_discard_list() 288 struct btrfs_discard_ctl *discard_ctl; in btrfs_discard_check_filter() local 322 static void btrfs_update_discard_index(struct btrfs_discard_ctl *discard_ctl, in btrfs_update_discard_index() [all …]
|
| D | free-space-cache.c | 3083 struct btrfs_discard_ctl *discard_ctl = in btrfs_find_space_for_alloc() local 3220 struct btrfs_discard_ctl *discard_ctl = in btrfs_alloc_from_cluster() local 3708 struct btrfs_discard_ctl *discard_ctl = in trim_no_bitmap() local 3874 struct btrfs_discard_ctl *discard_ctl = in trim_bitmaps() local
|
| D | sysfs.c | 519 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_iops_limit_store() local 550 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_kbps_limit_store() local 580 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_max_discard_size_store() local
|
| D | fs.h | 646 struct btrfs_discard_ctl discard_ctl; member
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | discard.c | 71 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() 200 struct btrfs_discard_ctl *discard_ctl, in peek_discard_list() 247 struct btrfs_discard_ctl *discard_ctl; in btrfs_discard_check_filter() local 280 static void btrfs_update_discard_index(struct btrfs_discard_ctl *discard_ctl, in btrfs_update_discard_index() 300 void btrfs_discard_cancel_work(struct btrfs_discard_ctl *discard_ctl, in btrfs_discard_cancel_work() [all …]
|
| D | sysfs.c | 427 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_iops_limit_store() local 457 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_kbps_limit_store() local 487 struct btrfs_discard_ctl *discard_ctl = &fs_info->discard_ctl; in btrfs_discard_max_discard_size_store() local
|
| D | free-space-cache.c | 2850 struct btrfs_discard_ctl *discard_ctl = in btrfs_find_space_for_alloc() local 2984 struct btrfs_discard_ctl *discard_ctl = in btrfs_alloc_from_cluster() local 3455 struct btrfs_discard_ctl *discard_ctl = in trim_no_bitmap() local 3621 struct btrfs_discard_ctl *discard_ctl = in trim_bitmaps() local
|
| D | ctree.h | 869 struct btrfs_discard_ctl discard_ctl; member
|