Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
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_da_format.c53 return xfs_dir2_sf_entsize(hdr, len) + sizeof(__uint8_t); in xfs_dir3_sf_entsize()
81 static __uint8_t
91 __uint8_t ftype) in xfs_dir2_sfe_put_ftype()
96 static __uint8_t
100 __uint8_t ftype; in xfs_dir3_sfe_get_ftype()
111 __uint8_t ftype) in xfs_dir3_sfe_put_ftype()
233 sizeof(xfs_dir2_data_off_t) + sizeof(__uint8_t)), \
250 static __uint8_t
260 __uint8_t ftype) in xfs_dir2_data_put_ftype()
265 static __uint8_t
[all …]
Dxfs_da_btree.h63 const __uint8_t *name; /* string (maybe not NULL terminated) */
65 __uint8_t filetype; /* filetype of inode for directories */
66 __uint8_t *value; /* set of bytes (maybe contain NULLs) */
210 uint xfs_da_hashname(const __uint8_t *name_string, int name_length);
Dxfs_da_format.h198 typedef struct { __uint8_t i[2]; } __arch_pack xfs_dir2_sf_off_t;
220 typedef struct { __uint8_t i[8]; } xfs_dir2_ino8_t;
227 typedef struct { __uint8_t i[4]; } xfs_dir2_ino4_t;
247 __uint8_t count; /* count of entries */
248 __uint8_t i8count; /* count of 8-byte inode #s */
Dxfs_dir2.h48 __uint8_t (*sf_get_ftype)(struct xfs_dir2_sf_entry *sfep);
50 __uint8_t ftype);
61 __uint8_t (*data_get_ftype)(struct xfs_dir2_data_entry *dep);
63 __uint8_t ftype);
Dxfs_format.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_vn; /* shared version number */
[all …]
Dxfs_btree.h205 __uint8_t bc_ra[XFS_BTREE_MAXLEVELS]; /* readahead bits */
208 __uint8_t bc_nlevels; /* number of levels in the tree */
209 __uint8_t bc_blocklog; /* log2(blocksize) of btree blocks */
Dxfs_attr_remote.c254 __uint8_t **dst) in xfs_attr_rmtval_copyout()
302 __uint8_t **src) in xfs_attr_rmtval_copyin()
356 __uint8_t *dst = args->value; in xfs_attr_rmtval_get()
422 __uint8_t *src = args->value; in xfs_attr_rmtval_set()
Dxfs_log_format.h377 __uint8_t di_pad[6]; /* unused, zeroed space */
387 __uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */
402 __uint8_t di_pad2[16]; /* more padding for future expansion */
Dxfs_da_btree.c1945 xfs_da_hashname(const __uint8_t *name, int namelen) in xfs_da_hashname()
/linux-4.1.27/fs/xfs/
Dxfs_mount.h79 __uint8_t m_blkbit_log; /* blocklog + NBBY */
80 __uint8_t m_blkbb_log; /* blocklog - BBSHIFT */
81 __uint8_t m_agno_log; /* log #ag's */
82 __uint8_t m_agino_log; /* #bits for agino in inum */
114 __uint8_t m_sectbb_log; /* sectlog - BBSHIFT */
274 __uint8_t pagf_levels[XFS_BTNUM_AGF];
Dxfs_dir2_readdir.c47 __uint8_t filetype) in xfs_dir3_get_dtype()
130 __uint8_t filetype; in xfs_dir2_sf_getdents()
204 __uint8_t filetype; in xfs_dir2_block_getdents()
525 __uint8_t filetype; in xfs_dir2_leaf_getdents()
Dxfs_log.h171 __uint8_t clientid,
Dxfs_linux.h27 typedef unsigned char __uint8_t; typedef
Dxfs_log.c437 __uint8_t client, in xfs_log_reserve()
3773 __uint8_t clientid; in xlog_verify_iclog()
Dxfs_super.c181 __uint8_t iosizelog = 0; in xfs_parseargs()