patch-2.2.5 linux/include/linux/adfs_fs_sb.h
Next file: linux/include/linux/hippidevice.h
Previous file: linux/include/asm-sparc64/unistd.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri Mar 26 13:57:41 1999
- Orig file:
v2.2.4/linux/include/linux/adfs_fs_sb.h
- Orig date:
Fri Jul 31 17:05:52 1998
diff -u --recursive --new-file v2.2.4/linux/include/linux/adfs_fs_sb.h linux/include/linux/adfs_fs_sb.h
@@ -15,6 +15,10 @@
struct adfs_sb_info {
struct buffer_head *s_sbh; /* buffer head containing disc record */
struct adfs_discrecord *s_dr; /* pointer to disc record in s_sbh */
+ uid_t s_uid; /* owner uid */
+ gid_t s_gid; /* owner gid */
+ int s_owner_mask; /* ADFS Owner perm -> unix perm */
+ int s_other_mask; /* ADFS Other perm -> unix perm */
__u16 s_zone_size; /* size of a map zone in bits */
__u16 s_ids_per_zone; /* max. no ids in one zone */
__u32 s_idlen; /* length of ID in map */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)