Home
last modified time | relevance | path

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

/linux-4.1.27/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.h474 __int64_t sx_version; /* version */
476 __int64_t sx_fdtarget; /* fd of target file */
477 __int64_t sx_fdtmp; /* fd of tmp file */
Dxfs_btree.h162 __int64_t (*key_diff)(struct xfs_btree_cur *cur,
318 __int64_t fields, /* bitmask of fields */
Dxfs_ialloc_btree.c200 STATIC __int64_t
205 return (__int64_t)be32_to_cpu(key->inobt.ir_startino) - in xfs_inobt_key_diff()
Dxfs_bmap_btree.c629 STATIC __int64_t
634 return (__int64_t)be64_to_cpu(key->bmbt.br_startoff) - in xfs_bmbt_key_diff()
Dxfs_btree.c665 __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/
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_linux.h32 typedef signed long long int __int64_t; typedef
49 typedef __int64_t __psint_t;
Dxfs_bmap_util.c447 __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()
Dxfs_fsops.c672 __int64_t lcounter, delta, fdblks_delta; in xfs_reserve_blocks()
713 __int64_t free; in xfs_reserve_blocks()
Dxfs_trace.h248 (__int64_t)__entry->startblock,
292 (__int64_t)__entry->startblock,
1211 (__int64_t)__entry->startblock,
1961 __field(__int64_t, blkno)
2009 __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()