Searched refs:fsopt (Results 1 – 4 of 4) sorted by relevance
244 static int namespace_equals(struct ceph_mount_options *fsopt, in namespace_equals() argument247 return !(fsopt->mds_namespace && in namespace_equals()248 (strlen(fsopt->mds_namespace) != len || in namespace_equals()249 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals()257 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source() local267 fsopt->new_dev_syntax = false; in ceph_parse_old_source()277 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source() local300 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()302 kfree(fsopt->mds_namespace); in ceph_parse_new_source()303 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()[all …]
764 struct ceph_mount_options *fsopt);
153 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() argument156 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()
1372 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local1381 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()