OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xfs_uint32_t
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
xfs.h
41
typedef unsigned int
xfs_uint32_t
;
typedef
46
typedef
xfs_uint32_t
xfs_agino_t;
54
typedef
xfs_uint32_t
xfs_agblock_t; /* blockno in alloc. group */
55
typedef
xfs_uint32_t
xfs_extlen_t; /* extent length in blocks */
56
typedef
xfs_uint32_t
xfs_agnumber_t; /* allocation group number */
61
typedef
xfs_uint32_t
xfs_dablk_t; /* dir/attr block number (in file) */
62
typedef
xfs_uint32_t
xfs_dahash_t; /* dir/attr hash value */
85
xfs_uint32_t
sb_magicnum; /* magic number == XFS_SB_MAGIC */
86
xfs_uint32_t
sb_blocksize; /* logical block size, bytes */
132
xfs_uint32_t
sb_unit; /* stripe or raid unit *
[
all
...]
fsys_xfs.c
68
#define mask32lo(n) (((
xfs_uint32_t
)1 << (n)) - 1)
70
#define XFS_INO_MASK(k) ((
xfs_uint32_t
)((1ULL << (k)) - 1))
109
static inline __const__
xfs_uint32_t
110
le32 (
xfs_uint32_t
x)
128
xfs_uint32_t
h = x >> 32;
129
xfs_uint32_t
l = x & ((1ULL<<32)-1);
157
xfs_highbit32(
xfs_uint32_t
v)
315
? le64(*(xfs_ino_t *)p) : le32(*(
xfs_uint32_t
*)p);
323
: le32(*(
xfs_uint32_t
*)(&inode->di_u.di_dir2sf.hdr.parent));
/external/grub/
ChangeLog
577
(
xfs_uint32_t
): ... this.
[
all
...]
Completed in 515 milliseconds