Searched refs:__int32_t (Results 1 – 9 of 9) sorted by relevance
30 typedef signed int __int32_t; typedef48 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 */
39 __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 */
56 __int32_t ir_freecount; /* count of free inodes (set bits) */
120 __int32_t t_sec; /* timestamp seconds */121 __int32_t t_nsec; /* timestamp nanoseconds */
125 __int32_t qlf_len; /* len of dquot buffer */
35 __int32_t th_tid; /* transaction id (unused) */
1899 ASSERT(reg->i_len % sizeof(__int32_t) == 0); in xlog_write()1900 ASSERT((unsigned long)ptr % sizeof(__int32_t) == 0); in xlog_write()
1067 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()
63 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()