Searched refs:fsopt (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ceph/ |
H A D | super.c | 255 static int namespace_equals(struct ceph_mount_options *fsopt, in namespace_equals() argument 258 return !(fsopt->mds_namespace && in namespace_equals() 259 (strlen(fsopt->mds_namespace) != len || in namespace_equals() 260 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals() 268 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source() local 278 fsopt->new_dev_syntax = false; in ceph_parse_old_source() 289 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source() local 319 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source() 321 kfree(fsopt->mds_namespace); in ceph_parse_new_source() 322 fsopt in ceph_parse_new_source() 352 struct ceph_mount_options *fsopt = pctx->opts; ceph_parse_source() local 404 struct ceph_mount_options *fsopt = pctx->opts; ceph_parse_mon_addr() local 418 struct ceph_mount_options *fsopt = pctx->opts; ceph_parse_mount_param() local 702 struct ceph_mount_options *fsopt = fsc->mount_options; ceph_show_options() local 817 create_fs_client(struct ceph_mount_options * fsopt,struct ceph_options * opt) create_fs_client() argument 1107 ceph_apply_test_dummy_encryption(struct super_block * sb,struct fs_context * fc,struct ceph_mount_options * fsopt) ceph_apply_test_dummy_encryption() argument 1142 ceph_apply_test_dummy_encryption(struct super_block * sb,struct fs_context * fc,struct ceph_mount_options * fsopt) ceph_apply_test_dummy_encryption() argument 1245 struct ceph_mount_options *fsopt = new->mount_options; ceph_compare_super() local 1305 struct ceph_mount_options *fsopt = pctx->opts; ceph_get_tree() local 1398 struct ceph_mount_options *fsopt = pctx->opts; ceph_reconfigure_fc() local 1441 struct ceph_mount_options *fsopt; ceph_init_fs_context() local [all...] |
H A D | super.h | 814 struct ceph_mount_options *fsopt);
|
H A D | caps.c | 156 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() argument 159 mdsc->caps_min_count = fsopt->max_readdir; in ceph_adjust_caps_max_min() 162 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()
|
H A D | mds_client.c | 1546 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_full_msg() local 1556 {"root", fsopt->server_path ? : "/"}, in create_session_full_msg()
|