Searched refs:fsopt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 251 static int namespace_equals(struct ceph_mount_options *fsopt, in namespace_equals() argument 254 return !(fsopt->mds_namespace && in namespace_equals() 255 (strlen(fsopt->mds_namespace) != len || in namespace_equals() 256 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals() 264 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source() local 274 fsopt->new_dev_syntax = false; in ceph_parse_old_source() 284 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source() local 307 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source() 309 kfree(fsopt->mds_namespace); in ceph_parse_new_source() 310 fsopt in ceph_parse_new_source() 340 struct ceph_mount_options *fsopt = pctx->opts; ceph_parse_source() local 392 struct ceph_mount_options *fsopt = pctx->opts; ceph_parse_mon_addr() local 406 struct ceph_mount_options *fsopt = pctx->opts; ceph_parse_mount_param() local 688 struct ceph_mount_options *fsopt = fsc->mount_options; ceph_show_options() local 803 create_fs_client(struct ceph_mount_options *fsopt, struct ceph_options *opt) create_fs_client() argument 1090 ceph_apply_test_dummy_encryption(struct super_block *sb, struct fs_context *fc, struct ceph_mount_options *fsopt) ceph_apply_test_dummy_encryption() argument 1125 ceph_apply_test_dummy_encryption(struct super_block *sb, struct fs_context *fc, struct ceph_mount_options *fsopt) ceph_apply_test_dummy_encryption() argument 1227 struct ceph_mount_options *fsopt = new->mount_options; ceph_compare_super() local 1286 struct ceph_mount_options *fsopt = pctx->opts; ceph_get_tree() local 1378 struct ceph_mount_options *fsopt = pctx->opts; ceph_reconfigure_fc() local 1420 struct ceph_mount_options *fsopt; ceph_init_fs_context() local [all...] |
H A D | super.h | 807 struct ceph_mount_options *fsopt);
|
H A D | caps.c | 155 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() 158 mdsc->caps_min_count = fsopt->max_readdir; in ceph_adjust_caps_max_min() 161 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min() 154 ceph_adjust_caps_max_min(struct ceph_mds_client *mdsc, struct ceph_mount_options *fsopt) ceph_adjust_caps_max_min() argument
|
H A D | mds_client.c | 1531 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local 1540 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 242 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_source() local 256 kfree(fsopt->server_path); in ceph_parse_source() 257 fsopt->server_path = kstrdup(dev_name_end, GFP_KERNEL); in ceph_parse_source() 258 if (!fsopt->server_path) in ceph_parse_source() 261 canonicalize_path(fsopt->server_path); in ceph_parse_source() 271 if (fsopt->server_path) in ceph_parse_source() 272 dout("server path '%s'\n", fsopt->server_path); in ceph_parse_source() 288 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_mount_param() local 304 kfree(fsopt->snapdir_name); in ceph_parse_mount_param() 305 fsopt in ceph_parse_mount_param() 531 struct ceph_mount_options *fsopt = fsc->mount_options; ceph_show_options() local 636 create_fs_client(struct ceph_mount_options *fsopt, struct ceph_options *opt) create_fs_client() argument 999 struct ceph_mount_options *fsopt = new->mount_options; ceph_compare_super() local 1146 struct ceph_mount_options *fsopt = pctx->opts; ceph_reconfigure_fc() local 1171 struct ceph_mount_options *fsopt; ceph_init_fs_context() local [all...] |
H A D | super.h | 750 struct ceph_mount_options *fsopt);
|
H A D | caps.c | 153 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() 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() 152 ceph_adjust_caps_max_min(struct ceph_mds_client *mdsc, struct ceph_mount_options *fsopt) ceph_adjust_caps_max_min() argument
|
H A D | mds_client.c | 1291 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local 1300 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()
|
Completed in 35 milliseconds