Searched refs:NILFS_VALID_FS (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/nilfs2/
H A Dthe_nilfs.h304 valid_fs = (nilfs->ns_mount_state & NILFS_VALID_FS);
H A Dthe_nilfs.c293 nilfs->ns_mount_state &= ~NILFS_VALID_FS;
350 nilfs->ns_mount_state |= NILFS_VALID_FS; /* set "clean" flag */
H A Drecovery.c902 if (nilfs->ns_mount_state & NILFS_VALID_FS)
H A Dsuper.c306 * This will set "clean" flag (i.e. NILFS_VALID_FS) unless the
839 cpu_to_le16(le16_to_cpu(sbp[0]->s_state) & ~NILFS_VALID_FS);
/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h111 #define NILFS_VALID_FS 0x0001 /* Unmounted cleanly */ macro

Completed in 121 milliseconds