Lines Matching +full:0 +full:xfff7
36 #define ATTR_NONE 0 /* no attribute bits */
52 #define DELETED_FLAG 0xe5 /* marks file as deleted when in name[0] */
65 #define MAX_FAT12 0xFF4
66 #define MAX_FAT16 0xFFF4
67 #define MAX_FAT32 0x0FFFFFF6
70 #define BAD_FAT12 0xFF7
71 #define BAD_FAT16 0xFFF7
72 #define BAD_FAT32 0x0FFFFFF7
75 #define EOF_FAT12 0xFFF
76 #define EOF_FAT16 0xFFFF
77 #define EOF_FAT32 0x0FFFFFFF
79 #define FAT_ENT_FREE (0)
83 #define FAT_FSINFO_SIG1 0x41615252
84 #define FAT_FSINFO_SIG2 0x61417272
88 #define FAT_STATE_DIRTY 0x01
102 /* <linux/videotext.h> has used 0x72 ('r') in collision, so skip a few */
103 #define FAT_IOCTL_GET_ATTRIBUTES _IOR('r', 0x10, __u32)
104 #define FAT_IOCTL_SET_ATTRIBUTES _IOW('r', 0x11, __u32)
105 /*Android kernel has used 0x12, so we use 0x13*/
106 #define FAT_IOCTL_GET_VOLUME_ID _IOR('r', 0x13, __u32)
123 __le32 total_sect; /* number of sectors (if sectors == 0) */
164 __le32 signature1; /* 0x41615252L */
166 __le32 signature2; /* 0x61417272L */
176 __u8 ctime_cs; /* Creation time, centiseconds (0-199) */
190 __u8 reserved; /* always 0 */
193 __le16 start; /* starting cluster number, 0 in long slots */