#include <lu_object.h>
Data Fields | |
| cfs_atomic_t | ld_ref |
| reference count. | |
| lu_device_type * | ld_type |
| Pointer to device type. | |
| lu_device_operations * | ld_ops |
| Operation vector for this device. | |
| lu_site * | ld_site |
| Stack this device belongs to. | |
| proc_dir_entry * | ld_proc_entry |
| obd_device * | ld_obd |
| lu_ref | ld_reference |
| A list of references to this object, for debugging. | |
| struct obd_device* lu_device::ld_obd |
| cfs_atomic_t lu_device::ld_ref |
reference count.
This is incremented, in particular, on each object created at this layer.
| struct lu_device_type* lu_device::ld_type |
Pointer to device type.
Never modified once set.