patch-2.4.10 linux/include/linux/ntfs_fs_sb.h
Next file: linux/include/linux/pagemap.h
Previous file: linux/include/linux/ntfs_fs_i.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Sun Sep 23 10:31:01 2001
- Orig file:
v2.4.9/linux/include/linux/ntfs_fs_sb.h
- Orig date:
Mon Aug 27 12:41:48 2001
diff -u --recursive --new-file v2.4.9/linux/include/linux/ntfs_fs_sb.h linux/include/linux/ntfs_fs_sb.h
@@ -1,7 +1,7 @@
#ifndef _LINUX_NTFS_FS_SB_H
#define _LINUX_NTFS_FS_SB_H
-typedef __s64 LCN;
+#include <linux/ntfs_fs_i.h>
struct ntfs_sb_info{
/* Configuration provided by user at mount time. */
@@ -10,6 +10,13 @@
ntmode_t umask;
void *nls_map;
unsigned int ngt;
+ char mft_zone_multiplier;
+ unsigned long mft_data_pos;
+ ntfs_cluster_t mft_zone_pos;
+ ntfs_cluster_t mft_zone_start;
+ ntfs_cluster_t mft_zone_end;
+ ntfs_cluster_t data1_zone_pos;
+ ntfs_cluster_t data2_zone_pos;
/* Configuration provided by user with the ntfstools.
* FIXME: This is no longer possible. What is this good for? (AIA) */
ntfs_size_t partition_bias; /* For access to underlying device. */
@@ -36,7 +43,9 @@
int index_clusters_per_record;
int index_record_size;
int index_record_size_bits;
- LCN mft_lcn;
+ ntfs_cluster_t nr_clusters;
+ ntfs_cluster_t mft_lcn;
+ ntfs_cluster_t mft_mirr_lcn;
/* Data read from special files. */
unsigned char *mft;
unsigned short *upcase;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)