Searched refs:coh_lu (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lovsub_object.c | 93 lu_object_header_fini(&los->lso_header.coh_lu); in lovsub_object_free() 155 lu_object_init(obj, &hdr->coh_lu, dev); in lovsub_object_alloc() 156 lu_object_add_top(&hdr->coh_lu, obj); in lovsub_object_alloc()
|
D | lov_object.c | 151 PFID(&subhdr->coh_lu.loh_fid), subhdr, idx, in lov_init_sub() 152 PFID(&hdr->coh_lu.loh_fid), hdr, POSTID(&oinfo->loi_oi), in lov_init_sub() 173 old_obj = lu_object_locate(&parent->coh_lu, &lov_device_type); in lov_init_sub() 945 luobj = lu_object_locate(&cl_object_header(clobj)->coh_lu, in lov_lsm_get() 965 luobj = lu_object_locate(&cl_object_header(clob)->coh_lu, in lov_read_and_clear_async_rc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 82 result = lu_object_header_init(&h->coh_lu); in cl_object_header_init() 106 lu_object_header_fini(&h->coh_lu); in cl_object_header_fini() 168 top = lu2cl(lu_object_top(&hdr->coh_lu)); in cl_object_top() 344 set_bit(LU_OBJECT_HEARD_BANSHEE, &hdr->coh_lu.loh_flags); in cl_object_kill()
|
D | cl_page.c | 367 idx, PFID(&hdr->coh_lu.loh_fid), vmpage, vmpage->private, type); in cl_page_find0()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 457 id.vpi_index, PFID(&hdr->coh_lu.loh_fid)); in vvp_pgcache_show()
|
D | llite_lib.c | 2346 PFID(&obj->cob_header.coh_lu.loh_fid), in ll_dirty_page_discard_warn()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 338 lu_object_init(obj, &hdr->coh_lu, dev); in ccc_object_alloc() 339 lu_object_add_top(&hdr->coh_lu, obj); in ccc_object_alloc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 397 struct lu_object_header coh_lu; member 2695 return container_of0(h, struct cl_object_header, coh_lu); in luh2coh()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 574 lu_object_init(obj, &hdr->coh_lu, dev); in echo_object_alloc() 575 lu_object_add_top(&hdr->coh_lu, obj); in echo_object_alloc()
|