Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv7793
Modified Files:
attrib.h
Log Message:
Added cvs Id header and removed some outofdate stuff.
Index: attrib.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/attrib.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -U2 -r1.20 -r1.21
--- attrib.h 2001/04/02 02:04:37 1.20
+++ attrib.h 2001/04/02 22:28:39 1.21
@@ -1,3 +1,5 @@
/*
+ * $Id$
+ *
* attrib.h - Exports for attribute handling. Part of the Linux-NTFS project.
*
@@ -1718,22 +1720,5 @@
* Return 1 on success or 0 on error.
*/
-int set_ntfs_volume_flags(ntfs_volume *v, MFT_RECORD *b,
- const __u16 flags);
-
-typedef enum {
- INSTANCE_MASK = 0x0000ffff, /* Mask to obtain the __u16 instance. */
- EXTENT_MASK = 0x0000ffff, /* Mask to obtain the __u16 extent
- number. */
- IN_ATTR_LIST = 0x00010000, /* Means that the instance number is in
- the attribute list i.e. the attribute
- is not in the base mft record. */
- IN_EXTENT_LIST = 0x00020000, /* When not set the lower 16-bits contain
- the instance number. When set the
- instance number is 0 and the lower
- 16-bits contain the number of the
- last found extent. Only defined when
- IN_ATTR_LIST is set. */
- FIRST_SEARCH = 0xffffffff, /* Indicates the first search (= -1). */
-} FIND_ATTR_CTX_FLAGS;
+int set_ntfs_volume_flags(ntfs_volume *v, MFT_RECORD *b, const __u16 flags);
/**
|