Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c479 fsopt->caps_max = result.int_32; in ceph_parse_mount_param()
762 if (fsopt->caps_max) in ceph_show_options()
763 seq_printf(m, ",caps_max=%d", fsopt->caps_max); in ceph_show_options()
H A Dsuper.h88 int caps_max; member
H A Dcaps.c163 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()