Home
last modified time | relevance | path

Searched refs:lu_object_top (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c158 top = lu2cl(lu_object_top(&hdr->coh_lu)); in cl_object_top()
289 LU_OBJECT_HEADER(D_DLMTRACE, env, lu_object_top(top), in cl_object_glimpse()
Dlu_object.c374 lu_object_free(env, lu_object_top(h)); in lu_site_purge()
554 return lu_object_top(h); in htable_lookup()
791 o = lu_object_top(h); in lu_site_obj_print()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c336 lu_object_put(env, lu_object_top(id->vpi_obj)); in vvp_pgcache_obj()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlu_object.h734 static inline struct lu_object *lu_object_top(struct lu_object_header *h) in lu_object_top() function