Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c257 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source() local
267 fsopt->new_dev_syntax = false; in ceph_parse_old_source()
278 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source() local
308 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()
310 kfree(fsopt->mds_namespace); in ceph_parse_new_source()
311 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()
312 if (!fsopt->mds_namespace) in ceph_parse_new_source()
314 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace); in ceph_parse_new_source()
316 fsopt->new_dev_syntax = true; in ceph_parse_new_source()
341 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()
842 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.c1548 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_full_msg() local
1558 {"root", fsopt->server_path ? : "/"}, in create_session_full_msg()