Searched refs:EXT4_BG_BLOCK_UNINIT (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dialloc.c926 gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
940 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
942 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT);
H A Dballoc.c129 * if some other tool enabled the EXT4_BG_BLOCK_UNINIT we need
320 if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
H A Dmballoc.c822 if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
2275 if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
2768 if (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
2769 gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT);
H A Dext4.h269 #define EXT4_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not in use */ macro

Completed in 171 milliseconds