Home
last modified time | relevance | path

Searched refs:lo_header (Results 1 – 12 of 12) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlu_object.h462 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 …]
Dcl_object.h448 &(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/
Dlu_object.c78 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 …]
Dcl_object.c217 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()
Dcl_page.c305 head = o->co_lu.lo_header; in cl_page_alloc()
Dcl_lock.c380 head = obj->co_lu.lo_header; in cl_lock_alloc()
/drivers/staging/lustre/lustre/lov/
Dlovsub_object.c65 below = under->ld_ops->ldo_object_alloc(env, obj->lo_header, under); in lovsub_object_init()
Dlov_object.c305 bkt = lu_site_bkt_from_fid(site, &sub->co_lu.lo_header->loh_fid); in lov_subobject_kill()
Dlov_io.c253 lu_object_locate(page->cp_child->cp_obj->co_lu.lo_header, in lov_page_stripe()
/drivers/staging/lustre/lustre/llite/
Dvvp_object.c190 lu = lu_object_locate(obj->co_lu.lo_header, &vvp_device_type); in cl_inode2ccc()
/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c367 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/
Decho_client.c444 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()