Searched refs:ld_site (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lovsub_dev.c | 100 next->ld_site = d->ld_site; in lovsub_device_init() 105 next->ld_site = NULL; in lovsub_device_init() 134 if (atomic_read(&d->ld_ref) && d->ld_site) { in lovsub_device_free() 136 lu_site_print(env, d->ld_site, &msgdata, lu_cdebug_printer); in lovsub_device_free()
|
D | lov_dev.c | 225 LASSERT(d->ld_site != NULL); in lov_device_init() 238 cl = cl_type_setup(env, d->ld_site, &lovsub_device_type, in lov_device_init() 417 LASSERT(dev->ld_site != NULL); in lov_cl_add_target() 419 cl = cl_type_setup(env, dev->ld_site, &lovsub_device_type, in lov_cl_add_target()
|
D | lov_object.c | 304 site = sub->co_lu.lo_dev->ld_site; in lov_subobject_kill()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 79 site = o->lo_dev->ld_site; in lu_object_put() 170 struct lu_site *site = o->lo_dev->ld_site; in lu_object_unhash() 257 lprocfs_counter_incr(dev->ld_site->ls_stats, LU_SS_CREATED); in lu_object_alloc() 272 site = o->lo_dev->ld_site; in lu_object_free() 580 return lu_object_find_at(env, dev->ld_site->ls_top_dev, f, conf); in lu_object_find() 596 hs = dev->ld_site->ls_obj_hash; in lu_object_new() 642 s = dev->ld_site; in lu_object_find_try() 698 bkt = lu_site_bkt_from_fid(dev->ld_site, (void *)f); in lu_object_find_at() 1012 top->ld_site = s; in lu_site_init() 1040 s->ls_top_dev->ld_site = NULL; in lu_site_fini() [all …]
|
D | cl_object.c | 941 d->ld_site = site; in cl_type_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 176 LASSERT(d->ld_site != NULL && next->ld_type != NULL); in ccc_device_init() 177 next->ld_site = d->ld_site; in ccc_device_init() 219 LASSERT(lud->ld_site == NULL); in ccc_device_alloc() 236 struct cl_site *site = lu2cl_site(d->ld_site); in ccc_device_free() 239 if (d->ld_site != NULL) { in ccc_device_free() 1082 struct lu_site *site = obj->co_lu.lo_dev->ld_site; in cl_object_put_last()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 210 sbi->ll_site = cl2lu_dev(cl)->ld_site; in cl_sb_init() 326 cfs_hash_hlist_for_each(dev->ld_site->ls_obj_hash, id->vpi_bucket, in vvp_pgcache_obj() 351 site = dev->ld_site; in vvp_pgcache_find()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 278 struct lu_site *ld_site; member
|
D | cl_object.h | 2695 return lu2cl_site(obj->co_lu.lo_dev->ld_site); in cl_object_site()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 761 if (next->ld_site != NULL) { in echo_device_alloc() 766 next->ld_site = &ed->ed_site->cs_lu; in echo_device_alloc() 897 LASSERT(ed->ed_site == lu2cl_site(d->ld_site)); in echo_device_free()
|