Searched refs:__le32 (Results 1 – 18 of 18) sorted by relevance
108 __le32 bg_block_bitmap; /* Blocks bitmap block */109 __le32 bg_inode_bitmap; /* Inodes bitmap block */110 __le32 bg_inode_table; /* Inodes table block */115 __le32 bg_reserved[3];187 __le32 i_size; /* Size in bytes */188 __le32 i_atime; /* Access time */189 __le32 i_ctime; /* Creation time */190 __le32 i_mtime; /* Modification time */191 __le32 i_dtime; /* Deletion Time */194 __le32 i_blocks; /* Blocks count */[all …]
108 __le32 jp_journal_1st_block; /* where does journal start from on its110 __le32 jp_journal_dev; /* journal device st_rdev */111 __le32 jp_journal_size; /* size of the journal */112 __le32 jp_journal_trans_max; /* max number of blocks in a transaction. */113 __le32 jp_journal_magic; /* random value made on fs creation (this115 __le32 jp_journal_max_batch; /* max number of blocks to batch into a117 __le32 jp_journal_max_commit_age; /* in seconds, how old can an async119 __le32 jp_journal_max_trans_age; /* in seconds, how old can a transaction125 __le32 s_block_count; /* blocks count */126 __le32 s_free_blocks; /* free blocks count */[all …]
30 __le32 dqb_id; /* id this quota applies to */31 __le32 dqb_ihardlimit; /* absolute limit on allocated inodes */32 __le32 dqb_isoftlimit; /* preferred inode limit */33 __le32 dqb_curinodes; /* current # allocated inodes */34 __le32 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */35 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */46 __le32 dqh_magic; /* Magic number identifying file */47 __le32 dqh_version; /* File version */52 __le32 dqi_bgrace; /* Time before block soft limit becomes hard limit */53 __le32 dqi_igrace; /* Time before inode soft limit becomes hard limit */[all …]
25 __le32 i_sblock;26 __le32 i_eblock;27 __le32 i_eoffset;28 __le32 i_vtype;29 __le32 i_mode;30 __le32 i_uid;31 __le32 i_gid;32 __le32 i_nlink;33 __le32 i_atime;34 __le32 i_mtime;[all …]
124 __le32 hidden; /* hidden sectors (unused) */125 __le32 total_sect; /* number of sectors (if sectors == 0) */128 __le32 fat32_length; /* sectors/FAT */131 __le32 root_cluster; /* first cluster in root directory */138 __le32 signature1; /* 0x41615252L */139 __le32 reserved1[120]; /* Nothing as far as I can tell */140 __le32 signature2; /* 0x61417272L */141 __le32 free_clusters; /* Free cluster count. -1 if unknown */142 __le32 next_cluster; /* Most recently allocated cluster */143 __le32 reserved2[4];[all …]
49 __le32 di_xblk;50 __le32 di_ftime;51 __le32 di_mtime;52 __le32 di_atime;53 __le32 di_ctime;66 __le32 dl_inode_blk;73 __le32 xblk_next_xblk;74 __le32 xblk_prev_xblk;77 __le32 xblk_num_blocks;
22 __le32 root;23 __le32 disc_size;26 __le32 disc_type;27 __le32 disc_size_high;33 __le32 format_version;34 __le32 root_size;
132 __le32 attributes;134 __le32 dataStreamSize;135 __le32 totalStreamSize;148 __le32 dirEntNum;149 __le32 DosDirNum;176 __le32 attributes;
61 #define XATTR_CAPS_SZ_1 (sizeof(__le32)*(1 + 2*VFS_CAP_U32_1))65 #define XATTR_CAPS_SZ_2 (sizeof(__le32)*(1 + 2*VFS_CAP_U32_2))73 __le32 magic_etc; /* Little endian */75 __le32 permitted; /* Little endian */76 __le32 inheritable; /* Little endian */
19 __le32 xtnt_blk;20 __le32 xtnt_size;26 typedef __le32 qnx4_off_t;
38 __le32 directory_id;48 __le32 directory_id;80 __le32 dirEntNum;
14 __le32 h_magic; /* magic number for identification */15 __le32 h_hash; /* hash of the value */
14 __le32 num_pages;16 __le32 actual;
155 typedef __u32 __bitwise __le32; typedef
209 __le32 magic; /* MD_SB_MAGIC: 0xa92b4efc - little endian */210 __le32 major_version; /* 1 */211 __le32 feature_map; /* bit 0 set if 'bitmap_offset' is meaningful */212 __le32 pad0; /* always set to 0 when writing */218 __le32 level; /* -4 (multipath), -1 (linear), 0,1,4,5 */219 __le32 layout; /* only for raid5 and raid10 currently */222 __le32 chunksize; /* in 512byte sectors */223 __le32 raid_disks;224 __le32 bitmap_offset; /* sectors after start of superblock that bitmap starts230 __le32 new_level; /* new level we are reshaping to */[all …]
20 #define __constant_cpu_to_le32(x) ( (__le32)___constant_swab32((x)))21 #define __constant_le32_to_cpu(x) ___constant_swab32( (__u32)(__le32)(x))32 #define __cpu_to_le32(x) ( (__le32)__swab32((x)))33 #define __le32_to_cpu(x) __swab32( (__u32)(__le32)(x))51 static __inline__ __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()53 return (__le32)__swab32p(p); in __cpu_to_le32p()55 static __inline__ __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
20 #define __constant_cpu_to_le32(x) ( (__le32)(__u32)(x))21 #define __constant_le32_to_cpu(x) ( (__u32)(__le32)(x))32 #define __cpu_to_le32(x) ( (__le32)(__u32)(x))33 #define __le32_to_cpu(x) ( (__u32)(__le32)(x))51 static __inline__ __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()53 return (__le32)*p; in __cpu_to_le32p()55 static __inline__ __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
127 __le32 bmEthernetStatistics;189 __le32 dwDTERate;