• Home
  • Raw
  • Download

Lines Matching refs:result

400 	struct fs_parse_result result;  in ceph_parse_mount_param()  local
408 token = fs_parse(fc, ceph_mount_parameters, param, &result); in ceph_parse_mount_param()
427 mode = result.uint_32; in ceph_parse_mount_param()
442 if (result.uint_32 < PAGE_SIZE || in ceph_parse_mount_param()
443 result.uint_32 > CEPH_MAX_WRITE_SIZE) in ceph_parse_mount_param()
445 fsopt->wsize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param()
448 if (result.uint_32 < PAGE_SIZE || in ceph_parse_mount_param()
449 result.uint_32 > CEPH_MAX_READ_SIZE) in ceph_parse_mount_param()
451 fsopt->rsize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param()
454 fsopt->rasize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param()
457 if (result.uint_32 < 1) in ceph_parse_mount_param()
459 fsopt->caps_wanted_delay_min = result.uint_32; in ceph_parse_mount_param()
462 if (result.uint_32 < 1) in ceph_parse_mount_param()
464 fsopt->caps_wanted_delay_max = result.uint_32; in ceph_parse_mount_param()
467 if (result.int_32 < 0) in ceph_parse_mount_param()
469 fsopt->caps_max = result.int_32; in ceph_parse_mount_param()
472 if (result.uint_32 < 1) in ceph_parse_mount_param()
474 fsopt->max_readdir = result.uint_32; in ceph_parse_mount_param()
477 if (result.uint_32 < PAGE_SIZE && result.uint_32 != 0) in ceph_parse_mount_param()
479 fsopt->max_readdir_bytes = result.uint_32; in ceph_parse_mount_param()
482 if (result.uint_32 < 1024) /* at least 1M */ in ceph_parse_mount_param()
484 fsopt->congestion_kb = result.uint_32; in ceph_parse_mount_param()
487 if (!result.negated) in ceph_parse_mount_param()
493 if (!result.negated) in ceph_parse_mount_param()
499 if (!result.negated) in ceph_parse_mount_param()
505 if (!result.negated) in ceph_parse_mount_param()
511 if (!result.negated) in ceph_parse_mount_param()
521 if (result.negated) { in ceph_parse_mount_param()
533 if (!result.negated) in ceph_parse_mount_param()
539 if (!result.negated) in ceph_parse_mount_param()
545 if (!result.negated) in ceph_parse_mount_param()
551 if (!result.negated) in ceph_parse_mount_param()
557 if (!result.negated) { in ceph_parse_mount_param()
568 if (!result.negated) in ceph_parse_mount_param()
574 if (result.negated) in ceph_parse_mount_param()