Searched refs:lo_header (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 464 struct lu_object_header *lo_header; member 700 LASSERT(atomic_read(&o->lo_header->loh_ref) > 0); in lu_object_get() 701 atomic_inc(&o->lo_header->loh_ref); in lu_object_get() 761 return &o->lo_header->loh_fid; in lu_object_fid() 808 (object)->lo_header); \ 831 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS) 836 #define lu_object_remote(o) unlikely((o)->lo_header->loh_attr & LOHA_REMOTE) 854 return o->lo_header->loh_attr; in lu_object_attr() 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() [all …]
|
D | cl_object.h | 448 &(obj)->co_lu.lo_header->loh_layers, \ 456 &(obj)->co_lu.lo_header->loh_layers, \ 2706 return luh2coh(obj->co_lu.lo_header); in cl_object_header()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 77 top = o->lo_header; in lu_object_put() 162 set_bit(LU_OBJECT_HEARD_BANSHEE, &o->lo_header->loh_flags); in lu_object_put_nocache() 175 top = o->lo_header; in lu_object_unhash() 221 top->lo_header->loh_fid = *f; in lu_object_alloc() 222 layers = &top->lo_header->loh_layers; in lu_object_alloc() 235 scan->lo_header = top->lo_header; in lu_object_alloc() 273 layers = &o->lo_header->loh_layers; in lu_object_free() 274 bkt = lu_site_bkt_from_fid(site, &o->lo_header->loh_fid); in lu_object_free() 498 top = o->lo_header; in lu_object_print() 526 top = o->lo_header; in lu_object_invariant() [all …]
|
D | cl_object.c | 227 top = obj->co_lu.lo_header; in cl_object_attr_get() 258 top = obj->co_lu.lo_header; in cl_object_attr_set() 289 top = obj->co_lu.lo_header; in cl_object_glimpse() 316 top = obj->co_lu.lo_header; in cl_conf_set()
|
D | dt_object.c | 229 list_for_each_entry(n, &lo->lo_header->loh_layers, lo_linkage) { in dt_locate_at()
|
D | cl_page.c | 313 head = o->co_lu.lo_header; in cl_page_alloc()
|
D | cl_lock.c | 378 head = obj->co_lu.lo_header; in cl_lock_alloc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lovsub_object.c | 65 below = under->ld_ops->ldo_object_alloc(env, obj->lo_header, under); in lovsub_object_init()
|
D | lov_object.c | 305 bkt = lu_site_bkt_from_fid(site, &sub->co_lu.lo_header->loh_fid); in lov_subobject_kill()
|
D | lov_io.c | 253 lu_object_locate(page->cp_child->cp_obj->co_lu.lo_header, in lov_page_stripe()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_object.c | 191 lu = lu_object_locate(obj->co_lu.lo_header, &vvp_device_type); in cl_inode2ccc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 368 below = under->ld_ops->ldo_object_alloc(env, obj->lo_header, under); in ccc_object_init() 386 lu_object_header_fini(obj->lo_header); in ccc_object_free() 1159 struct lu_object_header *header = obj->co_lu.lo_header; in cl_object_put_last()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 443 below = under->ld_ops->ldo_object_alloc(env, obj->lo_header, in echo_object_init() 528 lu_object_header_fini(obj->lo_header); in echo_object_free() 1019 struct lu_object_header *loh = obj->co_lu.lo_header; in cl_echo_object_put()
|