Home
last modified time | relevance | path

Searched refs:__int64_t (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_types.h29 typedef __int64_t xfs_fsize_t; /* bytes in a file */
35 typedef __int64_t xfs_lsn_t; /* log sequence number */
47 typedef __int64_t xfs_srtblock_t; /* signed version of xfs_rtblock_t */
48 typedef __int64_t xfs_sfiloff_t; /* signed block number in a file */
Dxfs_log_format.h255 __int64_t ilf_blkno; /* blkno of inode buffer */
271 __int64_t ilf_blkno; /* blkno of inode buffer */
288 __int64_t ilf_blkno; /* blkno of inode buffer */
461 __int64_t blf_blkno; /* starting blkno of this buf */
608 __int64_t qlf_blkno; /* blkno of dquot buffer */
Dxfs_alloc_btree.c251 STATIC __int64_t
258 __int64_t diff; in xfs_allocbt_key_diff()
261 return (__int64_t)be32_to_cpu(kp->ar_startblock) - in xfs_allocbt_key_diff()
265 diff = (__int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount; in xfs_allocbt_key_diff()
269 return (__int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_allocbt_key_diff()
Dxfs_fs.h475 __int64_t sx_version; /* version */
477 __int64_t sx_fdtarget; /* fd of target file */
478 __int64_t sx_fdtmp; /* fd of tmp file */
Dxfs_btree.h169 __int64_t (*key_diff)(struct xfs_btree_cur *cur,
325 __int64_t fields, /* bitmask of fields */
Dxfs_ialloc_btree.c209 STATIC __int64_t
214 return (__int64_t)be32_to_cpu(key->inobt.ir_startino) - in xfs_inobt_key_diff()
Dxfs_bmap_btree.c630 STATIC __int64_t
635 return (__int64_t)be64_to_cpu(key->bmbt.br_startoff) - in xfs_bmbt_key_diff()
Dxfs_btree.c680 __int64_t fields, /* bitmask of fields */ in xfs_btree_offsets()
687 __int64_t imask; /* mask for current bit number */ in xfs_btree_offsets()
1718 __int64_t diff; /* difference for the current key */ in xfs_btree_lookup()
/linux-4.4.14/fs/xfs/
Dxfs_ioctl32.h115 __int64_t sx_version; /* version */
116 __int64_t sx_fdtarget; /* fd of target file */
117 __int64_t sx_fdtmp; /* fd of tmp file */
Dxfs_bmap_util.c473 __int64_t end, /* last block requested */ in xfs_getbmapx_fix_eof_hole()
476 __int64_t fixlen; in xfs_getbmapx_fix_eof_hole()
522 __int64_t bmvend; /* last block requested */ in xfs_getbmap()
524 __int64_t fixlen; /* length for -1 case */ in xfs_getbmap()
580 max_t(__int64_t, fixlen - bmv->bmv_offset, 0); in xfs_getbmap()
704 max_t(__int64_t, 0, bmvend - bmv->bmv_offset); in xfs_getbmap()
Dxfs_linux.h32 typedef signed long long int __int64_t; typedef
Dxfs_fsops.c674 __int64_t lcounter, delta, fdblks_delta; in xfs_reserve_blocks()
715 __int64_t free; in xfs_reserve_blocks()
Dxfs_trace.h248 (__int64_t)__entry->startblock,
292 (__int64_t)__entry->startblock,
1260 (__int64_t)__entry->startblock,
2011 __field(__int64_t, blkno)
2059 __field(__int64_t, blkno)
Dxfs_super.c1057 __int64_t ffree; in xfs_fs_statfs()
1093 statp->f_ffree = max_t(__int64_t, ffree, 0); in xfs_fs_statfs()