Searched refs:__int64_t (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_types.h | 29 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 */
|
D | xfs_log_format.h | 255 __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 */
|
D | xfs_alloc_btree.c | 251 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()
|
D | xfs_fs.h | 474 __int64_t sx_version; /* version */ 476 __int64_t sx_fdtarget; /* fd of target file */ 477 __int64_t sx_fdtmp; /* fd of tmp file */
|
D | xfs_btree.h | 162 __int64_t (*key_diff)(struct xfs_btree_cur *cur, 318 __int64_t fields, /* bitmask of fields */
|
D | xfs_ialloc_btree.c | 200 STATIC __int64_t 205 return (__int64_t)be32_to_cpu(key->inobt.ir_startino) - in xfs_inobt_key_diff()
|
D | xfs_bmap_btree.c | 629 STATIC __int64_t 634 return (__int64_t)be64_to_cpu(key->bmbt.br_startoff) - in xfs_bmbt_key_diff()
|
D | xfs_btree.c | 665 __int64_t fields, /* bitmask of fields */ in xfs_btree_offsets() 672 __int64_t imask; /* mask for current bit number */ in xfs_btree_offsets() 1703 __int64_t diff; /* difference for the current key */ in xfs_btree_lookup()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.h | 115 __int64_t sx_version; /* version */ 116 __int64_t sx_fdtarget; /* fd of target file */ 117 __int64_t sx_fdtmp; /* fd of tmp file */
|
D | xfs_linux.h | 32 typedef signed long long int __int64_t; typedef 49 typedef __int64_t __psint_t;
|
D | xfs_bmap_util.c | 447 __int64_t end, /* last block requested */ in xfs_getbmapx_fix_eof_hole() 450 __int64_t fixlen; in xfs_getbmapx_fix_eof_hole() 496 __int64_t bmvend; /* last block requested */ in xfs_getbmap() 498 __int64_t fixlen; /* length for -1 case */ in xfs_getbmap() 554 max_t(__int64_t, fixlen - bmv->bmv_offset, 0); in xfs_getbmap() 678 max_t(__int64_t, 0, bmvend - bmv->bmv_offset); in xfs_getbmap()
|
D | xfs_fsops.c | 672 __int64_t lcounter, delta, fdblks_delta; in xfs_reserve_blocks() 713 __int64_t free; in xfs_reserve_blocks()
|
D | xfs_trace.h | 248 (__int64_t)__entry->startblock, 292 (__int64_t)__entry->startblock, 1211 (__int64_t)__entry->startblock, 1961 __field(__int64_t, blkno) 2009 __field(__int64_t, blkno)
|
D | xfs_super.c | 1057 __int64_t ffree; in xfs_fs_statfs() 1093 statp->f_ffree = max_t(__int64_t, ffree, 0); in xfs_fs_statfs()
|