Searched refs:loh_reference (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 552 struct lu_ref loh_reference; member 861 lu_ref_add(&o->lo_header->loh_reference, scope, source); in lu_object_ref_add() 869 lu_ref_add_at(&o->lo_header->loh_reference, link, scope, source); in lu_object_ref_add_at() 875 lu_ref_del(&o->lo_header->loh_reference, scope, source); in lu_object_ref_del() 882 lu_ref_del_at(&o->lo_header->loh_reference, link, scope, source); in lu_object_ref_del_at()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 1221 lu_ref_init(&h->loh_reference); in lu_object_header_init() 1234 lu_ref_fini(&h->loh_reference); in lu_object_header_fini()
|