/linux-4.19.296/fs/xfs/ |
D | xfs_trans.h | 114 int64_t t_icount_delta; /* superblock icount change */ 115 int64_t t_ifree_delta; /* superblock ifree change */ 116 int64_t t_fdblocks_delta; /* superblock fdblocks chg */ 117 int64_t t_res_fdblocks_delta; /* on-disk only chg */ 118 int64_t t_frextents_delta;/* superblock freextents chg*/ 119 int64_t t_res_frextents_delta; /* on-disk only chg */ 121 int64_t t_ag_freeblks_delta; /* debugging counter */ 122 int64_t t_ag_flist_delta; /* debugging counter */ 123 int64_t t_ag_btree_delta; /* debugging counter */ 125 int64_t t_dblocks_delta;/* superblock dblocks change */ [all …]
|
D | xfs_ioctl32.h | 51 int64_t bs_blocks; /* number of blocks */ 103 int64_t sx_version; /* version */ 104 int64_t sx_fdtarget; /* fd of target file */ 105 int64_t sx_fdtmp; /* fd of tmp file */
|
D | xfs_mount.h | 158 int64_t m_low_space[XFS_LOWSP_MAX]; 416 extern int xfs_mod_icount(struct xfs_mount *mp, int64_t delta); 417 extern int xfs_mod_ifree(struct xfs_mount *mp, int64_t delta); 418 extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta, 420 extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta);
|
D | xfs_trans.c | 166 error = xfs_mod_fdblocks(tp->t_mountp, -((int64_t)blocks), rsvd); in xfs_trans_reserve() 217 error = xfs_mod_frextents(tp->t_mountp, -((int64_t)rtextents)); in xfs_trans_reserve() 241 xfs_mod_fdblocks(tp->t_mountp, (int64_t)blocks, rsvd); in xfs_trans_reserve() 343 int64_t delta) in xfs_trans_mod_sb() 568 int64_t delta) in xfs_sb_mod64() 570 int64_t counter = *field; in xfs_sb_mod64() 599 int64_t blkdelta = 0; in xfs_trans_unreserve_and_mod_sb() 600 int64_t rtxdelta = 0; in xfs_trans_unreserve_and_mod_sb() 601 int64_t idelta = 0; in xfs_trans_unreserve_and_mod_sb() 602 int64_t ifreedelta = 0; in xfs_trans_unreserve_and_mod_sb()
|
D | xfs_log_priv.h | 488 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() 500 static inline int64_t 503 return ((int64_t)cycle << 32) | space; in xlog_assign_grant_head_val()
|
D | xfs_dquot.h | 50 int64_t q_low_space[XFS_QLOWSP_MAX]; 136 int64_t freesp; in xfs_dquot_lowsp()
|
/linux-4.19.296/include/linux/iio/ |
D | buffer.h | 37 void *data, int64_t timestamp) in iio_push_to_buffers_with_timestamp() 40 size_t ts_offset = indio_dev->scan_bytes / sizeof(int64_t) - 1; in iio_push_to_buffers_with_timestamp() 41 ((int64_t *)data)[ts_offset] = timestamp; in iio_push_to_buffers_with_timestamp()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_types.h | 17 typedef int64_t xfs_fsize_t; /* bytes in a file */ 23 typedef int64_t xfs_lsn_t; /* log sequence number */ 35 typedef int64_t xfs_srtblock_t; /* signed version of xfs_rtblock_t */ 36 typedef int64_t xfs_sfiloff_t; /* signed block number in a file */
|
D | xfs_alloc_btree.c | 237 STATIC int64_t 245 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_bnobt_key_diff() 248 STATIC int64_t 255 int64_t diff; in xfs_cntbt_key_diff() 257 diff = (int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount; in xfs_cntbt_key_diff() 261 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_cntbt_key_diff() 264 STATIC int64_t 270 return (int64_t)be32_to_cpu(k1->alloc.ar_startblock) - in xfs_bnobt_diff_two_keys() 274 STATIC int64_t 280 int64_t diff; in xfs_cntbt_diff_two_keys()
|
D | xfs_ag_resv.c | 220 error = xfs_mod_fdblocks(mp, -(int64_t)hidden_space, true); in __xfs_ag_resv_init() 351 xfs_trans_mod_sb(args->tp, field, -(int64_t)args->len); in xfs_ag_resv_alloc_extent() 360 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_RES_FDBLOCKS, -(int64_t)len); in xfs_ag_resv_alloc_extent() 364 -((int64_t)args->len - len)); in xfs_ag_resv_alloc_extent() 391 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, (int64_t)len); in xfs_ag_resv_free_extent()
|
D | xfs_rmap_btree.c | 229 STATIC int64_t 237 int64_t d; in xfs_rmapbt_key_diff() 239 d = (int64_t)be32_to_cpu(kp->rm_startblock) - rec->rm_startblock; in xfs_rmapbt_key_diff() 259 STATIC int64_t 267 int64_t d; in xfs_rmapbt_diff_two_keys() 270 d = (int64_t)be32_to_cpu(kp1->rm_startblock) - in xfs_rmapbt_diff_two_keys()
|
D | xfs_btree.h | 140 int64_t (*key_diff)(struct xfs_btree_cur *cur, 147 int64_t (*diff_two_keys)(struct xfs_btree_cur *cur, 333 int64_t fields, /* bitmask of fields */ 503 int64_t xfs_btree_diff_two_ptrs(struct xfs_btree_cur *cur,
|
D | xfs_fs.h | 279 int64_t bs_blocks; /* number of blocks */ 449 int64_t sx_version; /* version */ 451 int64_t sx_fdtarget; /* fd of target file */ 452 int64_t sx_fdtmp; /* fd of tmp file */
|
D | xfs_refcount_btree.c | 183 STATIC int64_t 191 return (int64_t)be32_to_cpu(kp->rc_startblock) - rec->rc_startblock; in xfs_refcountbt_key_diff() 194 STATIC int64_t 200 return (int64_t)be32_to_cpu(k1->refc.rc_startblock) - in xfs_refcountbt_diff_two_keys()
|
D | xfs_log_format.h | 280 int64_t ilf_blkno; /* blkno of inode buffer */ 301 int64_t ilf_blkno; /* blkno of inode buffer */ 476 int64_t blf_blkno; /* starting blkno of this buf */ 785 int64_t qlf_blkno; /* blkno of dquot buffer */
|
D | xfs_ialloc_btree.c | 238 STATIC int64_t 243 return (int64_t)be32_to_cpu(key->inobt.ir_startino) - in xfs_inobt_key_diff() 247 STATIC int64_t 253 return (int64_t)be32_to_cpu(k1->inobt.ir_startino) - in xfs_inobt_diff_two_keys()
|
/linux-4.19.296/drivers/iio/common/ssp_sensors/ |
D | ssp_iio.c | 81 unsigned int len, int64_t timestamp) in ssp_common_process_data() 84 int64_t calculated_time = 0; in ssp_common_process_data() 98 timestamp + (int64_t)le32_to_cpu(time) * 1000000; in ssp_common_process_data()
|
D | ssp_iio_sensor.h | 44 unsigned int len, int64_t timestamp);
|
/linux-4.19.296/include/drm/ |
D | drm_crtc.h | 60 static inline int64_t U642I64(uint64_t val) in U642I64() 62 return (int64_t)*((int64_t *)&val); in U642I64() 64 static inline uint64_t I642U64(int64_t val) in I642U64()
|
D | drm_property.h | 257 int64_t min, int64_t max);
|
/linux-4.19.296/include/soc/tegra/ |
D | bpmp-abi.h | 874 int64_t rate; 879 int64_t rate; 883 int64_t rate; 888 int64_t rate; 892 int64_t rate;
|
/linux-4.19.296/include/linux/ |
D | hid-sensor-hub.h | 282 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st, 283 int64_t raw_value);
|
/linux-4.19.296/include/linux/iio/common/ |
D | ssp_sensors.h | 65 int64_t timestamp);
|
/linux-4.19.296/fs/befs/ |
D | btree.c | 744 if (*(int64_t *) key1 == *(int64_t *) key2) 746 else if (*(int64_t *) key1 > *(int64_t *) key2)
|
/linux-4.19.296/include/xen/arm/ |
D | interface.h | 46 typedef int64_t xen_long_t;
|