Searched refs:lo_header (Results 1 – 12 of 12) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 462 struct lu_object_header *lo_header; member 696 LASSERT(atomic_read(&o->lo_header->loh_ref) > 0); in lu_object_get() 697 atomic_inc(&o->lo_header->loh_ref); in lu_object_get() 753 return &o->lo_header->loh_fid; in lu_object_fid() 800 (object)->lo_header); \ 822 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS) 827 #define lu_object_remote(o) unlikely((o)->lo_header->loh_attr & LOHA_REMOTE) 845 return o->lo_header->loh_attr; in lu_object_attr() 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() [all …]
|
D | cl_object.h | 448 &(obj)->co_lu.lo_header->loh_layers, \ 456 &(obj)->co_lu.lo_header->loh_layers, \ 2701 return luh2coh(obj->co_lu.lo_header); in cl_object_header()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 78 top = o->lo_header; in lu_object_put() 167 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() 500 top = o->lo_header; in lu_object_print() 598 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_new() 664 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_find_try() [all …]
|
D | cl_object.c | 217 top = obj->co_lu.lo_header; in cl_object_attr_get() 248 top = obj->co_lu.lo_header; in cl_object_attr_set() 279 top = obj->co_lu.lo_header; in cl_object_glimpse() 306 top = obj->co_lu.lo_header; in cl_conf_set()
|
D | cl_page.c | 305 head = o->co_lu.lo_header; in cl_page_alloc()
|
D | cl_lock.c | 380 head = obj->co_lu.lo_header; in cl_lock_alloc()
|
/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()
|
/drivers/staging/lustre/lustre/llite/ |
D | vvp_object.c | 190 lu = lu_object_locate(obj->co_lu.lo_header, &vvp_device_type); in cl_inode2ccc()
|
/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 367 below = under->ld_ops->ldo_object_alloc(env, obj->lo_header, under); in ccc_object_init() 385 lu_object_header_fini(obj->lo_header); in ccc_object_free() 1078 struct lu_object_header *header = obj->co_lu.lo_header; in cl_object_put_last()
|
/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 444 below = under->ld_ops->ldo_object_alloc(env, obj->lo_header, in echo_object_init() 529 lu_object_header_fini(obj->lo_header); in echo_object_free() 1022 struct lu_object_header *loh = obj->co_lu.lo_header; in cl_echo_object_put()
|