Searched refs:bg_cache (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | btrfs.h | 1816 TP_PROTO(const struct btrfs_block_group_cache *bg_cache), 1818 TP_ARGS(bg_cache), 1827 TP_fast_assign_btrfs(bg_cache->fs_info, 1828 __entry->bytenr = bg_cache->key.objectid, 1829 __entry->len = bg_cache->key.offset, 1830 __entry->used = btrfs_block_group_used(&bg_cache->item); 1831 __entry->flags = bg_cache->flags; 1840 TP_PROTO(const struct btrfs_block_group_cache *bg_cache), 1842 TP_ARGS(bg_cache) 1846 TP_PROTO(const struct btrfs_block_group_cache *bg_cache), [all …]
|
/Linux-v4.19/fs/btrfs/ |
D | scrub.c | 422 struct btrfs_block_group_cache *bg_cache; in lock_full_stripe() local 429 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in lock_full_stripe() 430 if (!bg_cache) { in lock_full_stripe() 436 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in lock_full_stripe() 438 locks_root = &bg_cache->full_stripe_locks_root; in lock_full_stripe() 440 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in lock_full_stripe() 453 btrfs_put_block_group(bg_cache); in lock_full_stripe() 469 struct btrfs_block_group_cache *bg_cache; in unlock_full_stripe() local 480 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in unlock_full_stripe() 481 if (!bg_cache) { in unlock_full_stripe() [all …]
|
/Linux-v4.19/drivers/video/fbdev/ |
D | ffb.c | 362 u32 bg_cache; member 441 upa_writel(par->bg_cache, &fbc->bg); in ffb_switch_from_graph()
|