Searched refs:NILFS_ERROR_FS (Results 1 - 2 of 2) sorted by path

/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h112 #define NILFS_ERROR_FS 0x0002 /* Errors detected */ macro
/linux-master/fs/nilfs2/
H A Dsuper.c93 if (!(nilfs->ns_mount_state & NILFS_ERROR_FS)) {
94 nilfs->ns_mount_state |= NILFS_ERROR_FS;
97 sbp[0]->s_state |= cpu_to_le16(NILFS_ERROR_FS);
99 sbp[1]->s_state |= cpu_to_le16(NILFS_ERROR_FS);
816 if (nilfs->ns_mount_state & NILFS_ERROR_FS) {

Completed in 164 milliseconds