Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext2/
H A Dsuper.c651 if (!(sbi->s_mount_state & EXT2_VALID_FS)) in ext2_setup_super()
1259 * set s_state to EXT2_VALID_FS after some corrections.
1273 if (es->s_state & cpu_to_le16(EXT2_VALID_FS)) { in ext2_sync_fs()
1275 es->s_state &= cpu_to_le16(~EXT2_VALID_FS); in ext2_sync_fs()
1287 * Open but unlinked files present? Keep EXT2_VALID_FS flag cleared in ext2_freeze()
1306 /* Just write sb to clear EXT2_VALID_FS flag */ in ext2_unfreeze()
1346 if (le16_to_cpu(es->s_state) & EXT2_VALID_FS || in ext2_remount()
1347 !(sbi->s_mount_state & EXT2_VALID_FS)) in ext2_remount()
H A Dext2.h359 #define EXT2_VALID_FS 0x0001 /* Unmounted cleanly */ macro
/kernel/linux/linux-6.6/fs/ext2/
H A Dsuper.c646 if (!(sbi->s_mount_state & EXT2_VALID_FS)) in ext2_setup_super()
1268 * set s_state to EXT2_VALID_FS after some corrections.
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()
1296 * Open but unlinked files present? Keep EXT2_VALID_FS flag cleared in ext2_freeze()
1315 /* Just write sb to clear EXT2_VALID_FS flag */ in ext2_unfreeze()
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

Completed in 8 milliseconds