Home
last modified time | relevance | path

Searched refs:EXT4_BG_INODE_UNINIT (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/ext4/
Dialloc.c163 (desc->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT))) { in ext4_read_inode_bitmap()
836 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in ext4_mark_inode_used()
837 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in ext4_mark_inode_used()
1196 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in __ext4_new_inode()
1197 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in __ext4_new_inode()
1553 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT))) { in ext4_init_inode_table()
Dresize.c660 if (bg_flags[i] & EXT4_BG_INODE_UNINIT) in setup_new_flex_group_blocks()
1668 EXT4_BG_INODE_UNINIT; in ext4_setup_next_flex_gd()
Dext4.h381 #define EXT4_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not in use */ macro
/linux-6.1.9/Documentation/filesystems/ext4/
Dgroup_descr.rst169 - inode table and bitmap are not initialized (EXT4_BG_INODE_UNINIT).