Home
last modified time | relevance | path

Searched refs:__int32_t (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_types.h30 typedef signed int __int32_t; typedef
48 typedef __int32_t __psint_t;
62 typedef __int32_t xfs_extnum_t; /* # of extents in a file */
67 typedef __int32_t xfs_suminfo_t; /* type of bitmap summary info */
68 typedef __int32_t xfs_rtword_t; /* word type for bitmap manipulations */
71 typedef __int32_t xfs_tid_t; /* transaction identifier */
100 typedef __int32_t xfs_srtblock_t; /* signed version of xfs_rtblock_t */
Dxfs_inode_item.h39 __int32_t ilf_len; /* len of inode buffer */
40 __int32_t ilf_boffset; /* off of inode in buffer */
55 __int32_t ilf_len; /* len of inode buffer */
56 __int32_t ilf_boffset; /* off of inode in buffer */
72 __int32_t ilf_len; /* len of inode buffer */
73 __int32_t ilf_boffset; /* off of inode in buffer */
Dxfs_ialloc_btree.h56 __int32_t ir_freecount; /* count of free inodes (set bits) */
Dxfs_inode.h120 __int32_t t_sec; /* timestamp seconds */
121 __int32_t t_nsec; /* timestamp nanoseconds */
Dxfs_quota.h125 __int32_t qlf_len; /* len of dquot buffer */
Dxfs_trans.h35 __int32_t th_tid; /* transaction id (unused) */
Dxfs_log.c1899 ASSERT(reg->i_len % sizeof(__int32_t) == 0); in xlog_write()
1900 ASSERT((unsigned long)ptr % sizeof(__int32_t) == 0); in xlog_write()
Dxfs_inode.c1067 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec; in xfs_ialloc()
1068 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec; in xfs_ialloc()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_iops.c63 ip->i_d.di_atime.t_sec = (__int32_t)inode->i_atime.tv_sec; in xfs_synchronize_times()
64 ip->i_d.di_atime.t_nsec = (__int32_t)inode->i_atime.tv_nsec; in xfs_synchronize_times()
65 ip->i_d.di_ctime.t_sec = (__int32_t)inode->i_ctime.tv_sec; in xfs_synchronize_times()
66 ip->i_d.di_ctime.t_nsec = (__int32_t)inode->i_ctime.tv_nsec; in xfs_synchronize_times()
67 ip->i_d.di_mtime.t_sec = (__int32_t)inode->i_mtime.tv_sec; in xfs_synchronize_times()
68 ip->i_d.di_mtime.t_nsec = (__int32_t)inode->i_mtime.tv_nsec; in xfs_synchronize_times()