Searched refs:__uint64_t (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A 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 */
84 typedef __uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */
85 typedef __uint64_t xfs_drfsbno_t; /* blockno in filesystem (raw) */
86 typedef __uint64_t xfs_drtbno_t; /* extent (block) in realtime area */
87 typedef __uint64_t xfs_dfiloff_t; /* block number in a file */
88 typedef __uint64_t xfs_dfilblks_t; /* number of blocks in a file */
94 typedef __uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
95 typedef __uint64_t xfs_rfsblock_
[all...]
H A Dxfs_bit.h28 static inline __uint64_t xfs_mask64hi(int n)
30 return (__uint64_t)-1 << (64 - (n));
36 static inline __uint64_t xfs_mask64lo(int n)
38 return ((__uint64_t)1 << (n)) - 1;
48 static inline int xfs_highbit64(__uint64_t v)
60 static inline int xfs_lowbit64(__uint64_t v)
H A 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 */
H A Dxfs_fsops.h25 extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval,
H A Dxfs_btree_trace.c127 __uint64_t l0, l1;
151 __uint64_t l0, l1, l2;
175 __uint64_t l0, l1;
195 __uint64_t l0, l1, l2;
217 __uint64_t l0, l1;
H A Dxfs_inode_item.h33 __uint64_t ilf_ino; /* inode number */
49 __uint64_t ilf_ino; /* inode number */
66 __uint64_t ilf_ino; /* inode number */
H A Dxfs_mount.h157 __uint64_t m_flags; /* global mount flags */
165 __uint64_t m_maxicount; /* maximum inode count */
166 __uint64_t m_maxioffset; /* maximum inode offset */
167 __uint64_t m_resblks; /* total reserved blocks */
168 __uint64_t m_resblks_avail;/* available reserved blocks */
169 __uint64_t m_resblks_save; /* reserved blks @ remount,ro */
362 extern __uint64_t xfs_default_resblks(xfs_mount_t *mp);
375 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t);
H A Dxfs_btree.h215 __uint64_t *, __uint64_t *);
217 union xfs_btree_key *, __uint64_t *,
218 __uint64_t *);
220 union xfs_btree_rec *, __uint64_t *,
221 __uint64_t *, __uint64_t *);
H A Dxfs_ialloc_btree.c273 __uint64_t *l0,
274 __uint64_t *l1)
285 __uint64_t *l0,
286 __uint64_t *l1)
296 __uint64_t *l0,
297 __uint64_t *l1,
298 __uint64_t *l2)
H A Dxfs_ialloc_btree.h34 typedef __uint64_t xfs_inofree_t;
H A Dxfs_alloc_btree.c387 __uint64_t *l0,
388 __uint64_t *l1)
399 __uint64_t *l0,
400 __uint64_t *l1)
410 __uint64_t *l0,
411 __uint64_t *l1,
412 __uint64_t *l2)
H A Dxfs_sb.h132 __uint64_t sb_icount; /* allocated inodes */
133 __uint64_t sb_ifree; /* free inodes */
134 __uint64_t sb_fdblocks; /* free data blocks */
135 __uint64_t sb_frextents; /* free realtime extents */
531 ((((__uint64_t)(b)) + (mp)->m_blockmask) >> (mp)->m_sb.sb_blocklog)
532 #define XFS_B_TO_FSBT(mp,b) (((__uint64_t)(b)) >> (mp)->m_sb.sb_blocklog)
H A Dxfs_bmap_btree.h53 typedef __uint64_t xfs_bmbt_rec_base_t; /* use this for casts */
57 __uint64_t l0, l1;
H A Dxfs_dfrag.c213 __uint64_t tmp;
368 tmp = (__uint64_t)ip->i_d.di_nblocks;
372 tmp = (__uint64_t) ip->i_d.di_nextents;
376 tmp = (__uint64_t) ip->i_d.di_format;
H A Dxfs_rw.c114 (__uint64_t)blkno, func,
H A Dxfs_bmap_btree.c98 __uint64_t l0,
99 __uint64_t l1,
772 __uint64_t *l0,
773 __uint64_t *l1)
790 __uint64_t *l0,
791 __uint64_t *l1)
811 __uint64_t *l0,
812 __uint64_t *l1,
813 __uint64_t *l2)
H A Dxfs_fsops.c373 __uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.sb_imax_pct;
510 __uint64_t *inval,
514 __uint64_t request;
517 if (inval == (__uint64_t *)NULL) {
H A Dxfs_mount.c261 __uint64_t nblocks)
482 __uint64_t icount;
602 f = (xfs_sb_field_t)xfs_lowbit64((__uint64_t)fields);
907 __uint64_t icount;
1081 __uint64_t
1084 __uint64_t resblks;
1095 resblks = min_t(__uint64_t, resblks, 8192);
1115 __uint64_t resblks;
1438 __uint64_t resblks;
1642 f = (xfs_sb_field_t)xfs_highbit64((__uint64_t)field
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dconfig.h240 #define uint64_t __uint64_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_stats.c26 __uint64_t xs_xstrat_bytes = 0;
27 __uint64_t xs_write_bytes = 0;
28 __uint64_t xs_read_bytes = 0;
H A Dxfs_super.h76 extern __uint64_t xfs_max_file_offset(unsigned int);
H A Dxfs_linux.h264 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y)
271 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y)
H A Dxfs_stats.h187 __uint64_t xs_xstrat_bytes;
188 __uint64_t xs_write_bytes;
189 __uint64_t xs_read_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_bhv.c45 __uint64_t limit;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/
H A Dsocketbits.h147 # define __ss_aligntype __uint64_t

Completed in 92 milliseconds

12