Searched refs:loh_reference (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 550 struct lu_ref loh_reference; member 852 lu_ref_add(&o->lo_header->loh_reference, scope, source); in lu_object_ref_add() 860 lu_ref_add_at(&o->lo_header->loh_reference, link, scope, source); in lu_object_ref_add_at() 866 lu_ref_del(&o->lo_header->loh_reference, scope, source); in lu_object_ref_del() 873 lu_ref_del_at(&o->lo_header->loh_reference, link, scope, source); in lu_object_ref_del_at()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 1194 lu_ref_init(&h->loh_reference); in lu_object_header_init() 1207 lu_ref_fini(&h->loh_reference); in lu_object_header_fini()
|