Home
last modified time | relevance | path

Searched refs:NILFS_VALID_FS (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nilfs2/
H A Dthe_nilfs.h294 valid_fs = (nilfs->ns_mount_state & NILFS_VALID_FS); in nilfs_valid_fs()
H A Dthe_nilfs.c300 nilfs->ns_mount_state &= ~NILFS_VALID_FS; in load_nilfs()
357 nilfs->ns_mount_state |= NILFS_VALID_FS; /* set "clean" flag */ in load_nilfs()
H A Dsuper.c310 * This will set "clean" flag (i.e. NILFS_VALID_FS) unless the
842 cpu_to_le16(le16_to_cpu(sbp[0]->s_state) & ~NILFS_VALID_FS);
/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h111 #define NILFS_VALID_FS 0x0001 /* Unmounted cleanly */ macro