Home
last modified time | relevance | path

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

/linux-4.4.14/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.h208 __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 */
Dxfs_ialloc.c144 __int32_t freecount, in xfs_inobt_insert_rec()
/linux-4.4.14/fs/xfs/
Dxfs_iops.c991 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()
Dxfs_linux.h30 typedef signed int __int32_t; typedef
Dxfs_inode.c826 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()
Dxfs_log.c2400 ASSERT(reg->i_len % sizeof(__int32_t) == 0); in xlog_write()
2401 ASSERT((unsigned long)ptr % sizeof(__int32_t) == 0); in xlog_write()