Home
last modified time | relevance | path

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

/linux-4.1.27/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_format.h1235 __int32_t ir_freecount; /* count of free inodes (set bits) */
Dxfs_ialloc.c117 __int32_t freecount, in xfs_inobt_insert_rec()
/linux-4.1.27/fs/xfs/
Dxfs_linux.h30 typedef signed int __int32_t; typedef
46 typedef __int32_t __psint_t;
Dxfs_iops.c994 ip->i_d.di_ctime.t_sec = (__int32_t)now->tv_sec; in xfs_vn_update_time()
995 ip->i_d.di_ctime.t_nsec = (__int32_t)now->tv_nsec; in xfs_vn_update_time()
999 ip->i_d.di_mtime.t_sec = (__int32_t)now->tv_sec; in xfs_vn_update_time()
1000 ip->i_d.di_mtime.t_nsec = (__int32_t)now->tv_nsec; in xfs_vn_update_time()
1004 ip->i_d.di_atime.t_sec = (__int32_t)now->tv_sec; in xfs_vn_update_time()
1005 ip->i_d.di_atime.t_nsec = (__int32_t)now->tv_nsec; in xfs_vn_update_time()
Dxfs_log.c2380 ASSERT(reg->i_len % sizeof(__int32_t) == 0); in xlog_write()
2381 ASSERT((unsigned long)ptr % sizeof(__int32_t) == 0); in xlog_write()
Dxfs_inode.c775 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec; in xfs_ialloc()
776 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec; in xfs_ialloc()