Home
last modified time | relevance | path

Searched refs:caps_max (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.c178 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 Dsuper.h86 int caps_max; member
H A Dcaps.c159 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.c188 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 Dsuper.h87 int caps_max; member
H A Dcaps.c161 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()

Completed in 25 milliseconds