Searched refs:fsopt (Results 1 – 4 of 4) sorted by relevance
256 kfree(fsopt->server_path); in ceph_parse_source()258 if (!fsopt->server_path) in ceph_parse_source()271 if (fsopt->server_path) in ceph_parse_source()304 kfree(fsopt->snapdir_name); in ceph_parse_mount_param()404 kfree(fsopt->fscache_uniq); in ceph_parse_mount_param()405 fsopt->fscache_uniq = NULL; in ceph_parse_mount_param()575 if (fsopt->mds_namespace) in ceph_show_options()592 if (fsopt->caps_max) in ceph_show_options()666 fsc->mount_options = fsopt; in create_fs_client()1190 fsopt = pctx->opts; in ceph_init_fs_context()[all …]
753 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()
1272 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local1281 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()
Completed in 28 milliseconds