Home
last modified time | relevance | path

Searched refs:fsopt (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/ceph/
Dsuper.c251 static int namespace_equals(struct ceph_mount_options *fsopt, in namespace_equals() argument
254 return !(fsopt->mds_namespace && in namespace_equals()
255 (strlen(fsopt->mds_namespace) != len || in namespace_equals()
256 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals()
264 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source() local
274 fsopt->new_dev_syntax = false; in ceph_parse_old_source()
284 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source() local
307 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()
309 kfree(fsopt->mds_namespace); in ceph_parse_new_source()
310 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()
[all …]
Dsuper.h807 struct ceph_mount_options *fsopt);
Dcaps.c155 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() argument
158 mdsc->caps_min_count = fsopt->max_readdir; in ceph_adjust_caps_max_min()
161 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()
Dmds_client.c1531 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local
1540 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()