Home
last modified time | relevance | path

Searched refs:treelog_bg (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/btrfs/
Dzoned.h393 if (fs_info->treelog_bg == bg->start) in btrfs_clear_treelog_bg()
394 fs_info->treelog_bg = 0; in btrfs_clear_treelog_bg()
Dextent-tree.c3756 log_bytenr = fs_info->treelog_bg; in do_allocation_zoned()
3806 block_group->start == fs_info->treelog_bg || in do_allocation_zoned()
3807 fs_info->treelog_bg == 0); in do_allocation_zoned()
3822 if (ffe_ctl->for_treelog && !fs_info->treelog_bg && in do_allocation_zoned()
3853 if (ffe_ctl->for_treelog && !fs_info->treelog_bg) in do_allocation_zoned()
3854 fs_info->treelog_bg = block_group->start; in do_allocation_zoned()
3874 fs_info->treelog_bg = 0; in do_allocation_zoned()
4213 if (fs_info->treelog_bg) in prepare_allocation()
4214 ffe_ctl->hint_byte = fs_info->treelog_bg; in prepare_allocation()
Dctree.h1035 u64 treelog_bg; member