Home | History | Annotate | Download | only in stage2

Lines Matching defs:le32

110 le32 (xfs_uint32_t x)
130 return (((xfs_uint64_t)le32(l)) << 32) | ((xfs_uint64_t)(le32(h)));
137 return (((xfs_fsblock_t)(le32 (r->l1) & mask32lo(9))) << 43) |
138 (((xfs_fsblock_t)le32 (r->l2)) << 11) |
139 (((xfs_fsblock_t)le32 (r->l3)) >> 21);
145 return (((xfs_fileoff_t)le32 (r->l0) &
147 (((xfs_fileoff_t)le32 (r->l1)) >> 9);
153 return le32(r->l3) & mask32lo(21);
234 xfs.nextents = le32 (icore.di_nextents);
315 ? le64(*(xfs_ino_t *)p) : le32(*(xfs_uint32_t *)p);
323 : le32(*(xfs_uint32_t *)(&inode->di_u.di_dir2sf.hdr.parent));
348 xfs.forw = le32 (h->info.forw);
424 if (((xfs_dir2_data_hdr_t *)dirbuf)->magic == le32(XFS_DIR2_BLOCK_MAGIC)) {
428 xfs.dirmax = le32 (tail->count) - le32 (tail->stale);
439 xfs.forw = le32 (h->info.forw);
442 xfs.dablk = le32 (n->btree[0].before);
460 || (le32(super.sb_magicnum) != XFS_SB_MAGIC)
466 xfs.bsize = le32 (super.sb_blocksize);
471 xfs.agblocks = le32 (super.sb_agblocks);
476 xfs.agnolog = xfs_highbit32 (le32(super.sb_agcount));