Home
last modified time | relevance | path

Searched refs:__uint32_t (Results 1 – 25 of 38) sorted by relevance

12

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_stats.h43 __uint32_t xs_allocx;
44 __uint32_t xs_allocb;
45 __uint32_t xs_freex;
46 __uint32_t xs_freeb;
48 __uint32_t xs_abt_lookup;
49 __uint32_t xs_abt_compare;
50 __uint32_t xs_abt_insrec;
51 __uint32_t xs_abt_delrec;
53 __uint32_t xs_blk_mapr;
54 __uint32_t xs_blk_mapw;
[all …]
Dxfs_sysctl.c79 __uint32_t vn_active; in xfs_stats_clear_proc_handler()
Dxfs_linux.h381 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_stats.h42 __uint32_t xs_qm_dqreclaims;
43 __uint32_t xs_qm_dqreclaim_misses;
44 __uint32_t xs_qm_dquot_dups;
45 __uint32_t xs_qm_dqcachemisses;
46 __uint32_t xs_qm_dqcachehits;
47 __uint32_t xs_qm_dqwants;
48 __uint32_t xs_qm_dqshake_reclaims;
49 __uint32_t xs_qm_dqinact_reclaims;
Dxfs_qm_syscalls.c890 dst->d_btimer = (__uint32_t) INT_GET(src->d_btimer, ARCH_CONVERT); in xfs_qm_export_dquot()
891 dst->d_itimer = (__uint32_t) INT_GET(src->d_itimer, ARCH_CONVERT); in xfs_qm_export_dquot()
901 dst->d_rtbtimer = (__uint32_t) INT_GET(src->d_rtbtimer, ARCH_CONVERT); in xfs_qm_export_dquot()
/linux-2.4.37.9/fs/xfs/
Dxfs_types.h53 typedef unsigned int __uint32_t; typedef
59 typedef __uint32_t inst_t; /* an instruction */
70 typedef __uint32_t __psunsigned_t;
80 typedef __uint32_t xfs_agblock_t; /* blockno in alloc. group */
81 typedef __uint32_t xfs_extlen_t; /* extent length in blocks */
82 typedef __uint32_t xfs_agnumber_t; /* allocation group number */
94 typedef __uint32_t xfs_dablk_t; /* dir/attr block number (in file) */
95 typedef __uint32_t xfs_dahash_t; /* dir/attr hash value */
118 typedef __uint32_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
119 typedef __uint32_t xfs_rfsblock_t; /* blockno in filesystem (raw) */
[all …]
Dxfs_bit.c127 __uint32_t v) in xfs_highbit32()
157 __uint32_t w = (__uint32_t)v; in xfs_lowbit64()
163 w = (__uint32_t)(v >> 32); in xfs_lowbit64()
177 __uint32_t h = (__uint32_t)(v >> 32); in xfs_highbit64()
181 return xfs_highbit32((__uint32_t)v); in xfs_highbit64()
Dxfs_bit.h43 __uint32_t xfs_mask32hi(int n);
46 #define XFS_MASK32HI(n) ((__uint32_t)-1 << (32 - (n)))
55 __uint32_t xfs_mask32lo(int n);
58 #define XFS_MASK32LO(n) (((__uint32_t)1 << (n)) - 1)
68 extern int xfs_highbit32(__uint32_t v);
Dxfs_ag.h79 __uint32_t agf_magicnum; /* magic number == XFS_AGF_MAGIC */
80 __uint32_t agf_versionnum; /* header version == XFS_AGF_VERSION */
87 __uint32_t agf_spare0; /* spare field */
88 __uint32_t agf_levels[XFS_BTNUM_AGF]; /* btree levels */
89 __uint32_t agf_spare1; /* spare field */
90 __uint32_t agf_flfirst; /* first freelist block's index */
91 __uint32_t agf_fllast; /* last freelist block's index */
92 __uint32_t agf_flcount; /* count of blocks in freelist */
130 __uint32_t agi_magicnum; /* magic number == XFS_AGI_MAGIC */
131 __uint32_t agi_versionnum; /* header version == XFS_AGI_VERSION */
[all …]
Dxfs_inum.h43 typedef __uint32_t xfs_agino_t; /* within allocation grp inode number */
53 typedef __uint32_t xfs_intino_t;
62 __uint32_t xfs_ino_mask(int k);
65 #define XFS_INO_MASK(k) ((__uint32_t)((1ULL << (k)) - 1))
Dxfs_dir2_block.h60 __uint32_t count; /* count of leaf entries */
61 __uint32_t stale; /* count of stale lf entries */
Dxfs_sb.h126 __uint32_t sb_magicnum; /* magic number == XFS_SB_MAGIC */
127 __uint32_t sb_blocksize; /* logical block size, bytes */
173 __uint32_t sb_unit; /* stripe or raid unit */
174 __uint32_t sb_width; /* stripe or raid width */
178 __uint32_t sb_logsunit; /* stripe unit size for the log */
179 __uint32_t sb_features2; /* additonal feature bits */
Dxfs_btree.h58 __uint32_t bb_magic; /* magic number for block type */
70 __uint32_t bb_magic; /* magic number for block type */
82 __uint32_t bb_magic; /* magic number for block type */
126 extern const __uint32_t xfs_magics[];
Dxfs_dir_leaf.h132 __uint32_t be; /* block and entry */
134 __uint32_t be; /* block and entry */
Dxfs_fsops.h65 __uint32_t inflags);
Dxfs_log_recover.h43 ((((__uint32_t)tid)>>XLOG_RHASH_SHIFT) & (XLOG_RHASH_SIZE-1))
Dxfs_dinode.h71 __uint32_t di_uid; /* owner's user id */
72 __uint32_t di_gid; /* owner's group id */
73 __uint32_t di_nlink; /* number of links to file */
87 __uint32_t di_dmevmask; /* DMIG event mask */
90 __uint32_t di_gen; /* generation number */
Dxfs_dir2.h67 typedef __uint32_t xfs_dir2_db_t;
Dxfs_dir2_leaf.h66 typedef __uint32_t xfs_dir2_dataptr_t;
95 __uint32_t bestcount;
Dxfs_dir2_node.h65 __uint32_t magic; /* XFS_DIR2_FREE_MAGIC */
Dxfs_dir2_data.h92 __uint32_t magic; /* XFS_DIR2_DATA_MAGIC */
Dxfs_attr_leaf.h115 __uint32_t valuelen; /* number of bytes in value */
Dxfs_da_btree.h119 __uint32_t xfs_da_make_bnoentry(struct xfs_mount *mp, xfs_dablk_t bno,
Dxfs_quota.h130 __uint32_t qlf_boffset; /* off of dquot in buffer */
Dxfs_macros.c857 __uint32_t
1676 __uint32_t
1967 __uint32_t
1975 __uint32_t

12