Searched defs:client_obd (Results 1 – 1 of 1) sorted by relevance
238 struct client_obd { struct239 struct rw_semaphore cl_sem;240 struct obd_uuid cl_target_uuid;241 struct obd_import *cl_import; /* ptlrpc connection state */242 int cl_conn_count;245 int cl_default_mds_easize;246 int cl_max_mds_easize;247 int cl_default_mds_cookiesize;248 int cl_max_mds_cookiesize;250 enum lustre_sec_part cl_sp_me;[all …]