Home
last modified time | relevance | path

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

/fs/xfs/
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)
Dxfs_sb.h120 __uint8_t sb_blocklog; /* log2 of sb_blocksize */
121 __uint8_t sb_sectlog; /* log2 of sb_sectsize */
122 __uint8_t sb_inodelog; /* log2 of sb_inodesize */
123 __uint8_t sb_inopblog; /* log2 of sb_inopblock */
124 __uint8_t sb_agblklog; /* log2 of sb_agblocks (rounded up) */
125 __uint8_t sb_rextslog; /* log2 of sb_rextents */
126 __uint8_t sb_inprogress; /* mkfs is in progress, don't mount */
127 __uint8_t sb_imax_pct; /* max % of fs for inode space */
144 __uint8_t sb_flags; /* misc. flags */
145 __uint8_t sb_shared_vn; /* shared version number */
[all …]
Dxfs_dir2_format.h49 typedef struct { __uint8_t i[2]; } __arch_pack xfs_dir2_sf_off_t;
71 typedef struct { __uint8_t i[8]; } xfs_dir2_ino8_t;
78 typedef struct { __uint8_t i[4]; } xfs_dir2_ino4_t;
98 __uint8_t count; /* count of entries */
99 __uint8_t i8count; /* count of 8-byte inode #s */
Dxfs_mount.h148 __uint8_t m_blkbit_log; /* blocklog + NBBY */
149 __uint8_t m_blkbb_log; /* blocklog - BBSHIFT */
150 __uint8_t m_agno_log; /* log #ag's */
151 __uint8_t m_agino_log; /* #bits for agino in inum */
188 __uint8_t m_sectbb_log; /* sectlog - BBSHIFT */
Dxfs_da_btree.h94 const __uint8_t *name; /* string (maybe not NULL terminated) */
96 __uint8_t *value; /* set of bytes (maybe contain NULLs) */
253 uint xfs_da_hashname(const __uint8_t *name_string, int name_length);
Dxfs_btree.h229 __uint8_t bc_ra[XFS_BTREE_MAXLEVELS]; /* readahead bits */
232 __uint8_t bc_nlevels; /* number of levels in the tree */
233 __uint8_t bc_blocklog; /* log2(blocksize) of btree blocks */
Dxfs_types.h27 typedef unsigned char __uint8_t; typedef
Dxfs_inode.h137 __uint8_t di_pad[6]; /* unused, zeroed space */
147 __uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */
Dxfs_log.h165 __uint8_t clientid,
Dxfs_ag.h209 __uint8_t pagf_levels[XFS_BTNUM_AGF];
Dxfs_log.c391 __uint8_t client, in xfs_log_reserve()
3375 __uint8_t clientid; in xlog_verify_iclog()
Dxfs_super.c174 __uint8_t iosizelog = 0; in xfs_parseargs()
Dxfs_da_btree.c1533 xfs_da_hashname(const __uint8_t *name, int namelen) in xfs_da_hashname()