Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dbtrfs.h1850 TP_PROTO(const struct btrfs_block_group_cache *bg_cache),
1852 TP_ARGS(bg_cache),
1861 TP_fast_assign_btrfs(bg_cache->fs_info,
1862 __entry->bytenr = bg_cache->key.objectid,
1863 __entry->len = bg_cache->key.offset,
1864 __entry->used = btrfs_block_group_used(&bg_cache->item);
1865 __entry->flags = bg_cache->flags;
1874 TP_PROTO(const struct btrfs_block_group_cache *bg_cache),
1876 TP_ARGS(bg_cache)
1880 TP_PROTO(const struct btrfs_block_group_cache *bg_cache),
[all …]
/Linux-v5.4/fs/btrfs/
Dscrub.c426 struct btrfs_block_group_cache *bg_cache; in lock_full_stripe() local
433 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in lock_full_stripe()
434 if (!bg_cache) { in lock_full_stripe()
440 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in lock_full_stripe()
442 locks_root = &bg_cache->full_stripe_locks_root; in lock_full_stripe()
444 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in lock_full_stripe()
457 btrfs_put_block_group(bg_cache); in lock_full_stripe()
473 struct btrfs_block_group_cache *bg_cache; in unlock_full_stripe() local
484 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in unlock_full_stripe()
485 if (!bg_cache) { in unlock_full_stripe()
[all …]
/Linux-v5.4/drivers/video/fbdev/
Dffb.c363 u32 bg_cache; member
442 upa_writel(par->bg_cache, &fbc->bg); in ffb_switch_from_graph()