Searched refs:ls_top_dev (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 590 return lu_object_find_at(env, dev->ld_site->ls_top_dev, f, conf); in lu_object_find() 1039 s->ls_top_dev = top; in lu_site_init() 1067 if (s->ls_top_dev != NULL) { in lu_site_fini() 1068 s->ls_top_dev->ld_site = NULL; in lu_site_fini() 1069 lu_ref_del(&s->ls_top_dev->ld_reference, "site-top", s); in lu_site_fini() 1070 lu_device_put(s->ls_top_dev); in lu_site_fini() 1071 s->ls_top_dev = NULL; in lu_site_fini()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 614 struct lu_device *ls_top_dev; member
|
D | dt_object.h | 841 return dt_locate_at(env, dev, fid, dev->dd_lu_dev.ld_site->ls_top_dev); in dt_locate()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 1124 clob = cl_object_find(env, lu2cl_dev(site->ls_top_dev), in cl_file_inode_init()
|