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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_sf.h39 __uint8_t namelen; /* actual length of name (no NULL) */
40 __uint8_t valuelen; /* actual length of value (no NULL) */
41 __uint8_t flags; /* flags bits (see xfs_attr_leaf.h) */
42 __uint8_t nameval[1]; /* name & value bytes concatenated */
52 __uint8_t entno; /* entry number in original list */
53 __uint8_t namelen; /* length of name value (no null) */
54 __uint8_t valuelen; /* length of value */
55 __uint8_t flags; /* flags bits (see xfs_attr_leaf.h) */
63 ((1 << (NBBY*(int)sizeof(__uint8_t))) - 1)
H A Dxfs_dir2_sf.h46 typedef struct { __uint8_t i[8]; } xfs_dir2_ino8_t;
53 typedef struct { __uint8_t i[4]; } xfs_dir2_ino4_t;
65 typedef struct { __uint8_t i[2]; } xfs_dir2_sf_off_t;
76 __uint8_t count; /* count of entries */
77 __uint8_t i8count; /* count of 8-byte inode #s */
82 __uint8_t namelen; /* actual name length */
84 __uint8_t name[1]; /* name, variable size */
H A Dxfs_sb.h111 __uint8_t sb_blocklog; /* log2 of sb_blocksize */
112 __uint8_t sb_sectlog; /* log2 of sb_sectsize */
113 __uint8_t sb_inodelog; /* log2 of sb_inodesize */
114 __uint8_t sb_inopblog; /* log2 of sb_inopblock */
115 __uint8_t sb_agblklog; /* log2 of sb_agblocks (rounded up) */
116 __uint8_t sb_rextslog; /* log2 of sb_rextents */
117 __uint8_t sb_inprogress; /* mkfs is in progress, don't mount */
118 __uint8_t sb_imax_pct; /* max % of fs for inode space */
135 __uint8_t sb_flags; /* misc. flags */
136 __uint8_t sb_shared_v
[all...]
H A Dxfs_types.h35 typedef unsigned char __uint8_t; typedef
114 typedef __uint8_t xfs_arch_t; /* architecture of an xfs fs */
H A Dxfs_mount.h359 __uint8_t m_dircook_elog; /* log d-cookie entry bits */
360 __uint8_t m_blkbit_log; /* blocklog + NBBY */
361 __uint8_t m_blkbb_log; /* blocklog - BBSHIFT */
362 __uint8_t m_agno_log; /* log #ag's */
363 __uint8_t m_agino_log; /* #bits for agino in inum */
364 __uint8_t m_nreadaheads; /* #readahead buffers */
405 __uint8_t m_mk_sharedro; /* mark shared ro on unmount */
406 __uint8_t m_inode_quiesce;/* call quiesce on new inodes.
408 __uint8_t m_sectbb_log; /* sectlog - BBSHIFT */
H A Dxfs_btree.h152 __uint8_t bc_ra[XFS_BTREE_MAXLEVELS]; /* readahead bits */
155 __uint8_t bc_nlevels; /* number of levels in the tree */
156 __uint8_t bc_blocklog; /* log2(blocksize) of btree blocks */
H A Dxfs_log.h162 __uint8_t clientid,
H A Dxfs_dinode.h56 __uint8_t di_pad[8]; /* unused, zeroed space */
66 __uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */
H A Dxfs_error.c241 __uint8_t *uip = (__uint8_t*)p;
H A Dxfs_log_priv.h307 __uint8_t oh_clientid; /* who sent me this : 1 b */
308 __uint8_t oh_flags; /* : 1 b */
H A Dxfs_ag.h184 __uint8_t pagf_levels[XFS_BTNUM_AGF];
H A Dxfs_log.c425 __uint8_t client,
3444 __uint8_t clientid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/networking/
H A Difenslave.c170 typedef __uint8_t u8; /* ditto */

Completed in 87 milliseconds