Searched refs:__int32_t (Results 1 – 13 of 13) sorted by relevance
/fs/xfs/ |
D | xfs_types.h | 38 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 */
|
D | xfs_inode_item.h | 39 __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 */
|
D | xfs_ialloc.h | 157 __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);
|
D | xfs_acl.h | 25 typedef __int32_t xfs_acl_tag_t; 26 typedef __int32_t xfs_acl_id_t; 38 __int32_t acl_cnt;
|
D | xfs_ialloc_btree.h | 56 __int32_t ir_freecount; /* count of free inodes (set bits) */
|
D | xfs_ialloc.c | 66 __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()
|
D | xfs_inode.h | 119 __int32_t t_sec; /* timestamp seconds */ 120 __int32_t t_nsec; /* timestamp nanoseconds */
|
D | xfs_quota.h | 115 __int32_t qlf_len; /* len of dquot buffer */
|
D | xfs_itable.c | 351 __int32_t gcnt; /* current btree rec's count */ in xfs_bulkstat() 818 __int32_t gcnt; in xfs_inumbers()
|
D | xfs_trans.h | 35 __int32_t th_tid; /* transaction id (unused) */
|
D | xfs_log.c | 1885 ASSERT(reg[index].i_len % sizeof(__int32_t) == 0); in xlog_write() 1886 ASSERT((__psint_t)ptr % sizeof(__int32_t) == 0); in xlog_write()
|
D | xfs_inode.c | 1078 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/ |
D | xfs_iops.c | 69 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()
|