Lines Matching refs:seq_printf
396 seq_printf(m, ",fsid=%pU", &opt->fsid); in ceph_show_options()
403 seq_printf(m, ",name=%s", opt->name); in ceph_show_options()
408 seq_printf(m, ",mount_timeout=%d", opt->mount_timeout); in ceph_show_options()
410 seq_printf(m, ",osd_idle_ttl=%d", opt->osd_idle_ttl); in ceph_show_options()
412 seq_printf(m, ",osdkeepalivetimeout=%d", in ceph_show_options()
427 seq_printf(m, ",wsize=%d", fsopt->wsize); in ceph_show_options()
429 seq_printf(m, ",rsize=%d", fsopt->rsize); in ceph_show_options()
431 seq_printf(m, ",rasize=%d", fsopt->rasize); in ceph_show_options()
433 seq_printf(m, ",write_congestion_kb=%d", fsopt->congestion_kb); in ceph_show_options()
435 seq_printf(m, ",caps_wanted_delay_min=%d", in ceph_show_options()
438 seq_printf(m, ",caps_wanted_delay_max=%d", in ceph_show_options()
441 seq_printf(m, ",cap_release_safety=%d", in ceph_show_options()
444 seq_printf(m, ",readdir_max_entries=%d", fsopt->max_readdir); in ceph_show_options()
446 seq_printf(m, ",readdir_max_bytes=%d", fsopt->max_readdir_bytes); in ceph_show_options()
448 seq_printf(m, ",snapdirname=%s", fsopt->snapdir_name); in ceph_show_options()