Home
last modified time | relevance | path

Searched refs:ns_type (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c267 ldlm_ns_type_t ns_type = LDLM_NS_TYPE_UNKNOWN; in client_obd_setup() local
278 ns_type = LDLM_NS_TYPE_OSC; in client_obd_setup()
286 ns_type = LDLM_NS_TYPE_MDC; in client_obd_setup()
292 ns_type = LDLM_NS_TYPE_MDC; in client_obd_setup()
298 ns_type = LDLM_NS_TYPE_OSC; in client_obd_setup()
310 ns_type = LDLM_NS_TYPE_MGC; in client_obd_setup()
453 ns_type); in client_obd_setup()
Dldlm_resource.c625 ldlm_ns_type_t ns_type) in ldlm_namespace_new() argument
645 CERROR("Unknown type %d for ns %s\n", ns_type, name); in ldlm_namespace_new()
649 if (nsd->nsd_type == ns_type) in ldlm_namespace_new()
/drivers/base/
Dclass.c71 return class->ns_type; in class_child_ns_type()
Dcore.c261 if (dev->class && dev->class->ns_type) in device_namespace()
747 return dir->class->ns_type; in class_dir_child_ns_type()
805 else if (parent->class && !dev->class->ns_type) in get_device_parent()
/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h1187 ldlm_ns_type_t ns_type);