patch-2.4.10 linux/fs/ntfs/struct.h
Next file: linux/fs/ntfs/super.c
Previous file: linux/fs/ntfs/macros.h
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Sat Sep 8 12:24:40 2001
- Orig file:
v2.4.9/linux/fs/ntfs/struct.h
- Orig date:
Wed Jul 25 17:10:24 2001
diff -u --recursive --new-file v2.4.9/linux/fs/ntfs/struct.h linux/fs/ntfs/struct.h
@@ -4,31 +4,33 @@
* Copyright (C) 1997 Régis Duchesne
* Copyright (C) 2000-2001 Anton Altaparmakov (AIA)
*/
+#include <linux/ntfs_fs.h>
/* Necessary forward definition. */
struct ntfs_inode;
/* Which files should be returned from a director listing. */
-#define ngt_dos 1 /* only short names, no hidden files */
+#define ngt_dos 1 /* only short names, no system files */
#define ngt_nt 2 /* only long names, all-uppercase becomes
- * all-lowercase, no hidden files */
-#define ngt_posix 3 /* all names except hidden files */
+ * all-lowercase, no system files */
+#define ngt_posix 3 /* all names except system files */
#define ngt_full 4 /* all entries */
typedef struct ntfs_sb_info ntfs_volume;
typedef struct {
- ntfs_cluster_t cluster;
+ ntfs_cluster_t lcn;
ntfs_cluster_t len;
} ntfs_runlist;
-typedef struct ntfs_attribute{
+typedef struct ntfs_attribute {
int type;
ntfs_u16 *name;
int namelen;
int attrno;
__s64 size, allocated, initialized, compsize;
- int compressed, resident, indexed;
+ ATTR_FLAGS flags;
+ __u8 resident, indexed;
int cengine;
union {
void *data; /* if resident */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)