Searched refs:dt_trans_stop (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 137 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/ |
D | llog.c | 776 dt_trans_stop(env, d, th); in llog_open_create() 848 dt_trans_stop(env, dt, th); in llog_write()
|
D | dt_object.c | 414 dt_trans_stop(env, dt, th); in dt_find_or_create()
|
D | llog_cat.c | 465 dt_trans_stop(env, dt, th); in llog_cat_add()
|