Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h137 int (*dt_trans_stop)(const struct lu_env *env, member
959 static inline int dt_trans_stop(const struct lu_env *env, in dt_trans_stop() function
962 LASSERT(d->dd_ops->dt_trans_stop); in dt_trans_stop()
963 return d->dd_ops->dt_trans_stop(env, th); in dt_trans_stop()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c776 dt_trans_stop(env, d, th); in llog_open_create()
848 dt_trans_stop(env, dt, th); in llog_write()
Ddt_object.c414 dt_trans_stop(env, dt, th); in dt_find_or_create()
Dllog_cat.c465 dt_trans_stop(env, dt, th); in llog_cat_add()