Searched refs:EXT4_BG_INODE_UNINIT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dialloc.c127 if (desc->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) {
736 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) {
737 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_INODE_UNINIT);
739 * ~EXT4_BG_INODE_UNINIT we don't want to depend
H A Dext4.h268 #define EXT4_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not in use */ macro

Completed in 211 milliseconds