Searched refs:__uint8_t (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr_sf.h | 37 __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)
|
D | xfs_da_format.c | 53 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 …]
|
D | xfs_da_btree.h | 63 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);
|
D | xfs_format.h | 126 __uint8_t sb_blocklog; /* log2 of sb_blocksize */ 127 __uint8_t sb_sectlog; /* log2 of sb_sectsize */ 128 __uint8_t sb_inodelog; /* log2 of sb_inodesize */ 129 __uint8_t sb_inopblog; /* log2 of sb_inopblock */ 130 __uint8_t sb_agblklog; /* log2 of sb_agblocks (rounded up) */ 131 __uint8_t sb_rextslog; /* log2 of sb_rextents */ 132 __uint8_t sb_inprogress; /* mkfs is in progress, don't mount */ 133 __uint8_t sb_imax_pct; /* max % of fs for inode space */ 150 __uint8_t sb_flags; /* misc. flags */ 151 __uint8_t sb_shared_vn; /* shared version number */ [all …]
|
D | xfs_da_format.h | 198 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 */
|
D | xfs_dir2.h | 48 __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);
|
D | xfs_attr_remote.c | 255 __uint8_t **dst) in xfs_attr_rmtval_copyout() 303 __uint8_t **src) in xfs_attr_rmtval_copyin() 357 __uint8_t *dst = args->value; in xfs_attr_rmtval_get() 423 __uint8_t *src = args->value; in xfs_attr_rmtval_set()
|
D | xfs_btree.h | 212 __uint8_t bc_ra[XFS_BTREE_MAXLEVELS]; /* readahead bits */ 215 __uint8_t bc_nlevels; /* number of levels in the tree */ 216 __uint8_t bc_blocklog; /* log2(blocksize) of btree blocks */
|
D | xfs_log_format.h | 377 __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 */
|
D | xfs_ialloc.c | 143 __uint8_t count, in xfs_inobt_insert_rec()
|
D | xfs_da_btree.c | 1956 xfs_da_hashname(const __uint8_t *name, int namelen) in xfs_da_hashname()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_mount.h | 79 __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 */ 116 __uint8_t m_sectbb_log; /* sectlog - BBSHIFT */ 279 __uint8_t pagf_levels[XFS_BTNUM_AGF];
|
D | xfs_dir2_readdir.c | 47 __uint8_t filetype) in xfs_dir3_get_dtype() 130 __uint8_t filetype; in xfs_dir2_sf_getdents() 207 __uint8_t filetype; in xfs_dir2_block_getdents() 528 __uint8_t filetype; in xfs_dir2_leaf_getdents()
|
D | xfs_log.h | 163 __uint8_t clientid,
|
D | xfs_linux.h | 27 typedef unsigned char __uint8_t; typedef
|
D | xfs_log.c | 437 __uint8_t client, in xfs_log_reserve() 3809 __uint8_t clientid; in xlog_verify_iclog()
|
D | xfs_super.c | 183 __uint8_t iosizelog = 0; in xfs_parseargs()
|