Searched refs:dt_commit_async (Results 1 – 1 of 1) sorted by relevance
168 int (*dt_commit_async)(const struct lu_env *env, member1410 static inline int dt_commit_async(const struct lu_env *env, in dt_commit_async() function1415 LASSERT(dev->dd_ops->dt_commit_async); in dt_commit_async()1416 return dev->dd_ops->dt_commit_async(env, dev); in dt_commit_async()