Whamcloud - gitweb
Revert "LU-2139 osc: Track and limit "unstable" pages"
[fs/lustre-release.git] / lustre / include / lustre_fld.h
index c5497ee..c6784c5 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2012, Whamcloud, Inc.
+ * Copyright (c) 2011, 2013, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -148,7 +148,8 @@ int fld_query(struct com_thread_info *info);
 
 /* Server methods */
 int fld_server_init(const struct lu_env *env, struct lu_server_fld *fld,
-                   struct dt_device *dt, const char *prefix, int mds_node_id);
+                   struct dt_device *dt, const char *prefix, int mds_node_id,
+                   int type);
 
 void fld_server_fini(const struct lu_env *env, struct lu_server_fld *fld);
 
@@ -162,6 +163,10 @@ int fld_server_create(const struct lu_env *env,
                      struct lu_seq_range *add_range,
                      struct thandle *th);
 
+int fld_insert_entry(const struct lu_env *env,
+                    struct lu_server_fld *fld,
+                    const struct lu_seq_range *range);
+
 int fld_server_lookup(const struct lu_env *env, struct lu_server_fld *fld,
                      seqno_t seq, struct lu_seq_range *range);