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

/drivers/staging/lustre/lustre/include/
H A Ddt_object.h158 int (*dt_sync)(const struct lu_env *env, struct dt_device *dev); member in struct:dt_device_operations
1279 static inline int dt_sync(const struct lu_env *env, struct dt_device *dev) function
1283 LASSERT(dev->dd_ops->dt_sync);
1284 return dev->dd_ops->dt_sync(env, dev);

Completed in 30 milliseconds