patch-2.4.8 linux/drivers/s390/block/dasd_fba.h
Next file: linux/drivers/s390/block/dasd_int.h
Previous file: linux/drivers/s390/block/dasd_fba.c
Back to the patch index
Back to the overall index
- Lines: 55
- Date:
Sun Aug 5 13:12:41 2001
- Orig file:
v2.4.7/linux/drivers/s390/block/dasd_fba.h
- Orig date:
Tue Feb 13 14:13:44 2001
diff -u --recursive --new-file v2.4.7/linux/drivers/s390/block/dasd_fba.h linux/drivers/s390/block/dasd_fba.h
@@ -3,7 +3,7 @@
#define DASD_FBA_H
typedef
-struct DE_fba_data_t {
+ struct DE_fba_data_t {
struct {
unsigned char perm:2; /* Permissions on this extent */
unsigned char zero:2; /* Must be zero */
@@ -16,12 +16,12 @@
__u32 ext_loc; /* Extent locator */
__u32 ext_beg; /* logical number of block 0 in extent */
__u32 ext_end; /* logocal number of last block in extent */
-} __attribute__ ((packed))
+} __attribute__ ((packed))
-DE_fba_data_t;
+ DE_fba_data_t;
typedef
-struct LO_fba_data_t {
+ struct LO_fba_data_t {
struct {
unsigned char zero:4;
unsigned char cmd:4;
@@ -29,12 +29,12 @@
__u8 auxiliary;
__u16 blk_ct;
__u32 blk_nr;
-} __attribute__ ((packed))
+} __attribute__ ((packed))
-LO_fba_data_t;
+ LO_fba_data_t;
typedef
-struct dasd_fba_characteristics_t {
+ struct dasd_fba_characteristics_t {
union {
__u8 c;
struct {
@@ -67,10 +67,10 @@
__u16 blk_ce;
__u32 reserved2;
__u16 reserved3;
-} __attribute__ ((packed))
+} __attribute__ ((packed))
-dasd_fba_characteristics_t;
+ dasd_fba_characteristics_t;
int dasd_fba_init (void);
-void dasd_fba_cleanup(void);
+void dasd_fba_cleanup (void);
#endif /* DASD_FBA_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)