Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dsuper.c244 static int namespace_equals(struct ceph_mount_options *fsopt, in namespace_equals() argument
247 return !(fsopt->mds_namespace && in namespace_equals()
248 (strlen(fsopt->mds_namespace) != len || in namespace_equals()
249 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals()
257 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source() local
267 fsopt->new_dev_syntax = false; in ceph_parse_old_source()
277 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source() local
300 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()
302 kfree(fsopt->mds_namespace); in ceph_parse_new_source()
303 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()
[all …]
Dsuper.h764 struct ceph_mount_options *fsopt);
Dcaps.c153 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() argument
156 mdsc->caps_min_count = fsopt->max_readdir; in ceph_adjust_caps_max_min()
159 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()
Dmds_client.c1372 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local
1381 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()