Home
last modified time | relevance | path

Searched refs:__uint64_t (Results 1 – 25 of 32) sorted by relevance

12

/linux-2.6.39/fs/xfs/
Dxfs_types.h33 typedef unsigned long long int __uint64_t; typedef
52 typedef __uint64_t __psunsigned_t;
65 typedef __uint64_t xfs_ufsize_t; /* unsigned bytes in a file */
82 typedef __uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */
83 typedef __uint64_t xfs_drfsbno_t; /* blockno in filesystem (raw) */
84 typedef __uint64_t xfs_drtbno_t; /* extent (block) in realtime area */
85 typedef __uint64_t xfs_dfiloff_t; /* block number in a file */
86 typedef __uint64_t xfs_dfilblks_t; /* number of blocks in a file */
92 typedef __uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
93 typedef __uint64_t xfs_rfsblock_t; /* blockno in filesystem (raw) */
[all …]
Dxfs_extfree_item.h37 __uint64_t ext_start;
42 __uint64_t ext_start;
56 __uint64_t efi_id; /* efi identifier */
64 __uint64_t efi_id; /* efi identifier */
72 __uint64_t efi_id; /* efi identifier */
85 __uint64_t efd_efi_id; /* id of corresponding efi */
93 __uint64_t efd_efi_id; /* id of corresponding efi */
101 __uint64_t efd_efi_id; /* id of corresponding efi */
Dxfs_bit.h28 static inline __uint64_t xfs_mask64hi(int n) in xfs_mask64hi()
30 return (__uint64_t)-1 << (64 - (n)); in xfs_mask64hi()
36 static inline __uint64_t xfs_mask64lo(int n) in xfs_mask64lo()
38 return ((__uint64_t)1 << (n)) - 1; in xfs_mask64lo()
48 static inline int xfs_highbit64(__uint64_t v) in xfs_highbit64()
60 static inline int xfs_lowbit64(__uint64_t v) in xfs_lowbit64()
Dxfs_mount.h170 __uint64_t m_flags; /* global mount flags */
178 __uint64_t m_maxicount; /* maximum inode count */
179 __uint64_t m_maxioffset; /* maximum inode offset */
180 __uint64_t m_resblks; /* total reserved blocks */
181 __uint64_t m_resblks_avail;/* available reserved blocks */
182 __uint64_t m_resblks_save; /* reserved blks @ remount,ro */
374 extern __uint64_t xfs_default_resblks(xfs_mount_t *mp);
387 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t);
Dxfs_ialloc_btree.c241 __uint64_t *l0, in xfs_inobt_trace_cursor()
242 __uint64_t *l1) in xfs_inobt_trace_cursor()
253 __uint64_t *l0, in xfs_inobt_trace_key()
254 __uint64_t *l1) in xfs_inobt_trace_key()
264 __uint64_t *l0, in xfs_inobt_trace_record()
265 __uint64_t *l1, in xfs_inobt_trace_record()
266 __uint64_t *l2) in xfs_inobt_trace_record()
Dxfs_btree_trace.c127 __uint64_t l0, l1; in xfs_btree_trace_argipk()
151 __uint64_t l0, l1, l2; in xfs_btree_trace_argipr()
175 __uint64_t l0, l1; in xfs_btree_trace_argik()
195 __uint64_t l0, l1, l2; in xfs_btree_trace_argr()
217 __uint64_t l0, l1; in xfs_btree_trace_cursor()
Dxfs_btree.h213 __uint64_t *, __uint64_t *);
215 union xfs_btree_key *, __uint64_t *,
216 __uint64_t *);
218 union xfs_btree_rec *, __uint64_t *,
219 __uint64_t *, __uint64_t *);
Dxfs_inode_item.h33 __uint64_t ilf_ino; /* inode number */
49 __uint64_t ilf_ino; /* inode number */
66 __uint64_t ilf_ino; /* inode number */
Dxfs_alloc_btree.c355 __uint64_t *l0, in xfs_allocbt_trace_cursor()
356 __uint64_t *l1) in xfs_allocbt_trace_cursor()
367 __uint64_t *l0, in xfs_allocbt_trace_key()
368 __uint64_t *l1) in xfs_allocbt_trace_key()
378 __uint64_t *l0, in xfs_allocbt_trace_record()
379 __uint64_t *l1, in xfs_allocbt_trace_record()
380 __uint64_t *l2) in xfs_allocbt_trace_record()
Dxfs_sb.h134 __uint64_t sb_icount; /* allocated inodes */
135 __uint64_t sb_ifree; /* free inodes */
136 __uint64_t sb_fdblocks; /* free data blocks */
137 __uint64_t sb_frextents; /* free realtime extents */
539 ((((__uint64_t)(b)) + (mp)->m_blockmask) >> (mp)->m_sb.sb_blocklog)
540 #define XFS_B_TO_FSBT(mp,b) (((__uint64_t)(b)) >> (mp)->m_sb.sb_blocklog)
Dxfs_bmap_btree.c98 __uint64_t l0, in __xfs_bmbt_get_all()
99 __uint64_t l1, in __xfs_bmbt_get_all()
772 __uint64_t *l0, in xfs_bmbt_trace_cursor()
773 __uint64_t *l1) in xfs_bmbt_trace_cursor()
790 __uint64_t *l0, in xfs_bmbt_trace_key()
791 __uint64_t *l1) in xfs_bmbt_trace_key()
811 __uint64_t *l0, in xfs_bmbt_trace_record()
812 __uint64_t *l1, in xfs_bmbt_trace_record()
813 __uint64_t *l2) in xfs_bmbt_trace_record()
Dxfs_dfrag.c213 __uint64_t tmp; in xfs_swap_extents()
368 tmp = (__uint64_t)ip->i_d.di_nblocks; in xfs_swap_extents()
372 tmp = (__uint64_t) ip->i_d.di_nextents; in xfs_swap_extents()
376 tmp = (__uint64_t) ip->i_d.di_format; in xfs_swap_extents()
Dxfs_fsops.h25 extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval,
Dxfs_bmap_btree.h53 typedef __uint64_t xfs_bmbt_rec_base_t; /* use this for casts */
57 __uint64_t l0, l1;
Dxfs_mount.c287 __uint64_t nblocks) in xfs_sb_validate_fsb_count()
522 __uint64_t icount; in xfs_initialize_perag()
642 f = (xfs_sb_field_t)xfs_lowbit64((__uint64_t)fields); in xfs_sb_to_disk()
932 __uint64_t icount; in xfs_set_maxicount()
998 __uint64_t space = mp->m_sb.sb_dblocks; in xfs_set_low_space_thresholds()
1116 __uint64_t
1119 __uint64_t resblks; in xfs_default_resblks()
1130 resblks = min_t(__uint64_t, resblks, 8192); in xfs_default_resblks()
1150 __uint64_t resblks; in xfs_mountfs()
1470 __uint64_t resblks; in xfs_unmountfs()
[all …]
Dxfs_ialloc_btree.h34 typedef __uint64_t xfs_inofree_t;
Dxfs_fsops.c375 __uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.sb_imax_pct; in xfs_growfs_data_private()
513 __uint64_t *inval, in xfs_reserve_blocks()
517 __uint64_t request; in xfs_reserve_blocks()
520 if (inval == (__uint64_t *)NULL) { in xfs_reserve_blocks()
Dxfs_rw.c108 (__uint64_t)blkno, func, in xfs_ioerror_alert()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_stats.c26 __uint64_t xs_xstrat_bytes = 0; in xfs_stat_proc_show()
27 __uint64_t xs_write_bytes = 0; in xfs_stat_proc_show()
28 __uint64_t xs_read_bytes = 0; in xfs_stat_proc_show()
Dxfs_linux.h262 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
269 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
Dxfs_stats.h187 __uint64_t xs_xstrat_bytes;
188 __uint64_t xs_write_bytes;
189 __uint64_t xs_read_bytes;
Dxfs_discard.c43 __uint64_t *blocks_trimmed) in xfs_trim_extents()
150 __uint64_t blocks_trimmed = 0; in xfs_ioc_trim()
Dxfs_super.h77 extern __uint64_t xfs_max_file_offset(unsigned int);
Dxfs_super.c556 __uint64_t
587 return (((__uint64_t)pagefactor) << bitshift) - 1; in xfs_max_file_offset()
1144 __uint64_t fakeinos, id; in xfs_fs_statfs()
1165 MIN(sbp->sb_icount + fakeinos, (__uint64_t)XFS_MAXINUMBER); in xfs_fs_statfs()
1187 __uint64_t resblks = 0; in xfs_save_resvblks()
1196 __uint64_t resblks; in xfs_restore_resvblks()
/linux-2.6.39/fs/xfs/quota/
Dxfs_qm_bhv.c45 __uint64_t limit; in xfs_fill_statvfs_from_dquot()

12