Whamcloud - gitweb
LU-3321 clio: add pages into writeback cache in batch
[fs/lustre-release.git] / lustre / llite / vvp_internal.h
index 3abf4a7..63172d3 100644 (file)
 #include <cl_object.h>
 #include "llite_internal.h"
 
-int               vvp_io_init     (const struct lu_env *env,
-                                   struct cl_object *obj, struct cl_io *io);
-int               vvp_lock_init   (const struct lu_env *env,
-                                   struct cl_object *obj, struct cl_lock *lock,
-                                   const struct cl_io *io);
-int              vvp_page_init   (const struct lu_env *env,
-                                  struct cl_object *obj,
-                                  struct cl_page *page, struct page *vmpage);
+int vvp_io_init(const struct lu_env *env, struct cl_object *obj,
+               struct cl_io *io);
+int vvp_lock_init(const struct lu_env *env, struct cl_object *obj,
+                 struct cl_lock *lock, const struct cl_io *io);
+int vvp_page_init(const struct lu_env *env, struct cl_object *obj,
+                 struct cl_page *page, struct page *vmpage);
 struct lu_object *vvp_object_alloc(const struct lu_env *env,
-                                   const struct lu_object_header *hdr,
-                                   struct lu_device *dev);
-
+                                  const struct lu_object_header *hdr,
+                                  struct lu_device *dev);
 struct ccc_object *cl_inode2ccc(struct inode *inode);
 
 extern struct kmem_cache *vvp_thread_kmem;