Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c265 atomic_set(&obd->obd_refcount, 1); in class_attach()
272 obd->obd_minor, typename, atomic_read(&obd->obd_refcount)); in class_attach()
483 atomic_inc(&obd->obd_refcount); in class_incref()
485 atomic_read(&obd->obd_refcount)); in class_incref()
497 atomic_dec(&obd->obd_refcount); in class_decref()
498 refs = atomic_read(&obd->obd_refcount); in class_decref()
Dclass_obd.c332 atomic_read(&obd->obd_refcount)); in class_handle_ioctl()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c381 atomic_read(&obd->obd_refcount)); in obd_device_list_seq_show()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h749 atomic_t obd_refcount; member
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c401 atomic_read(&obd->obd_refcount)); in lmv_connect_mdc()