[go: nahoru, domu]

Searched defs:dt_trans_stop (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/include/
H A Ddt_object.h137 int (*dt_trans_stop)(const struct lu_env *env, member in struct:dt_device_operations
959 static inline int dt_trans_stop(const struct lu_env *env, function
962 LASSERT(d->dd_ops->dt_trans_stop);
963 return d->dd_ops->dt_trans_stop(env, th);

Completed in 33 milliseconds