Home
last modified time | relevance | path

Searched refs:dt_root_get (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h147 int (*dt_root_get)(const struct lu_env *env, member
1260 static inline int dt_root_get(const struct lu_env *env, struct dt_device *dev, in dt_root_get() function
1265 LASSERT(dev->dd_ops->dt_root_get); in dt_root_get()
1266 return dev->dd_ops->dt_root_get(env, dev, f); in dt_root_get()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c305 result = dt->dd_ops->dt_root_get(env, dt, fid); in dt_store_resolve()