Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dthe_nilfs.h163 unsigned long ns_mount_opt; member
212 ((nilfs)->ns_mount_opt &= ~NILFS_MOUNT_##opt)
214 ((nilfs)->ns_mount_opt |= NILFS_MOUNT_##opt)
215 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt)
H A Dsuper.c741 unsigned long ns_mount_opt; in nilfs_parse_param()
774 nilfs->ns_mount_opt &= ~NILFS_MOUNT_ERROR_MODE; in nilfs_parse_param()
775 nilfs->ns_mount_opt |= result.uint_32; in nilfs_parse_param()
1065 nilfs->ns_mount_opt = ctx->ns_mount_opt; in nilfs_fill_super()
1194 nilfs->ns_mount_opt = ctx->ns_mount_opt;
1299 ctx->ns_mount_opt = NILFS_MOUNT_ERRORS_RO | NILFS_MOUNT_BARRIER;
735 unsigned long ns_mount_opt; global() member