X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_fid.h;h=921b4239b96836ec8f8fa8b0af671ec0b38f2311;hb=92f7ed4a92abf85b9b1cdfb0cae06e50a5f8319d;hp=7c8085f8385cd429024afa21bf8dcc8af3e02746;hpb=4201416b775b14d6e4cd89b7c68bb1c1bc950144;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_fid.h b/lustre/include/lustre_fid.h index 7c8085f..921b423 100644 --- a/lustre/include/lustre_fid.h +++ b/lustre/include/lustre_fid.h @@ -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 */