Home
last modified time | relevance | path

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

12

/fs/xfs/libxfs/
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_log_format.h250 __uint64_t ilf_ino; /* inode number */
266 __uint64_t ilf_ino; /* inode number */
283 __uint64_t ilf_ino; /* inode number */
399 __uint64_t di_changecount; /* number of attribute changes */
401 __uint64_t di_flags2; /* more random flags */
530 __uint64_t ext_start;
535 __uint64_t ext_start;
549 __uint64_t efi_id; /* efi identifier */
557 __uint64_t efi_id; /* efi identifier */
565 __uint64_t efi_id; /* efi identifier */
[all …]
Dxfs_sb.h122 __uint64_t sb_icount; /* allocated inodes */
123 __uint64_t sb_ifree; /* free inodes */
124 __uint64_t sb_fdblocks; /* free data blocks */
125 __uint64_t sb_frextents; /* free realtime extents */
601 ((((__uint64_t)(b)) + (mp)->m_blockmask) >> (mp)->m_sb.sb_blocklog)
602 #define XFS_B_TO_FSBT(mp,b) (((__uint64_t)(b)) >> (mp)->m_sb.sb_blocklog)
Dxfs_format.h204 typedef __uint64_t xfs_inofree_t;
292 typedef __uint64_t xfs_bmbt_rec_base_t; /* use this for casts */
296 __uint64_t l0, l1;
Dxfs_quota_defs.h30 typedef __uint64_t xfs_qcnt_t;
Dxfs_sb.c560 f = (xfs_sb_field_t)xfs_lowbit64((__uint64_t)fields); in xfs_sb_to_disk()
852 f = (xfs_sb_field_t)xfs_highbit64((__uint64_t)fields); in xfs_mod_sb()
856 f = (xfs_sb_field_t)xfs_lowbit64((__uint64_t)fields); in xfs_mod_sb()
Dxfs_bmap_btree.c104 __uint64_t l0, in __xfs_bmbt_get_all()
105 __uint64_t l1, in __xfs_bmbt_get_all()
Dxfs_btree.h396 int xfs_btree_change_owner(struct xfs_btree_cur *cur, __uint64_t new_owner,
Dxfs_rtbitmap.c989 *(__uint64_t *)&mp->m_rbmip->i_d.di_atime = 0; in xfs_rtfree_extent()
/fs/xfs/
Dxfs_types.h30 typedef __uint64_t xfs_ufsize_t; /* unsigned bytes in a file */
41 typedef __uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
42 typedef __uint64_t xfs_rfsblock_t; /* blockno in filesystem (raw) */
43 typedef __uint64_t xfs_rtblock_t; /* extent (block) in realtime area */
44 typedef __uint64_t xfs_fileoff_t; /* block number in a file */
45 typedef __uint64_t xfs_filblks_t; /* number of blocks in a file */
Dxfs_mount.h136 __uint64_t m_flags; /* global mount flags */
142 __uint64_t m_maxicount; /* maximum inode count */
143 __uint64_t m_resblks; /* total reserved blocks */
144 __uint64_t m_resblks_avail;/* available reserved blocks */
145 __uint64_t m_resblks_save; /* reserved blks @ remount,ro */
374 extern __uint64_t xfs_default_resblks(xfs_mount_t *mp);
388 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t);
Dxfs_linux.h33 typedef unsigned long long int __uint64_t; typedef
50 typedef __uint64_t __psunsigned_t;
333 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
340 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
Dxfs_stats.c35 __uint64_t xs_xstrat_bytes = 0; in xfs_stat_proc_show()
36 __uint64_t xs_write_bytes = 0; in xfs_stat_proc_show()
37 __uint64_t xs_read_bytes = 0; in xfs_stat_proc_show()
Dxfs_stats.h213 __uint64_t xs_xstrat_bytes;
214 __uint64_t xs_write_bytes;
215 __uint64_t xs_read_bytes;
Dxfs_discard.c43 __uint64_t *blocks_trimmed) in xfs_trim_extents()
165 __uint64_t blocks_trimmed = 0; in xfs_ioc_trim()
Dxfs_mount.c172 __uint64_t nblocks) in xfs_sb_validate_fsb_count()
440 __uint64_t icount; in xfs_set_maxicount()
506 __uint64_t space = mp->m_sb.sb_dblocks; in xfs_set_low_space_thresholds()
622 __uint64_t
625 __uint64_t resblks; in xfs_default_resblks()
636 resblks = min_t(__uint64_t, resblks, 8192); in xfs_default_resblks()
656 __uint64_t resblks; in xfs_mountfs()
1003 __uint64_t resblks; in xfs_unmountfs()
Dxfs_fsops.h25 extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval,
Dxfs_super.h64 extern __uint64_t xfs_max_file_offset(unsigned int);
Dxfs_super.c564 __uint64_t
595 return (((__uint64_t)pagefactor) << bitshift) - 1; in xfs_max_file_offset()
618 __uint64_t icount; in xfs_set_inode32()
1084 __uint64_t fakeinos, id; in xfs_fs_statfs()
1105 MIN(sbp->sb_icount + fakeinos, (__uint64_t)XFS_MAXINUMBER); in xfs_fs_statfs()
1127 __uint64_t resblks = 0; in xfs_save_resvblks()
1136 __uint64_t resblks; in xfs_restore_resvblks()
Dxfs_fsops.c501 __uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.sb_imax_pct; in xfs_growfs_data_private()
663 __uint64_t *inval, in xfs_reserve_blocks()
667 __uint64_t request; in xfs_reserve_blocks()
670 if (inval == (__uint64_t *)NULL) { in xfs_reserve_blocks()
Dxfs_qm_bhv.c38 __uint64_t limit; in xfs_fill_statvfs_from_dquot()
Dxfs_rtalloc.c1278 __uint64_t resid; /* residual after log removed */ in xfs_rtpick_extent()
1279 __uint64_t seq; /* sequence number of file creation */ in xfs_rtpick_extent()
1280 __uint64_t *seqp; /* pointer to seqno in inode */ in xfs_rtpick_extent()
1284 seqp = (__uint64_t *)&mp->m_rbmip->i_d.di_atime; in xfs_rtpick_extent()
Dxfs_log_priv.h418 ((log)->l_buf_cancel_table + ((__uint64_t)blkno % XLOG_BC_TABLE_SIZE))
Dxfs_bmap_util.c1630 __uint64_t tmp; in xfs_swap_extents()
1775 tmp = (__uint64_t)ip->i_d.di_nblocks; in xfs_swap_extents()
1779 tmp = (__uint64_t) ip->i_d.di_nextents; in xfs_swap_extents()
1783 tmp = (__uint64_t) ip->i_d.di_format; in xfs_swap_extents()
Dxfs_log_recover.c2974 __uint64_t efi_id; in xlog_recover_efd_pass2()
4624 __uint64_t freeblks; in xlog_recover_check_summary()
4625 __uint64_t itotal; in xlog_recover_check_summary()
4626 __uint64_t ifree; in xlog_recover_check_summary()

12