Home
last modified time | relevance | path

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

12

/linux-3.4.99/fs/xfs/
Dxfs_stats.h31 __uint32_t xs_allocx;
32 __uint32_t xs_allocb;
33 __uint32_t xs_freex;
34 __uint32_t xs_freeb;
36 __uint32_t xs_abt_lookup;
37 __uint32_t xs_abt_compare;
38 __uint32_t xs_abt_insrec;
39 __uint32_t xs_abt_delrec;
41 __uint32_t xs_blk_mapr;
42 __uint32_t xs_blk_mapw;
[all …]
Dxfs_types.h31 typedef unsigned int __uint32_t; typedef
36 typedef __uint32_t prid_t; /* project ID */
37 typedef __uint32_t inst_t; /* an instruction */
49 typedef __uint32_t __psunsigned_t;
59 typedef __uint32_t xfs_agblock_t; /* blockno in alloc. group */
60 typedef __uint32_t xfs_extlen_t; /* extent length in blocks */
61 typedef __uint32_t xfs_agnumber_t; /* allocation group number */
73 typedef __uint32_t xfs_dablk_t; /* dir/attr block number (in file) */
74 typedef __uint32_t xfs_dahash_t; /* dir/attr hash value */
95 typedef __uint32_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
[all …]
Dxfs_extfree_item.h38 __uint32_t ext_len;
43 __uint32_t ext_len;
44 __uint32_t ext_pad;
55 __uint32_t efi_nextents; /* # extents to free */
63 __uint32_t efi_nextents; /* # extents to free */
71 __uint32_t efi_nextents; /* # extents to free */
84 __uint32_t efd_nextents; /* # of extents freed */
92 __uint32_t efd_nextents; /* # of extents freed */
100 __uint32_t efd_nextents; /* # of extents freed */
Dxfs_bit.h32 static inline __uint32_t xfs_mask32lo(int n) in xfs_mask32lo()
34 return ((__uint32_t)1 << (n)) - 1; in xfs_mask32lo()
42 static inline int xfs_highbit32(__uint32_t v) in xfs_highbit32()
54 static inline int xfs_lowbit32(__uint32_t v) in xfs_lowbit32()
62 __uint32_t w = (__uint32_t)v; in xfs_lowbit64()
68 w = (__uint32_t)(v >> 32); in xfs_lowbit64()
Dxfs_ioctl.h50 __uint32_t *len,
51 __uint32_t flags);
58 __uint32_t len,
59 __uint32_t flags);
65 __uint32_t flags);
Dxfs_inode_item.h30 __uint32_t ilf_fields; /* flags for fields logged */
35 __uint32_t ilfu_rdev; /* rdev value for dev inode*/
46 __uint32_t ilf_fields; /* flags for fields logged */
51 __uint32_t ilfu_rdev; /* rdev value for dev inode*/
62 __uint32_t ilf_fields; /* flags for fields logged */
65 __uint32_t ilf_pad; /* pad for 64 bit boundary */
68 __uint32_t ilfu_rdev; /* rdev value for dev inode*/
Dxfs_sb.h100 __uint32_t sb_magicnum; /* magic number == XFS_SB_MAGIC */
101 __uint32_t sb_blocksize; /* logical block size, bytes */
147 __uint32_t sb_unit; /* stripe or raid unit */
148 __uint32_t sb_width; /* stripe or raid width */
152 __uint32_t sb_logsunit; /* stripe unit size for the log */
153 __uint32_t sb_features2; /* additional feature bits */
161 __uint32_t sb_bad_features2;
Dxfs_inum.h29 typedef __uint32_t xfs_agino_t; /* within allocation grp inode number */
36 #define XFS_INO_MASK(k) (__uint32_t)((1ULL << (k)) - 1)
Dxfs_inode.h132 __uint32_t di_uid; /* owner's user id */
133 __uint32_t di_gid; /* owner's group id */
134 __uint32_t di_nlink; /* number of links to file */
149 __uint32_t di_dmevmask; /* DMIG event mask */
152 __uint32_t di_gen; /* generation number */
Dxfs_fsops.h27 extern int xfs_fs_goingdown(xfs_mount_t *mp, __uint32_t inflags);
Dxfs_log_recover.h29 ((((__uint32_t)tid)>>XLOG_RHASH_SHIFT) & (XLOG_RHASH_SIZE-1))
Dxfs_linux.h269 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
276 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
Dxfs_ag.h211 __uint32_t pagf_flcount; /* count of blocks in freelist */
214 __uint32_t pagf_btreeblks; /* # of blocks held in AGF btrees */
Dxfs_ioctl.c442 __uint32_t *len, in xfs_attrmulti_attr_get()
443 __uint32_t flags) in xfs_attrmulti_attr_get()
477 __uint32_t len, in xfs_attrmulti_attr_set()
478 __uint32_t flags) in xfs_attrmulti_attr_set()
501 __uint32_t flags) in xfs_attrmulti_attr_remove()
1524 __uint32_t in; in xfs_file_ioctl()
1529 if (get_user(in, (__uint32_t __user *)arg)) in xfs_file_ioctl()
Dxfs_dir2_format.h54 typedef __uint32_t xfs_dir2_dataptr_t;
66 typedef __uint32_t xfs_dir2_db_t;
Dxfs_quota.h33 typedef __uint32_t xfs_dqid_t;
124 __uint32_t qlf_boffset; /* off of dquot in buffer */
Dxfs_sysctl.c35 __uint32_t vn_active; in xfs_stats_clear_proc_handler()
Dxfs_dquot_item.c335 lp->qli_format.qlf_boffset = (__uint32_t)dqp->q_bufoffset; in xfs_qm_dquot_logitem_init()
Dxfs_fs.h488 #define XFS_IOC_GOINGDOWN _IOR ('X', 125, __uint32_t)
Dxfs_btree.h110 extern const __uint32_t xfs_magics[];
Dxfs_log_priv.h149 typedef __uint32_t xlog_tid_t;
Dxfs_fsops.c670 __uint32_t inflags) in xfs_fs_goingdown()
Dxfs_log.c715 __uint32_t pad2; /* may as well make it 64 bits */ in xfs_log_unmount_write()
2767 __uint32_t sunit_bb = BTOBB(log->l_mp->m_sb.sb_logsunit); in xlog_state_switch_iclogs()
Dxfs_log_recover.c2170 (__uint32_t)XFS_INODE_CLUSTER_SIZE(log->l_mp)))) { in xlog_recover_buffer_pass2()
/linux-3.4.99/Documentation/networking/
Difenslave.c168 typedef __uint32_t u32; /* ditto */

12