Searched refs:NILFS_VALID_FS (Results 1 – 5 of 5) sorted by relevance
302 valid_fs = (nilfs->ns_mount_state & NILFS_VALID_FS); in nilfs_valid_fs()
261 nilfs->ns_mount_state &= ~NILFS_VALID_FS; in load_nilfs()314 nilfs->ns_mount_state |= NILFS_VALID_FS; /* set "clean" flag */ in load_nilfs()
901 if (nilfs->ns_mount_state & NILFS_VALID_FS) in nilfs_search_super_root()
827 cpu_to_le16(le16_to_cpu(sbp[0]->s_state) & ~NILFS_VALID_FS); in nilfs_setup_super()
111 #define NILFS_VALID_FS 0x0001 /* Unmounted cleanly */ macro
Completed in 12 milliseconds