ns_mount_opt      788 fs/nilfs2/super.c 	nilfs->ns_mount_opt =
ns_mount_opt     1114 fs/nilfs2/super.c 	old_mount_opt = nilfs->ns_mount_opt;
ns_mount_opt     1181 fs/nilfs2/super.c 	nilfs->ns_mount_opt = old_mount_opt;
ns_mount_opt      168 fs/nilfs2/the_nilfs.h 	unsigned long		ns_mount_opt;
ns_mount_opt      216 fs/nilfs2/the_nilfs.h 	((nilfs)->ns_mount_opt &= ~NILFS_MOUNT_##opt)
ns_mount_opt      218 fs/nilfs2/the_nilfs.h 	((nilfs)->ns_mount_opt |= NILFS_MOUNT_##opt)
ns_mount_opt      219 fs/nilfs2/the_nilfs.h #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt)
ns_mount_opt      221 fs/nilfs2/the_nilfs.h 	((nilfs)->ns_mount_opt =					\
ns_mount_opt      222 fs/nilfs2/the_nilfs.h 		(((nilfs)->ns_mount_opt & ~NILFS_MOUNT_##mask) |	\