Searched refs:caps_max (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 178 fsparam_s32 ("caps_max", Opt_caps_max), 354 fsopt->caps_max = result.int_32; in ceph_parse_mount_param() 592 if (fsopt->caps_max) in ceph_show_options() 593 seq_printf(m, ",caps_max=%d", fsopt->caps_max); in ceph_show_options()
|
H A D | super.h | 86 int caps_max; member
|
H A D | caps.c | 159 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 188 fsparam_s32 ("caps_max", Opt_caps_max), 476 fsopt->caps_max = result.int_32; in ceph_parse_mount_param() 759 if (fsopt->caps_max) in ceph_show_options() 760 seq_printf(m, ",caps_max=%d", fsopt->caps_max); in ceph_show_options()
|
H A D | super.h | 87 int caps_max; member
|
H A D | caps.c | 161 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()
|
Completed in 21 milliseconds