Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nilfs2/
A Dthe_nilfs.h113 unsigned int ns_mount_state; member
302 valid_fs = (nilfs->ns_mount_state & NILFS_VALID_FS); in nilfs_valid_fs()
A Dthe_nilfs.c294 nilfs->ns_mount_state &= ~NILFS_VALID_FS; in load_nilfs()
347 nilfs->ns_mount_state |= NILFS_VALID_FS; /* set "clean" flag */ in load_nilfs()
694 nilfs->ns_mount_state = le16_to_cpu(sbp->s_state); in init_nilfs()
A Dsuper.c93 if (!(nilfs->ns_mount_state & NILFS_ERROR_FS)) { in nilfs_set_error()
94 nilfs->ns_mount_state |= NILFS_ERROR_FS; in nilfs_set_error()
317 sbp[0]->s_state = cpu_to_le16(nilfs->ns_mount_state); in nilfs_cleanup_super()
822 if (nilfs->ns_mount_state & NILFS_ERROR_FS) { in nilfs_setup_super()
A Drecovery.c901 if (nilfs->ns_mount_state & NILFS_VALID_FS) in nilfs_search_super_root()

Completed in 10 milliseconds