Home
last modified time | relevance | path

Searched refs:NILFS_ERROR_FS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/nilfs2/
Dsuper.c87 if (!(nilfs->ns_mount_state & NILFS_ERROR_FS)) { in nilfs_set_error()
88 nilfs->ns_mount_state |= NILFS_ERROR_FS; in nilfs_set_error()
91 sbp[0]->s_state |= cpu_to_le16(NILFS_ERROR_FS); in nilfs_set_error()
93 sbp[1]->s_state |= cpu_to_le16(NILFS_ERROR_FS); in nilfs_set_error()
817 if (nilfs->ns_mount_state & NILFS_ERROR_FS) { in nilfs_setup_super()
/Linux-v4.19/include/uapi/linux/
Dnilfs2_ondisk.h112 #define NILFS_ERROR_FS 0x0002 /* Errors detected */ macro