Home
last modified time | relevance | path

Searched refs:xfs_uint32_t (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libfsimage/xfs/
A Dxfs.h40 typedef unsigned int xfs_uint32_t; typedef
45 typedef xfs_uint32_t xfs_agino_t;
131 xfs_uint32_t sb_unit; /* stripe or raid unit */
132 xfs_uint32_t sb_width; /* stripe or raid width */
206 xfs_uint32_t l0, l1, l2, l3;
334 xfs_uint32_t magic; /* XFS_DIR2_DATA_MAGIC */
400 xfs_uint32_t count; /* count of leaf entries */
491 xfs_uint32_t di_uid; /* owner's user id */
492 xfs_uint32_t di_gid; /* owner's group id */
506 xfs_uint32_t di_dmevmask; /* DMIG event mask */
[all …]
A Dfsys_xfs.c64 #define mask32lo(n) (((xfs_uint32_t)1 << (n)) - 1)
66 #define XFS_INO_MASK(k) ((xfs_uint32_t)((1ULL << (k)) - 1))
105 static inline xfs_uint32_t
106 le32 (xfs_uint32_t x) in le32()
124 xfs_uint32_t h = x >> 32; in le64()
125 xfs_uint32_t l = x & ((1ULL<<32)-1); in le64()
153 xfs_highbit32(xfs_uint32_t v) in xfs_highbit32()
311 ? le64(*(xfs_ino_t *)p) : le32(*(xfs_uint32_t *)p); in sf_ino()
319 : le32(*(xfs_uint32_t *)(&inode->di_u.di_dir2sf.hdr.parent)); in sf_parent_ino()
/xen/stubdom/grub.patches/
A D99minios1493 static inline __const__ xfs_uint32_t
1494 le32 (xfs_uint32_t x)

Completed in 8 milliseconds