Home
last modified time | relevance | path

Searched refs:caps_max (Results 1 – 3 of 3) sorted by relevance

/fs/ceph/
Dsuper.c331 fsopt->caps_max = intval; in parse_fsopt_token()
639 if (fsopt->caps_max) in ceph_show_options()
640 seq_printf(m, ",caps_max=%d", fsopt->caps_max); in ceph_show_options()
Dsuper.h84 int caps_max; member
Dcaps.c159 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()