OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfs_uint16_t
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
xfs.h
39
typedef unsigned short
xfs_uint16_t
;
typedef
100
xfs_uint16_t
sb_versionnum; /* header version == XFS_SB_VERSION */
101
xfs_uint16_t
sb_sectsize; /* volume sector size, bytes */
102
xfs_uint16_t
sb_inodesize; /* inode size, bytes */
103
xfs_uint16_t
sb_inopblock; /* inodes per block */
128
xfs_uint16_t
sb_qflags; /* quota flags */
147
xfs_uint16_t
bb_level; /* 0 is a leaf */
148
xfs_uint16_t
bb_numrecs; /* current # of data records */
159
xfs_uint16_t
bb_level; /* 0 is a leaf */
160
xfs_uint16_t
bb_numrecs; /* current # of data records *
[
all
...]
fsys_xfs.c
100
static inline __const__
xfs_uint16_t
101
le16 (
xfs_uint16_t
x)
Completed in 713 milliseconds