Searched defs:client_obd (Results 1 – 1 of 1) sorted by relevance
311 struct client_obd { struct312 struct rw_semaphore cl_sem;313 struct obd_uuid cl_target_uuid;314 struct obd_import *cl_import; /* ptlrpc connection state */315 int cl_conn_count;318 int cl_default_mds_easize;319 int cl_max_mds_easize;320 int cl_default_mds_cookiesize;321 int cl_max_mds_cookiesize;323 enum lustre_sec_part cl_sp_me;[all …]