Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c168 top = lu2cl(lu_object_top(&hdr->coh_lu)); in cl_object_top()
299 LU_OBJECT_HEADER(D_DLMTRACE, env, lu_object_top(top), in cl_object_glimpse()
Dlu_object.c372 lu_object_free(env, lu_object_top(h)); in lu_site_purge()
565 return lu_object_top(h); in htable_lookup()
809 o = lu_object_top(h); in lu_site_obj_print()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c339 lu_object_put(env, lu_object_top(id->vpi_obj)); in vvp_pgcache_obj()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h742 static inline struct lu_object *lu_object_top(struct lu_object_header *h) in lu_object_top() function