Searched refs:__int32_t (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_types.h30 typedef signed int __int32_t; typedef
48 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 */
102 typedef __int32_t xfs_srtblock_t; /* signed version of xfs_rtblock_t */
H A Dxfs_inode_item.h39 __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 */
H A Dxfs_ialloc_btree.h56 __int32_t ir_freecount; /* count of free inodes (set bits) */
H A Dxfs_inode.h120 __int32_t t_sec; /* timestamp seconds */
121 __int32_t t_nsec; /* timestamp nanoseconds */
H A Dxfs_quota.h125 __int32_t qlf_len; /* len of dquot buffer */
H A Dxfs_trans.h35 __int32_t th_tid; /* transaction id (unused) */
H A Dxfs_log.c1954 ASSERT(reg->i_len % sizeof(__int32_t) == 0);
1955 ASSERT((unsigned long)ptr % sizeof(__int32_t) == 0);
H A Dxfs_inode.c1078 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec;
1079 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dsystem.h8 extern __const __int32_t *__ctype_tolower;
10 extern __const __int32_t *__ctype_toupper;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_iops.c64 ip->i_d.di_atime.t_sec = (__int32_t)inode->i_atime.tv_sec;
65 ip->i_d.di_atime.t_nsec = (__int32_t)inode->i_atime.tv_nsec;
66 ip->i_d.di_ctime.t_sec = (__int32_t)inode->i_ctime.tv_sec;
67 ip->i_d.di_ctime.t_nsec = (__int32_t)inode->i_ctime.tv_nsec;
68 ip->i_d.di_mtime.t_sec = (__int32_t)inode->i_mtime.tv_sec;
69 ip->i_d.di_mtime.t_nsec = (__int32_t)inode->i_mtime.tv_nsec;

Completed in 217 milliseconds