Searched refs:bgd (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_write.c | 71 struct ext2_block_group *bgd = NULL; in ext4fs_update() local 79 bgd = ext4fs_get_group_descriptor(fs, i); in ext4fs_update() 80 bgd->bg_checksum = cpu_to_le16(ext4fs_checksum_update(i)); in ext4fs_update() 81 uint64_t b_bitmap_blk = ext4fs_bg_get_block_id(bgd, fs); in ext4fs_update() 88 bgd = ext4fs_get_group_descriptor(fs, i); in ext4fs_update() 89 uint64_t i_bitmap_blk = ext4fs_bg_get_inode_id(bgd, fs); in ext4fs_update() 137 struct ext2_block_group *bgd = NULL; in delete_single_indirect_block() local 163 bgd = ext4fs_get_group_descriptor(fs, bg_idx); in delete_single_indirect_block() 164 ext4fs_bg_free_blocks_inc(bgd, fs); in delete_single_indirect_block() 168 uint64_t b_bitmap_blk = ext4fs_bg_get_block_id(bgd, fs); in delete_single_indirect_block() [all …]
|
H A D | ext4_common.c | 973 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_blk_no() local 974 bgd = ext4fs_get_group_descriptor(fs, i); in ext4fs_get_new_blk_no() 975 if (ext4fs_bg_get_free_blocks(bgd, fs)) { in ext4fs_get_new_blk_no() 976 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_blk_no() 978 ext4fs_bg_get_block_id(bgd, fs); in ext4fs_get_new_blk_no() 985 ext4fs_bg_set_flags(bgd, bg_flags); in ext4fs_get_new_blk_no() 995 ext4fs_bg_free_blocks_dec(bgd, fs); in ext4fs_get_new_blk_no() 1031 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_blk_no() local 1032 bgd = ext4fs_get_group_descriptor(fs, bg_idx); in ext4fs_get_new_blk_no() 1033 if (ext4fs_bg_get_free_blocks(bgd, fs) == 0) { in ext4fs_get_new_blk_no() [all …]
|
/openbmc/linux/block/ |
H A D | bfq-cgroup.c | 495 struct bfq_group_data *bgd; in bfq_cpd_alloc() local 497 bgd = kzalloc(sizeof(*bgd), gfp); in bfq_cpd_alloc() 498 if (!bgd) in bfq_cpd_alloc() 501 bgd->weight = CGROUP_WEIGHT_DFL; in bfq_cpd_alloc() 502 return &bgd->pd; in bfq_cpd_alloc()
|
/openbmc/webui-vue/docs/customization/ |
H A D | theme.md | 107 ### $container-bgd 123 always be slightly darker than the `$container-bgd` value.
|