~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/unix/sysv/linux/linux_fsinfo.h

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
/* These definitions come from the kernel headers.  But we cannot
24
24
   include the headers here because of type clashes.  If new
25
25
   filesystem types will become available we have to add the
26
 
   appropriate definitions here.*/
 
26
   appropriate definitions here.  */
27
27
 
28
28
/* Constant that identifies the `adfs' filesystem.  */
29
29
#define ADFS_SUPER_MAGIC        0xadf5
35
35
#define AUTOFS_SUPER_MAGIC      0x187
36
36
 
37
37
/* Constant that identifies the `bfs' filesystem.  */
38
 
#define BFS_MAGIC               0x1BADFACE
 
38
#define BFS_MAGIC               0x1badface
 
39
 
 
40
/* Constant that identifies the `btrfs' filesystem.  */
 
41
#define BTRFS_SUPER_MAGIC       0x9123683e
 
42
 
 
43
/* Constant that identifies the `cgroup' filesystem.  */
 
44
#define CGROUP_SUPER_MAGIC      0x27e0eb
39
45
 
40
46
/* Constant that identifies the `coda' filesystem.  */
41
47
#define CODA_SUPER_MAGIC        0x73757245
53
59
#define DEVPTS_SUPER_MAGIC      0x1cd1
54
60
 
55
61
/* Constants that identifies the `efs' filesystem.  */
56
 
#define EFS_SUPER_MAGIC         0x414A53
 
62
#define EFS_SUPER_MAGIC         0x414a53
57
63
#define EFS_MAGIC               0x072959
58
64
 
59
65
/* Constant that identifies the `ext2' and `ext3' filesystems.  */
74
80
/* Constant that identifies the `jfs' filesystem.  */
75
81
#define JFS_SUPER_MAGIC         0x3153464a
76
82
 
77
 
/* Constant that identifies the `logfs� filesystem.  */
 
83
/* Constant that identifies the `logfs' filesystem.  */
78
84
#define LOGFS_MAGIC_U32         0xc97e8168u
79
85
 
80
86
/* Constants that identify the `minix2' filesystem.  */
118
124
/* Constant that identifies the `smb' filesystem.  */
119
125
#define SMB_SUPER_MAGIC         0x517b
120
126
 
121
 
/* Constant that identifies the `sysfs� filesystem.  */
 
127
/* Constant that identifies the `sysfs' filesystem.  */
122
128
#define SYSFS_MAGIC             0x62656572
123
129
 
124
130
/* Constants that identify the `sysV' filesystem.  */