Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h127 struct thandle *(*dt_trans_create)(const struct lu_env *env, member
936 static inline struct thandle *dt_trans_create(const struct lu_env *env, in dt_trans_create() function
939 LASSERT(d->dd_ops->dt_trans_create); in dt_trans_create()
940 return d->dd_ops->dt_trans_create(env, d); in dt_trans_create()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c764 th = dt_trans_create(env, d); in llog_open_create()
831 th = dt_trans_create(env, dt); in llog_write()
Ddt_object.c385 th = dt_trans_create(env, dt); in dt_find_or_create()
Dllog_cat.c452 th = dt_trans_create(env, dt); in llog_cat_add()