Home
last modified time | relevance | path

Searched refs:bg_flags (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filesystems/ext2/src/ext3/
H A Dgeneric.c1067 if (gd->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { in Ext2NewBlock()
1077 gd->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT); in Ext2NewBlock()
1421 if ((gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) || in Ext2NewInode()
1498 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT) || in Ext2NewInode()
1525 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT) || in Ext2NewInode()
1550 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT) || in Ext2NewInode()
1583 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in Ext2NewInode()
1593 gd->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in Ext2NewInode()
1658 if (gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) { in Ext2NewInode()
1659 gd->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT); in Ext2NewInode()
[all …]
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dext3_fs.h142 __le16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */ member