Searched refs:__uint8_t (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_sf.h37 __uint8_t namelen; /* actual length of name (no NULL) */
38 __uint8_t valuelen; /* actual length of value (no NULL) */
39 __uint8_t flags; /* flags bits (see xfs_attr_leaf.h) */
40 __uint8_t nameval[1]; /* name & value bytes concatenated */
50 __uint8_t entno; /* entry number in original list */
51 __uint8_t namelen; /* length of name value (no null) */
52 __uint8_t valuelen; /* length of value */
53 __uint8_t flags; /* flags bits (see xfs_attr_leaf.h) */
61 ((1 << (NBBY*(int)sizeof(__uint8_t))) - 1)
H A Dxfs_dir2_sf.h39 typedef struct { __uint8_t i[8]; } xfs_dir2_ino8_t;
46 typedef struct { __uint8_t i[4]; } xfs_dir2_ino4_t;
58 typedef struct { __uint8_t i[2]; } __arch_pack xfs_dir2_sf_off_t;
69 __uint8_t count; /* count of entries */
70 __uint8_t i8count; /* count of 8-byte inode #s */
75 __uint8_t namelen; /* actual name length */
77 __uint8_t name[1]; /* name, variable size */
H A Dxfs_sb.h118 __uint8_t sb_blocklog; /* log2 of sb_blocksize */
119 __uint8_t sb_sectlog; /* log2 of sb_sectsize */
120 __uint8_t sb_inodelog; /* log2 of sb_inodesize */
121 __uint8_t sb_inopblog; /* log2 of sb_inopblock */
122 __uint8_t sb_agblklog; /* log2 of sb_agblocks (rounded up) */
123 __uint8_t sb_rextslog; /* log2 of sb_rextents */
124 __uint8_t sb_inprogress; /* mkfs is in progress, don't mount */
125 __uint8_t sb_imax_pct; /* max % of fs for inode space */
142 __uint8_t sb_flags; /* misc. flags */
143 __uint8_t sb_shared_v
[all...]
H A Dxfs_mount.h135 __uint8_t m_blkbit_log; /* blocklog + NBBY */
136 __uint8_t m_blkbb_log; /* blocklog - BBSHIFT */
137 __uint8_t m_agno_log; /* log #ag's */
138 __uint8_t m_agino_log; /* #bits for agino in inum */
175 __uint8_t m_sectbb_log; /* sectlog - BBSHIFT */
H A Dxfs_types.h27 typedef unsigned char __uint8_t; typedef
H A Dxfs_da_btree.h94 const __uint8_t *name; /* string (maybe not NULL terminated) */
96 __uint8_t *value; /* set of bytes (maybe contain NULLs) */
262 uint xfs_da_hashname(const __uint8_t *name_string, int name_length);
H A Dxfs_btree.h250 __uint8_t bc_ra[XFS_BTREE_MAXLEVELS]; /* readahead bits */
253 __uint8_t bc_nlevels; /* number of levels in the tree */
254 __uint8_t bc_blocklog; /* log2(blocksize) of btree blocks */
H A Dxfs_log.h174 __uint8_t clientid,
H A Dxfs_inode.h138 __uint8_t di_pad[8]; /* unused, zeroed space */
148 __uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */
H A Dxfs_ag.h207 __uint8_t pagf_levels[XFS_BTNUM_AGF];
H A Dxfs_log.c327 __uint8_t client,
3564 __uint8_t clientid;
H A Dxfs_da_btree.c1500 xfs_da_hashname(const __uint8_t *name, int namelen)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/
H A Difenslave.c170 typedef __uint8_t u8; /* ditto */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_super.c174 __uint8_t iosizelog = 0;

Completed in 79 milliseconds