Whamcloud - gitweb
b=19400
[fs/lustre-release.git] / lustre / include / lustre_fid.h
index 7c8085f..921b423 100644 (file)
@@ -57,6 +57,8 @@ struct lu_context;
 extern const struct lu_seq_range LUSTRE_SEQ_SPACE_RANGE;
 extern const struct lu_seq_range LUSTRE_SEQ_ZERO_RANGE;
 extern const struct lu_fid LUSTRE_BFL_FID;
+extern const struct lu_fid LU_OBF_FID;
+extern const struct lu_fid LU_DOT_LUSTRE_FID;
 
 enum {
         /*
@@ -82,6 +84,9 @@ enum {
 /** special fid seq: used for local object create. */
 #define FID_SEQ_LOCAL_FILE      (FID_SEQ_START + 1)
 
+/** special fid seq: used for .lustre objects. */
+#define LU_DOT_LUSTRE_SEQ       (FID_SEQ_START + 0x02ULL)
+
 /** special OID for local objects */
 enum {
         /** \see osd_oi_index_create */