Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Dbtrfs.h2009 TP_ARGS(bg_cache),
2018 TP_fast_assign_btrfs(bg_cache->fs_info,
2019 __entry->bytenr = bg_cache->start,
2020 __entry->len = bg_cache->length,
2021 __entry->used = bg_cache->used;
2022 __entry->flags = bg_cache->flags;
2033 TP_ARGS(bg_cache)
2039 TP_ARGS(bg_cache)
2045 TP_ARGS(bg_cache)
2051 TP_ARGS(bg_cache)
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dscrub.c605 struct btrfs_block_group *bg_cache; in lock_full_stripe() local
612 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in lock_full_stripe()
613 if (!bg_cache) { in lock_full_stripe()
619 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in lock_full_stripe()
621 locks_root = &bg_cache->full_stripe_locks_root; in lock_full_stripe()
636 btrfs_put_block_group(bg_cache); in lock_full_stripe()
652 struct btrfs_block_group *bg_cache; in unlock_full_stripe() local
663 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in unlock_full_stripe()
664 if (!bg_cache) { in unlock_full_stripe()
671 locks_root = &bg_cache->full_stripe_locks_root; in unlock_full_stripe()
[all …]
/linux-6.3-rc2/drivers/video/fbdev/
A Dffb.c363 u32 bg_cache; member
442 upa_writel(par->bg_cache, &fbc->bg); in ffb_switch_from_graph()

Completed in 16 milliseconds