Searched refs:ns_mount_opt (Results 1 – 2 of 2) sorted by relevance
181 unsigned long ns_mount_opt; member229 do { (nilfs)->ns_mount_opt &= ~NILFS_MOUNT_##opt; } while (0)231 do { (nilfs)->ns_mount_opt |= NILFS_MOUNT_##opt; } while (0)232 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt)234 do { (nilfs)->ns_mount_opt = \235 (((nilfs)->ns_mount_opt & ~NILFS_MOUNT_##mask) | \
811 nilfs->ns_mount_opt = in nilfs_set_default_options()1138 old_mount_opt = nilfs->ns_mount_opt; in nilfs_remount()1207 nilfs->ns_mount_opt = old_mount_opt; in nilfs_remount()