Searched refs:fsopt (Results 1 – 4 of 4) sorted by relevance
315 if (!fsopt->mds_namespace) in ceph_parse_new_source()360 if (!fsopt->server_path) in ceph_parse_source()373 if (fsopt->server_path) in ceph_parse_source()398 kfree(fsopt->mon_addr); in ceph_parse_mon_addr()402 return ceph_parse_mon_ips(fsopt->mon_addr, strlen(fsopt->mon_addr), in ceph_parse_mon_addr()737 if (fsopt->mds_namespace && !fsopt->new_dev_syntax) in ceph_show_options()740 if (fsopt->mon_addr) in ceph_show_options()763 if (fsopt->caps_max) in ceph_show_options()1125 memset(&fsopt->dummy_enc_policy, 0, sizeof(fsopt->dummy_enc_policy)); in ceph_apply_test_dummy_encryption()1307 if (fsopt->new_dev_syntax && !fsopt->mon_addr) in ceph_get_tree()[all …]
815 struct ceph_mount_options *fsopt);
156 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() argument159 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()
1546 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_full_msg() local1556 {"root", fsopt->server_path ? : "/"}, in create_session_full_msg()
Completed in 34 milliseconds