Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_types.h27 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 */
Dxfs_log_format.h214 __int32_t th_tid; /* transaction id (unused) */
280 __int32_t ilf_len; /* len of inode buffer */
281 __int32_t ilf_boffset; /* off of inode in buffer */
301 __int32_t ilf_len; /* len of inode buffer */
302 __int32_t ilf_boffset; /* off of inode in buffer */
371 __int32_t t_sec; /* timestamp seconds */
372 __int32_t t_nsec; /* timestamp nanoseconds */
785 __int32_t qlf_len; /* len of dquot buffer */
Dxfs_ialloc.c145 __int32_t freecount, in xfs_inobt_insert_rec()
/fs/xfs/
Dxfs_linux.h30 typedef signed int __int32_t; typedef
Dxfs_inode.c865 ip->i_d.di_crtime.t_sec = (__int32_t)tv.tv_sec; in xfs_ialloc()
866 ip->i_d.di_crtime.t_nsec = (__int32_t)tv.tv_nsec; in xfs_ialloc()
Dxfs_log.c2406 ASSERT(reg->i_len % sizeof(__int32_t) == 0); in xlog_write()
2407 ASSERT((unsigned long)ptr % sizeof(__int32_t) == 0); in xlog_write()