OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xfs_uint64_t
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
xfs.h
43
typedef unsigned long long
xfs_uint64_t
;
typedef
45
typedef
xfs_uint64_t
xfs_ino_t;
67
typedef
xfs_uint64_t
xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */
68
typedef
xfs_uint64_t
xfs_drfsbno_t; /* blockno in filesystem (raw) */
69
typedef
xfs_uint64_t
xfs_drtbno_t; /* extent (block) in realtime area */
70
typedef
xfs_uint64_t
xfs_dfiloff_t; /* block number in a file */
72
typedef
xfs_uint64_t
xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
73
typedef
xfs_uint64_t
xfs_fileoff_t; /* block number in a file */
74
typedef
xfs_uint64_t
xfs_filblks_t; /* number of blocks in a file */
119
xfs_uint64_t
sb_icount; /* allocated inodes *
[
all
...]
fsys_xfs.c
125
static inline __const__
xfs_uint64_t
126
le64 (
xfs_uint64_t
x)
130
return (((
xfs_uint64_t
)le32(l)) << 32) | ((
xfs_uint64_t
)(le32(h)));
/external/grub/
ChangeLog
581
(
xfs_uint64_t
): ... this.
[
all
...]
Completed in 37 milliseconds