Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c258 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source() local
268 fsopt->new_dev_syntax = false; in ceph_parse_old_source()
279 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source() local
309 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()
311 kfree(fsopt->mds_namespace); in ceph_parse_new_source()
312 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()
313 if (!fsopt->mds_namespace) in ceph_parse_new_source()
315 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace); in ceph_parse_new_source()
317 fsopt->new_dev_syntax = true; in ceph_parse_new_source()
342 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_source() local
[all …]
H A Dsuper.h125 static inline bool namespace_equals(struct ceph_mount_options *fsopt, in namespace_equals() argument
128 return !(fsopt->mds_namespace && in namespace_equals()
129 (strlen(fsopt->mds_namespace) != len || in namespace_equals()
130 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals()
852 struct ceph_mount_options *fsopt);
H A Dcaps.c157 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() argument
160 mdsc->caps_min_count = fsopt->max_readdir; in ceph_adjust_caps_max_min()
163 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()
H A Dmds_client.c1592 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_full_msg() local
1602 {"root", fsopt->server_path ? : "/"}, in create_session_full_msg()