Home
last modified time | relevance | path

Searched refs:cl_object_find (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c118 struct cl_object *cl_object_find(const struct lu_env *env, in cl_object_find() function
125 EXPORT_SYMBOL(cl_object_find);
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1124 clob = cl_object_find(env, lu2cl_dev(site->ls_top_dev), in cl_file_inode_init()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2735 struct cl_object *cl_object_find(const struct lu_env *env, struct cl_device *cd,
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c990 obj = cl_object_find(env, echo_dev2cl(d), fid, &conf->eoc_cl); in cl_echo_object_find()