Home
last modified time | relevance | path

Searched defs:bg_flags (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dresize.c232 __u16 *bg_flags; /* block group flags of groups member
542 __u16 *bg_flags = flex_gd->bg_flags; in setup_new_flex_group_blocks() local
1349 __u16 *bg_flags = flex_gd->bg_flags; in ext4_setup_new_descs() local
1717 __u16 bg_flags = 0; in ext4_group_add() local
H A Dext4.h398 __le16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */ member
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c976 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_blk_no() local
1041 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_blk_no() local
1108 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_inode_no() local
1154 uint16_t bg_flags = ext4fs_bg_get_flags(bgd); in ext4fs_get_new_inode_no() local
/openbmc/u-boot/include/
H A Dext_common.h137 __le16 bg_flags; member
/openbmc/linux/fs/btrfs/
H A Dvolumes.c198 void btrfs_describe_block_groups(u64 bg_flags, char *buf, u32 size_buf) in btrfs_describe_block_groups()