• Home
  • Raw
  • Download

Lines Matching refs:result

289 	struct fs_parse_result result;  in ceph_parse_mount_param()  local
297 token = fs_parse(fc, ceph_mount_parameters, param, &result); in ceph_parse_mount_param()
314 mode = result.uint_32; in ceph_parse_mount_param()
327 if (result.uint_32 < PAGE_SIZE || in ceph_parse_mount_param()
328 result.uint_32 > CEPH_MAX_WRITE_SIZE) in ceph_parse_mount_param()
330 fsopt->wsize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param()
333 if (result.uint_32 < PAGE_SIZE || in ceph_parse_mount_param()
334 result.uint_32 > CEPH_MAX_READ_SIZE) in ceph_parse_mount_param()
336 fsopt->rsize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param()
339 fsopt->rasize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param()
342 if (result.uint_32 < 1) in ceph_parse_mount_param()
344 fsopt->caps_wanted_delay_min = result.uint_32; in ceph_parse_mount_param()
347 if (result.uint_32 < 1) in ceph_parse_mount_param()
349 fsopt->caps_wanted_delay_max = result.uint_32; in ceph_parse_mount_param()
352 if (result.int_32 < 0) in ceph_parse_mount_param()
354 fsopt->caps_max = result.int_32; in ceph_parse_mount_param()
357 if (result.uint_32 < 1) in ceph_parse_mount_param()
359 fsopt->max_readdir = result.uint_32; in ceph_parse_mount_param()
362 if (result.uint_32 < PAGE_SIZE && result.uint_32 != 0) in ceph_parse_mount_param()
364 fsopt->max_readdir_bytes = result.uint_32; in ceph_parse_mount_param()
367 if (result.uint_32 < 1024) /* at least 1M */ in ceph_parse_mount_param()
369 fsopt->congestion_kb = result.uint_32; in ceph_parse_mount_param()
372 if (!result.negated) in ceph_parse_mount_param()
378 if (!result.negated) in ceph_parse_mount_param()
384 if (!result.negated) in ceph_parse_mount_param()
390 if (!result.negated) in ceph_parse_mount_param()
396 if (!result.negated) in ceph_parse_mount_param()
406 if (result.negated) { in ceph_parse_mount_param()
418 if (!result.negated) in ceph_parse_mount_param()
424 if (!result.negated) in ceph_parse_mount_param()
430 if (!result.negated) in ceph_parse_mount_param()
436 if (!result.negated) in ceph_parse_mount_param()
442 if (!result.negated) { in ceph_parse_mount_param()
453 if (!result.negated) in ceph_parse_mount_param()