Lines Matching defs:result
421 struct fs_parse_result result;
425 token = __fs_parse(&log, ceph_parameters, param, &result);
487 switch (result.uint_32) {
502 switch (result.uint_32) {
530 if (result.uint_32 < 1 || result.uint_32 > INT_MAX / 1000)
533 msecs_to_jiffies(result.uint_32 * 1000);
537 if (result.uint_32 < 1 || result.uint_32 > INT_MAX / 1000)
539 opt->osd_idle_ttl = msecs_to_jiffies(result.uint_32 * 1000);
543 if (result.uint_32 > INT_MAX / 1000)
545 opt->mount_timeout = msecs_to_jiffies(result.uint_32 * 1000);
549 if (result.uint_32 > INT_MAX / 1000)
552 msecs_to_jiffies(result.uint_32 * 1000);
556 if (!result.negated)
562 if (!result.negated)
568 if (!result.negated)
574 if (!result.negated)
580 if (!result.negated)