Home
last modified time | relevance | path

Searched refs:EXT2_VALID_FS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dsuper.c646 if (!(sbi->s_mount_state & EXT2_VALID_FS)) in ext2_setup_super()
1282 if (es->s_state & cpu_to_le16(EXT2_VALID_FS)) { in ext2_sync_fs()
1284 es->s_state &= cpu_to_le16(~EXT2_VALID_FS); in ext2_sync_fs()
1355 if (le16_to_cpu(es->s_state) & EXT2_VALID_FS || in ext2_remount()
1356 !(sbi->s_mount_state & EXT2_VALID_FS)) in ext2_remount()
H A Dext2.h358 #define EXT2_VALID_FS 0x0001 /* Unmounted cleanly */ macro
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch828 -#define EXT2_VALID_FS 0x0001 /* Unmounted cleanly */