Searched refs:bg_flags (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ext4/ |
| H A D | resize.c | 219 __u16 *bg_flags; /* block group flags of groups member 268 flex_gd->bg_flags = kmalloc_array(flex_gd->resize_bg, sizeof(__u16), in alloc_flex_gd() 270 if (flex_gd->bg_flags == NULL) in alloc_flex_gd() 285 kfree(flex_gd->bg_flags); in free_flex_gd() 356 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables() 367 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables() 383 flex_gd->bg_flags[group + 1] &= uninit_mask; in ext4_alloc_group_tables() 390 flex_gd->bg_flags[group] &= uninit_mask; in ext4_alloc_group_tables() 483 if (flex_gd->bg_flags[group] & EXT4_BG_BLOCK_UNINIT) { in set_flexbg_block_bitmap() 539 __u16 *bg_flags = flex_gd->bg_flags; in setup_new_flex_group_blocks() local [all …]
|
| H A D | ialloc.c | 164 (desc->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT))) { in ext4_read_inode_bitmap() 693 (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT) || in recently_deleted() 806 gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in ext4_mark_inode_used() 822 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mark_inode_used() 823 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in ext4_mark_inode_used() 845 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in ext4_mark_inode_used() 846 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in ext4_mark_inode_used() 1149 gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in __ext4_new_inode() 1172 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in __ext4_new_inode() 1173 gdp->bg_flags in __ext4_new_inode() [all...] |
| H A D | mballoc.c | 2831 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)))) in ext4_mb_good_group_nolock() 3472 (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mb_add_groupinfo() 4132 (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))) { in ext4_mb_mark_context() 4133 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in ext4_mb_mark_context()
|
| H A D | super.c | 3338 !(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_check_descriptors() 3770 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_run_li_request() 3989 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED))) in ext4_has_uninit_itable()
|
| H A D | ext4.h | 410 __le16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */ member
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 79 - bg_flags
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 2184 __field( u64, bg_flags ) 2195 __entry->bg_flags = block_group->flags; 2199 "root=%llu(%s) len=%llu empty_size=%llu flags=%llu(%s) loop=%llu hinted=%d block_group=%llu bg_flags=%llu(%s)", 2204 __entry->bg_start, __entry->bg_flags, 2205 __print_flags((unsigned long)__entry->bg_flags, "|",
|
| /linux/fs/btrfs/ |
| H A D | volumes.c | 205 * Fill @buf with textual description of @bg_flags, no more than @size_buf 208 void btrfs_describe_block_groups(u64 bg_flags, char *buf, u32 size_buf) in btrfs_describe_block_groups() argument 213 u64 flags = bg_flags; in btrfs_describe_block_groups()
|