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

/linux-master/fs/ceph/
H A Dsuper.c254 static int namespace_equals(struct ceph_mount_options *fsopt, argument
257 return !(fsopt->mds_namespace &&
258 (strlen(fsopt->mds_namespace) != len ||
259 strncmp(fsopt->mds_namespace, namespace, len)));
267 struct ceph_mount_options *fsopt = pctx->opts; local
277 fsopt->new_dev_syntax = false;
287 struct ceph_mount_options *fsopt = pctx->opts; local
310 if (!namespace_equals(fsopt, fs_name_start, len))
312 kfree(fsopt->mds_namespace);
313 fsopt
343 struct ceph_mount_options *fsopt = pctx->opts; local
395 struct ceph_mount_options *fsopt = pctx->opts; local
409 struct ceph_mount_options *fsopt = pctx->opts; local
691 struct ceph_mount_options *fsopt = fsc->mount_options; local
806 create_fs_client(struct ceph_mount_options *fsopt, struct ceph_options *opt) argument
1094 ceph_apply_test_dummy_encryption(struct super_block *sb, struct fs_context *fc, struct ceph_mount_options *fsopt) argument
1129 ceph_apply_test_dummy_encryption(struct super_block *sb, struct fs_context *fc, struct ceph_mount_options *fsopt) argument
1233 struct ceph_mount_options *fsopt = new->mount_options; local
1293 struct ceph_mount_options *fsopt = pctx->opts; local
1386 struct ceph_mount_options *fsopt = pctx->opts; local
1429 struct ceph_mount_options *fsopt; local
[all...]
H A Dsuper.h814 struct ceph_mount_options *fsopt);
H A Dcaps.c155 struct ceph_mount_options *fsopt)
158 mdsc->caps_min_count = fsopt->max_readdir;
161 mdsc->caps_use_max = fsopt->caps_max;
154 ceph_adjust_caps_max_min(struct ceph_mds_client *mdsc, struct ceph_mount_options *fsopt) argument
H A Dmds_client.c1546 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; local
1556 {"root", fsopt->server_path ? : "/"},

Completed in 161 milliseconds