Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h168 int (*dt_commit_async)(const struct lu_env *env, member
1410 static inline int dt_commit_async(const struct lu_env *env, in dt_commit_async() function
1415 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()