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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dthe_nilfs.h127 unsigned ns_mount_state; member in struct:the_nilfs
271 valid_fs = (nilfs->ns_mount_state & NILFS_VALID_FS);
H A Dsuper.c85 if (!(nilfs->ns_mount_state & NILFS_ERROR_FS)) {
86 nilfs->ns_mount_state |= NILFS_ERROR_FS;
324 sbp[0]->s_state = cpu_to_le16(sbi->s_nilfs->ns_mount_state);
719 if (nilfs->ns_mount_state & NILFS_ERROR_FS) {
H A Dthe_nilfs.c370 nilfs->ns_mount_state &= ~NILFS_VALID_FS;
424 nilfs->ns_mount_state |= NILFS_VALID_FS; /* set "clean" flag */
730 nilfs->ns_mount_state = le16_to_cpu(sbp->s_state);
H A Drecovery.c915 if (nilfs->ns_mount_state & NILFS_VALID_FS)

Completed in 114 milliseconds