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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_types.h38 typedef signed int __int32_t; typedef
56 typedef __int32_t __psint_t;
70 typedef __int32_t xfs_extnum_t; /* # of extents in a file */
75 typedef __int32_t xfs_suminfo_t; /* type of bitmap summary info */
76 typedef __int32_t xfs_rtword_t; /* word type for bitmap manipulations */
79 typedef __int32_t xfs_tid_t; /* transaction identifier */
108 typedef __int32_t xfs_srtblock_t; /* signed version of xfs_rtblock_t */
H A Dxfs_ialloc_btree.h58 __int32_t ir_freecount; /* count of free inodes (set bits) */
138 __int32_t *fcnt, xfs_inofree_t *free, int *stat);
156 __int32_t fcnt, xfs_inofree_t free, int *stat);
163 __int32_t fcnt, xfs_inofree_t free, int *stat);
170 __int32_t fcnt, xfs_inofree_t free, int *stat);
178 __int32_t fcnt, xfs_inofree_t free);
H A Dxfs_inode_item.h39 __int32_t ilf_len; /* len of inode buffer */
40 __int32_t ilf_boffset; /* off of inode in buffer */
56 __int32_t ilf_len; /* len of inode buffer */
57 __int32_t ilf_boffset; /* off of inode in buffer */
74 __int32_t ilf_len; /* len of inode buffer */
75 __int32_t ilf_boffset; /* off of inode in buffer */
H A Dxfs_acl.h25 typedef __int32_t xfs_acl_type_t;
26 typedef __int32_t xfs_acl_tag_t;
27 typedef __int32_t xfs_acl_id_t;
39 __int32_t acl_cnt;
H A Dxfs_dinode.h37 __int32_t t_sec; /* timestamp seconds */
38 __int32_t t_nsec; /* timestamp nanoseconds */
H A Dxfs_quota.h117 __int32_t qlf_len; /* len of dquot buffer */
H A Dxfs_ialloc_btree.c1786 __int32_t *fcnt, /* output: number of free inodes */
1982 __int32_t fcnt, /* free inode count */
2000 __int32_t fcnt, /* free inode count */
2018 __int32_t fcnt, /* free inode count */
2037 __int32_t fcnt, /* free inode count */
H A Dxfs_itable.c327 __int32_t gcnt; /* current btree rec's count */
769 __int32_t gcnt;
H A Dxfs_trans.h33 __int32_t th_tid; /* transaction id (unused) */
H A Dxfs_log.c1810 ASSERT(reg[index].i_len % sizeof(__int32_t) == 0);
1811 ASSERT((__psint_t)ptr % sizeof(__int32_t) == 0);
H A Dxfs_ialloc.c1156 __int32_t chunk_cnt; /* count of free inodes in chunk */
H A Dxfs_bmap.c5767 __int32_t oflags; /* getbmapx bmv_oflags field */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_iops.c84 ip->i_d.di_atime.t_sec = (__int32_t)inode->i_atime.tv_sec;
85 ip->i_d.di_atime.t_nsec = (__int32_t)inode->i_atime.tv_nsec;
111 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec;
112 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec;
116 ip->i_d.di_atime.t_sec = (__int32_t)tv.tv_sec;
117 ip->i_d.di_atime.t_nsec = (__int32_t)tv.tv_nsec;
121 ip->i_d.di_ctime.t_sec = (__int32_t)tv.tv_sec;
122 ip->i_d.di_ctime.t_nsec = (__int32_t)tv.tv_nsec;
168 ip->i_d.di_mtime.t_sec = (__int32_t)tvp->tv_sec;
169 ip->i_d.di_mtime.t_nsec = (__int32_t)tv
[all...]

Completed in 210 milliseconds