|
Last change
on this file was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
293 bytes
|
| Line | |
|---|
| 1 | #include <linux/types.h> |
|---|
| 2 | |
|---|
| 3 | #define REISERFS_ACL_VERSION 0x0001 |
|---|
| 4 | |
|---|
| 5 | typedef struct { |
|---|
| 6 | __le16 e_tag; |
|---|
| 7 | __le16 e_perm; |
|---|
| 8 | __le32 e_id; |
|---|
| 9 | } reiserfs_acl_entry; |
|---|
| 10 | |
|---|
| 11 | typedef struct { |
|---|
| 12 | __le16 e_tag; |
|---|
| 13 | __le16 e_perm; |
|---|
| 14 | } reiserfs_acl_entry_short; |
|---|
| 15 | |
|---|
| 16 | typedef struct { |
|---|
| 17 | __le32 a_version; |
|---|
| 18 | } reiserfs_acl_header; |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.