Searched refs:congestion_kb (Results 1 – 2 of 2) sorted by relevance
62 #define CONGESTION_ON_THRESH(congestion_kb) (congestion_kb >> (PAGE_SHIFT-10)) argument63 #define CONGESTION_OFF_THRESH(congestion_kb) \ argument64 (CONGESTION_ON_THRESH(congestion_kb) - \65 (CONGESTION_ON_THRESH(congestion_kb) >> 2))734 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock()817 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock()918 fsc->mount_options->congestion_kb)) in writepages_finish()1184 fsc->mount_options->congestion_kb)) in ceph_writepages_start()
505 fsopt->congestion_kb = result.uint_32; in ceph_parse_mount_param()771 if (fsopt->congestion_kb != default_congestion_kb()) in ceph_show_options()772 seq_printf(m, ",write_congestion_kb=%u", fsopt->congestion_kb); in ceph_show_options()1469 fsopt->congestion_kb = default_congestion_kb(); in ceph_init_fs_context()