Home
last modified time | relevance | path

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

/fs/xfs/
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 */
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 */
Dxfs_ialloc.h157 __int32_t fcnt, xfs_inofree_t free, int *stat);
164 __int32_t fcnt, xfs_inofree_t free, int *stat);
170 __int32_t *fcnt, xfs_inofree_t *free, int *stat);
Dxfs_acl.h25 typedef __int32_t xfs_acl_tag_t;
26 typedef __int32_t xfs_acl_id_t;
38 __int32_t acl_cnt;
Dxfs_ialloc_btree.h56 __int32_t ir_freecount; /* count of free inodes (set bits) */
Dxfs_ialloc.c66 __int32_t fcnt, /* free inode count */ in xfs_inobt_lookup_eq()
84 __int32_t fcnt, /* free inode count */ in xfs_inobt_lookup_ge()
102 __int32_t fcnt, /* free inode count */ in xfs_inobt_lookup_le()
121 __int32_t fcnt, /* free inode count */ in xfs_inobt_update()
139 __int32_t *fcnt, /* output: number of free inodes */ in xfs_inobt_get_rec()
1301 __int32_t chunk_cnt; /* count of free inodes in chunk */ in xfs_imap()
Dxfs_inode.h119 __int32_t t_sec; /* timestamp seconds */
120 __int32_t t_nsec; /* timestamp nanoseconds */
Dxfs_quota.h115 __int32_t qlf_len; /* len of dquot buffer */
Dxfs_itable.c351 __int32_t gcnt; /* current btree rec's count */ in xfs_bulkstat()
818 __int32_t gcnt; in xfs_inumbers()
Dxfs_trans.h35 __int32_t th_tid; /* transaction id (unused) */
Dxfs_log.c1885 ASSERT(reg[index].i_len % sizeof(__int32_t) == 0); in xlog_write()
1886 ASSERT((__psint_t)ptr % sizeof(__int32_t) == 0); in xlog_write()
Dxfs_inode.c1078 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec; in xfs_ialloc()
1079 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec; in xfs_ialloc()
/fs/xfs/linux-2.6/
Dxfs_iops.c69 ip->i_d.di_atime.t_sec = (__int32_t)inode->i_atime.tv_sec; in xfs_synchronize_atime()
70 ip->i_d.di_atime.t_nsec = (__int32_t)inode->i_atime.tv_nsec; in xfs_synchronize_atime()
108 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec; in xfs_ichgtime()
109 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec; in xfs_ichgtime()
115 ip->i_d.di_ctime.t_sec = (__int32_t)tv.tv_sec; in xfs_ichgtime()
116 ip->i_d.di_ctime.t_nsec = (__int32_t)tv.tv_nsec; in xfs_ichgtime()