Searched refs:__int32_t (Results 1 – 7 of 7) sorted by relevance
27 typedef __int32_t xfs_extnum_t; /* # of extents in a file */32 typedef __int32_t xfs_suminfo_t; /* type of bitmap summary info */33 typedef __int32_t xfs_rtword_t; /* word type for bitmap manipulations */36 typedef __int32_t xfs_tid_t; /* transaction identifier */
208 __int32_t th_tid; /* transaction id (unused) */256 __int32_t ilf_len; /* len of inode buffer */257 __int32_t ilf_boffset; /* off of inode in buffer */272 __int32_t ilf_len; /* len of inode buffer */273 __int32_t ilf_boffset; /* off of inode in buffer */289 __int32_t ilf_len; /* len of inode buffer */290 __int32_t ilf_boffset; /* off of inode in buffer */358 __int32_t t_sec; /* timestamp seconds */359 __int32_t t_nsec; /* timestamp nanoseconds */609 __int32_t qlf_len; /* len of dquot buffer */
144 __int32_t freecount, in xfs_inobt_insert_rec()
991 ip->i_d.di_ctime.t_sec = (__int32_t)now->tv_sec; in xfs_vn_update_time()992 ip->i_d.di_ctime.t_nsec = (__int32_t)now->tv_nsec; in xfs_vn_update_time()996 ip->i_d.di_mtime.t_sec = (__int32_t)now->tv_sec; in xfs_vn_update_time()997 ip->i_d.di_mtime.t_nsec = (__int32_t)now->tv_nsec; in xfs_vn_update_time()1001 ip->i_d.di_atime.t_sec = (__int32_t)now->tv_sec; in xfs_vn_update_time()1002 ip->i_d.di_atime.t_nsec = (__int32_t)now->tv_nsec; in xfs_vn_update_time()
30 typedef signed int __int32_t; typedef
826 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec; in xfs_ialloc()827 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec; in xfs_ialloc()
2400 ASSERT(reg->i_len % sizeof(__int32_t) == 0); in xlog_write()2401 ASSERT((unsigned long)ptr % sizeof(__int32_t) == 0); in xlog_write()