/linux-4.1.27/include/uapi/linux/ |
D | btrfs.h | 46 __u64 flags; 47 __u64 max_rfer; 48 __u64 max_excl; 49 __u64 rsv_rfer; 50 __u64 rsv_excl; 54 __u64 flags; 55 __u64 num_qgroups; 56 __u64 num_ref_copies; 57 __u64 num_excl_copies; 59 __u64 qgroups[0]; [all …]
|
D | taskstats.h | 71 __u64 cpu_count __attribute__((aligned(8))); 72 __u64 cpu_delay_total; 79 __u64 blkio_count; 80 __u64 blkio_delay_total; 83 __u64 swapin_count; 84 __u64 swapin_delay_total; 92 __u64 cpu_run_real_total; 100 __u64 cpu_run_virtual_total; 115 __u64 ac_etime __attribute__((aligned(8))); 117 __u64 ac_utime; /* User CPU time [usec] */ [all …]
|
D | bcache.h | 11 static inline __u64 name(const type *k) \ 14 static inline void SET_##name(type *k, __u64 v) \ 23 __u64 high; 24 __u64 low; 25 __u64 ptr[]; 32 static inline __u64 name(const struct bkey *k, unsigned i) \ 35 static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) \ 55 static inline __u64 KEY_OFFSET(const struct bkey *k) in KEY_OFFSET() 60 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET() 72 .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), \ [all …]
|
D | perf_event.h | 284 __u64 config; 287 __u64 sample_period; 288 __u64 sample_freq; 291 __u64 sample_type; 292 __u64 read_format; 294 __u64 disabled : 1, /* off by default */ 340 __u64 bp_addr; 341 __u64 config1; /* extension of config */ 344 __u64 bp_len; 345 __u64 config2; /* extension of config1 */ [all …]
|
D | firewire-cdev.h | 62 __u64 closure; 86 __u64 closure; 117 __u64 closure; 133 __u64 closure; 136 __u64 offset; 192 __u64 closure; 195 __u64 offset; 258 __u64 closure; 297 __u64 closure; 324 __u64 closure; [all …]
|
D | swab.h | 22 #define ___constant_swab64(x) ((__u64)( \ 23 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \ 24 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \ 25 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \ 26 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \ 27 (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | \ 28 (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | \ 29 (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | \ 30 (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56))) 68 static inline __attribute_const__ __u64 __fswab64(__u64 val) in __fswab64() [all …]
|
D | kvm.h | 72 __u64 address; 91 __u64 guest_phys_addr; 92 __u64 memory_size; /* bytes */ 99 __u64 guest_phys_addr; 100 __u64 memory_size; /* bytes */ 101 __u64 userspace_addr; /* start of the userspace allocated memory */ 151 __u64 start_gfn; 152 __u64 count; 153 __u64 skeydata_addr; 208 __u64 cr8; [all …]
|
D | edd.h | 77 __u64 number_of_sectors; 101 __u64 reserved; 104 __u64 reserved; 107 __u64 reserved; 110 __u64 reserved; 119 __u64 reserved4; 127 __u64 reserved4; 131 __u64 lun; 136 __u64 serial_number; 137 __u64 reserved; [all …]
|
D | prctl.h | 134 __u64 start_code; /* code section bounds */ 135 __u64 end_code; 136 __u64 start_data; /* data section bounds */ 137 __u64 end_data; 138 __u64 start_brk; /* heap for brk() syscall */ 139 __u64 brk; 140 __u64 start_stack; /* stack starts at */ 141 __u64 arg_start; /* command line arguments bounds */ 142 __u64 arg_end; 143 __u64 env_start; /* environment variables bounds */ [all …]
|
D | if_link.h | 42 __u64 rx_packets; /* total packets received */ 43 __u64 tx_packets; /* total packets transmitted */ 44 __u64 rx_bytes; /* total bytes received */ 45 __u64 tx_bytes; /* total bytes transmitted */ 46 __u64 rx_errors; /* bad packets received */ 47 __u64 tx_errors; /* packet transmit problems */ 48 __u64 rx_dropped; /* no space in linux buffers */ 49 __u64 tx_dropped; /* no space available in linux */ 50 __u64 multicast; /* multicast packets received */ 51 __u64 collisions; [all …]
|
D | dqblk_xfs.h | 56 __u64 d_blk_hardlimit;/* absolute limit on disk blks */ 57 __u64 d_blk_softlimit;/* preferred limit on disk blks */ 58 __u64 d_ino_hardlimit;/* maximum # allocated inodes */ 59 __u64 d_ino_softlimit;/* preferred inode limit */ 60 __u64 d_bcount; /* # disk blocks owned by the user */ 61 __u64 d_icount; /* # inodes owned by the user */ 68 __u64 d_rtb_hardlimit;/* absolute limit on realtime blks */ 69 __u64 d_rtb_softlimit;/* preferred limit on RT disk blks */ 70 __u64 d_rtbcount; /* # realtime blocks owned */ 148 __u64 qfs_ino; /* inode number */ [all …]
|
D | vhost.h | 39 __u64 desc_user_addr; 41 __u64 used_user_addr; 43 __u64 avail_user_addr; 47 __u64 log_guest_addr; 51 __u64 guest_phys_addr; 52 __u64 memory_size; /* bytes */ 53 __u64 userspace_addr; 54 __u64 flags_padding; /* No flags are currently specified. */ 72 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) 73 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) [all …]
|
D | openvswitch.h | 93 __u64 n_hit; /* Number of flow table matches. */ 94 __u64 n_missed; /* Number of flow table misses. */ 95 __u64 n_lost; /* Number of misses not sent to userspace. */ 96 __u64 n_flows; /* Number of flows present */ 100 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ 103 __u64 pad1; /* Pad for future expension. */ 104 __u64 pad2; /* Pad for future expension. */ 108 __u64 rx_packets; /* total packets received */ 109 __u64 tx_packets; /* total packets transmitted */ 110 __u64 rx_bytes; /* total bytes received */ [all …]
|
D | neighbour.h | 99 __u64 ndts_allocs; 100 __u64 ndts_destroys; 101 __u64 ndts_hash_grows; 102 __u64 ndts_res_failed; 103 __u64 ndts_lookups; 104 __u64 ndts_hits; 105 __u64 ndts_rcv_probes_mcast; 106 __u64 ndts_rcv_probes_ucast; 107 __u64 ndts_periodic_gc_runs; 108 __u64 ndts_forced_gc_runs;
|
D | quota.h | 111 __u64 dqb_bhardlimit; 112 __u64 dqb_bsoftlimit; 113 __u64 dqb_curspace; 114 __u64 dqb_ihardlimit; 115 __u64 dqb_isoftlimit; 116 __u64 dqb_curinodes; 117 __u64 dqb_btime; 118 __u64 dqb_itime; 144 __u64 dqi_bgrace; 145 __u64 dqi_igrace;
|
D | bsg.h | 28 __u64 request; /* [i], [*i] {SCSI: cdb} */ 29 __u64 request_tag; /* [i] {SCSI: task tag (only if flagged)} */ 34 __u64 response; /* [i], [*o] {SCSI: (auto)sense data} */ 42 __u64 dout_xferp; /* [i], [*i] */ 43 __u64 din_xferp; /* [i], [*o] */ 47 __u64 usr_ptr; /* [i->o] unused internally */ 59 __u64 generated_tag; /* [o] {SCSI: transport generated task tag} */
|
D | fiemap.h | 17 __u64 fe_logical; /* logical offset in bytes for the start of 19 __u64 fe_physical; /* physical offset in bytes for the start 21 __u64 fe_length; /* length in bytes for this extent */ 22 __u64 fe_reserved64[2]; 28 __u64 fm_start; /* logical offset (inclusive) at 30 __u64 fm_length; /* logical length of mapping which
|
D | aio_abi.h | 59 __u64 data; /* the data field from the iocb */ 60 __u64 obj; /* what iocb this event came from */ 81 __u64 aio_data; /* data to be returned in event's data */ 90 __u64 aio_buf; 91 __u64 aio_nbytes; 95 __u64 aio_reserved2; /* TODO: use this for a (struct sigevent *) */
|
D | cgroupstats.h | 32 __u64 nr_sleeping; /* Number of tasks sleeping */ 33 __u64 nr_running; /* Number of tasks running */ 34 __u64 nr_stopped; /* Number of tasks in stopped state */ 35 __u64 nr_uninterruptible; /* Number of tasks in uninterruptible */ 37 __u64 nr_io_wait; /* Number of tasks waiting on IO */
|
D | loop.h | 46 __u64 lo_device; /* ioctl r/o */ 47 __u64 lo_inode; /* ioctl r/o */ 48 __u64 lo_rdevice; /* ioctl r/o */ 49 __u64 lo_offset; 50 __u64 lo_sizelimit;/* bytes, 0 == max available */ 58 __u64 lo_init[2];
|
D | fsl_hypervisor.h | 145 __u64 local_vaddr; 146 __u64 remote_paddr; 147 __u64 count; 177 __u64 path; 178 __u64 propname; 179 __u64 propval;
|
D | sctp.h | 861 __u64 sas_maxrto; /* Maximum Observed RTO for period */ 862 __u64 sas_isacks; /* SACKs received */ 863 __u64 sas_osacks; /* SACKs sent */ 864 __u64 sas_opackets; /* Packets sent */ 865 __u64 sas_ipackets; /* Packets received */ 866 __u64 sas_rtxchunks; /* Retransmitted Chunks */ 867 __u64 sas_outofseqtsns;/* TSN received > next expected */ 868 __u64 sas_idupchunks; /* Dups received (ordered+unordered) */ 869 __u64 sas_gapcnt; /* Gap Acknowledgements Received */ 870 __u64 sas_ouodchunks; /* Unordered data chunks sent */ [all …]
|
D | xfrm.h | 63 #define XFRM_INF (~(__u64)0) 66 __u64 soft_byte_limit; 67 __u64 hard_byte_limit; 68 __u64 soft_packet_limit; 69 __u64 hard_packet_limit; 70 __u64 soft_add_expires_seconds; 71 __u64 hard_add_expires_seconds; 72 __u64 soft_use_expires_seconds; 73 __u64 hard_use_expires_seconds; 77 __u64 bytes; [all …]
|
D | vfio.h | 190 __u64 size; /* Region size (bytes) */ 191 __u64 offset; /* Region offset from start of device fd */ 394 __u64 iova_pgsizes; /* Bitmap of supported page sizes */ 410 __u64 vaddr; /* Process virtual address */ 411 __u64 iova; /* IO virtual address */ 412 __u64 size; /* Size of mapping (bytes) */ 430 __u64 iova; /* IO virtual address */ 431 __u64 size; /* Size of mapping (bytes) */
|
D | dlm_plock.h | 38 __u64 number; 39 __u64 start; 40 __u64 end; 41 __u64 owner;
|
D | signalfd.h | 32 __u64 ssi_ptr; 33 __u64 ssi_utime; 34 __u64 ssi_stime; 35 __u64 ssi_addr;
|
D | pfkeyv2.h | 48 __u64 sadb_lifetime_bytes; 49 __u64 sadb_lifetime_addtime; 50 __u64 sadb_lifetime_usetime; 76 __u64 sadb_ident_id; 120 __u64 sadb_comb_soft_bytes; 121 __u64 sadb_comb_hard_bytes; 122 __u64 sadb_comb_soft_addtime; 123 __u64 sadb_comb_hard_addtime; 124 __u64 sadb_comb_soft_usetime; 125 __u64 sadb_comb_hard_usetime;
|
D | gen_stats.h | 23 __u64 bytes; 27 __u64 bytes; 47 __u64 bps; 48 __u64 pps;
|
D | dm-ioctl.h | 140 __u64 dev; /* in/out */ 153 __u64 sector_start; 154 __u64 length; 184 __u64 dev[0]; /* out */ 191 __u64 dev; 211 __u64 sector; /* Device sector */
|
D | nvme.h | 186 __u64 slba; 187 __u64 nlb; 251 __u64 rsvd2; 293 __u64 rsvd2[2]; 370 __u64 rsvd2[2]; 382 __u64 rsvd2[2]; 396 __u64 rsvd8; 410 __u64 rsvd8; 455 __u64 rsvd2[4]; 544 __u64 metadata; [all …]
|
D | types.h | 36 typedef __u64 __bitwise __le64; 37 typedef __u64 __bitwise __be64; 51 #define __aligned_u64 __u64 __attribute__((aligned(8)))
|
D | blktrace_api.h | 101 __u64 time; /* in microseconds */ 102 __u64 sector; /* disk offset */ 137 __u64 start_lba; 138 __u64 end_lba;
|
D | if_bridge.h | 55 __u64 designated_root; 56 __u64 bridge_id; 77 __u64 designated_root; 78 __u64 designated_bridge;
|
D | pkt_sched.h | 33 __u64 bytes; /* Number of enqueued bytes */ 392 __u64 work; /* total work done */ 393 __u64 rtwork; /* work done by real-time criteria */ 785 __u64 gc_flows; 786 __u64 highprio_packets; 787 __u64 tcp_retrans; 788 __u64 throttled; 789 __u64 flows_plimit; 790 __u64 pkts_too_long; 791 __u64 allocation_errors;
|
D | tcp.h | 191 __u64 tcpi_pacing_rate; 192 __u64 tcpi_max_pacing_rate; 193 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */ 194 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
|
D | raw.h | 12 __u64 block_major; 13 __u64 block_minor;
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_common.h | 102 __u64 sps_ints; 104 __u64 sps_errints; 106 __u64 sps_errs; 108 __u64 sps_pkterrs; 110 __u64 sps_crcerrs; 112 __u64 sps_hwerrs; 114 __u64 sps_iblink; 115 __u64 sps_unused; /* was fastrcvint, no longer implemented */ 117 __u64 sps_port0pkts; 119 __u64 sps_ether_spkts; [all …]
|
D | ipath_iba6110.c | 153 __u64 LBIntCnt; 154 __u64 LBFlowStallCnt; 155 __u64 Reserved1; 156 __u64 TxUnsupVLErrCnt; 157 __u64 TxDataPktCnt; 158 __u64 TxFlowPktCnt; 159 __u64 TxDwordCnt; 160 __u64 TxLenErrCnt; 161 __u64 TxMaxMinLenErrCnt; 162 __u64 TxUnderrunCnt; [all …]
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_common.h | 166 __u64 spi_rcvhdr_base; 171 __u64 spi_rcv_egrbufs; 192 __u64 spi_uregbase; 219 __u64 spi_piobufbase; 225 __u64 spi_pioavailaddr; 233 __u64 spi_status; 247 __u64 spi_rcvhdr_tailaddr; 254 __u64 spi_subctxt_uregbase; 255 __u64 spi_subctxt_rcvegrbuf; 256 __u64 spi_subctxt_rcvhdr_base; [all …]
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | processor.h | 87 __u64 reserved0 : 1; 88 __u64 be : 1; 89 __u64 up : 1; 90 __u64 ac : 1; 91 __u64 mfl : 1; 92 __u64 mfh : 1; 93 __u64 reserved1 : 7; 94 __u64 ic : 1; 95 __u64 i : 1; 96 __u64 pk : 1; [all …]
|
D | thread_info.h | 30 __u64 ac_stamp; 31 __u64 ac_leave; 32 __u64 ac_stime; 33 __u64 ac_utime;
|
/linux-4.1.27/arch/s390/include/asm/ |
D | lowcore.h | 55 __u64 per_address; /* 0x0098 */ 61 __u64 trans_exc_code; /* 0x00a8 */ 62 __u64 monitor_code; /* 0x00b0 */ 73 __u64 failing_storage_address; /* 0x00f8 */ 75 __u64 breaking_event_addr; /* 0x0110 */ 92 __u64 save_area_sync[8]; /* 0x0200 */ 93 __u64 save_area_async[8]; /* 0x0240 */ 94 __u64 save_area_restart[1]; /* 0x0280 */ 97 __u64 cpu_flags; /* 0x0288 */ 104 __u64 sync_enter_timer; /* 0x02b0 */ [all …]
|
D | vdso.h | 21 __u64 tb_update_count; /* Timebase atomicity ctr 0x00 */ 22 __u64 xtime_tod_stamp; /* TOD clock for xtime 0x08 */ 23 __u64 xtime_clock_sec; /* Kernel time 0x10 */ 24 __u64 xtime_clock_nsec; /* 0x18 */ 25 __u64 xtime_coarse_sec; /* Coarse kernel time 0x20 */ 26 __u64 xtime_coarse_nsec; /* 0x28 */ 27 __u64 wtom_clock_sec; /* Wall to monotonic clock 0x30 */ 28 __u64 wtom_clock_nsec; /* 0x38 */ 29 __u64 wtom_coarse_sec; /* Coarse wall to monotonic 0x40 */ 30 __u64 wtom_coarse_nsec; /* 0x48 */ [all …]
|
D | runtime_instr.h | 8 __u64 buf_current; 9 __u64 buf_origin; 10 __u64 buf_limit; 53 __u64 reserved1; 54 __u64 scaling_factor; 55 __u64 rsic; 56 __u64 reserved2;
|
D | kvm_host.h | 45 __u64 sda; 46 __u64 reserved2[2]; 60 __u64 reserved[5]; 61 __u64 mcn; 62 __u64 reserved2; 101 __u64 cputm; /* 0x0028 */ 102 __u64 ckc; /* 0x0030 */ 103 __u64 epoch; /* 0x0038 */ 146 __u64 gg14; /* 0x00a0 */ 147 __u64 gg15; /* 0x00a8 */ [all …]
|
D | timex.h | 18 static inline int set_tod_clock(__u64 time) in set_tod_clock() 30 static inline int store_tod_clock(__u64 *time) in store_tod_clock() 42 static inline void set_clock_comparator(__u64 time) in set_clock_comparator() 47 static inline void store_clock_comparator(__u64 *time) in store_clock_comparator() 111 void tod_to_timeval(__u64, struct timespec *);
|
/linux-4.1.27/fs/ocfs2/ |
D | ocfs1_fs_compat.h | 50 /*108*/ __u64 serial_num; 51 /*110*/ __u64 device_size; 52 __u64 start_off; 53 /*120*/ __u64 bitmap_off; 54 __u64 publ_off; 55 /*130*/ __u64 vote_off; 56 __u64 root_bitmap_off; 57 /*140*/ __u64 data_start_off; 58 __u64 root_bitmap_size; 59 /*150*/ __u64 root_off; [all …]
|
D | ocfs2_ioctl.h | 59 __u64 group; /* Group descriptor's blkno. */ 73 __u64 old_path; 74 __u64 new_path; 75 __u64 preserve; 91 __u64 oi_requests; /* Array of __u64 pointers to requests */ 142 __u64 ij_journal_size; 148 __u64 lfi_total; 149 __u64 lfi_free; 211 __u64 me_start; /* Virtual start in the file to move */ 212 __u64 me_len; /* Length of the extents to be moved */ [all …]
|
/linux-4.1.27/fs/nilfs2/ |
D | bmap.h | 46 __u64 bpr_ptr; 62 int (*bop_lookup)(const struct nilfs_bmap *, __u64, int, __u64 *); 63 int (*bop_lookup_contig)(const struct nilfs_bmap *, __u64, __u64 *, 65 int (*bop_insert)(struct nilfs_bmap *, __u64, __u64); 66 int (*bop_delete)(struct nilfs_bmap *, __u64); 77 int (*bop_mark)(struct nilfs_bmap *, __u64, int); 79 int (*bop_seek_key)(const struct nilfs_bmap *, __u64, __u64 *); 80 int (*bop_last_key)(const struct nilfs_bmap *, __u64 *); 83 int (*bop_check_insert)(const struct nilfs_bmap *, __u64); 84 int (*bop_check_delete)(struct nilfs_bmap *, __u64); [all …]
|
D | sufile.h | 39 int nilfs_sufile_set_alloc_range(struct inode *sufile, __u64 start, __u64 end); 40 int nilfs_sufile_alloc(struct inode *, __u64 *); 41 int nilfs_sufile_mark_dirty(struct inode *sufile, __u64 segnum); 42 int nilfs_sufile_set_segment_usage(struct inode *sufile, __u64 segnum, 45 ssize_t nilfs_sufile_get_suinfo(struct inode *, __u64, void *, unsigned, 49 int nilfs_sufile_updatev(struct inode *, __u64 *, size_t, int, size_t *, 50 void (*dofunc)(struct inode *, __u64, 53 int nilfs_sufile_update(struct inode *, __u64, int, 54 void (*dofunc)(struct inode *, __u64, 57 void nilfs_sufile_do_scrap(struct inode *, __u64, struct buffer_head *, [all …]
|
D | direct.c | 36 static inline __u64 37 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr() 43 __u64 key, __u64 ptr) in nilfs_direct_set_ptr() 49 __u64 key, int level, __u64 *ptrp) in nilfs_direct_lookup() 51 __u64 ptr; in nilfs_direct_lookup() 64 __u64 key, __u64 *ptrp, in nilfs_direct_lookup_contig() 68 __u64 ptr, ptr2; in nilfs_direct_lookup_contig() 104 static __u64 105 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v() 107 __u64 ptr; in nilfs_direct_find_target_v() [all …]
|
D | cpfile.h | 31 int nilfs_cpfile_get_checkpoint(struct inode *, __u64, int, 34 void nilfs_cpfile_put_checkpoint(struct inode *, __u64, struct buffer_head *); 35 int nilfs_cpfile_delete_checkpoints(struct inode *, __u64, __u64); 36 int nilfs_cpfile_delete_checkpoint(struct inode *, __u64); 37 int nilfs_cpfile_change_cpmode(struct inode *, __u64, int); 38 int nilfs_cpfile_is_snapshot(struct inode *, __u64); 40 ssize_t nilfs_cpfile_get_cpinfo(struct inode *, __u64 *, int, void *, unsigned,
|
D | btree.h | 50 int, __u64 *, __u64 *); 65 #define NILFS_BTREE_KEY_MIN ((__u64)0) 66 #define NILFS_BTREE_KEY_MAX (~(__u64)0) 71 int nilfs_btree_convert_and_insert(struct nilfs_bmap *, __u64, __u64, 72 const __u64 *, const __u64 *, int);
|
D | bmap.c | 75 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level() 76 __u64 *ptrp) in nilfs_bmap_lookup_at_level() 99 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig() 111 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert() 113 __u64 keys[NILFS_BMAP_SMALL_HIGH + 1]; in nilfs_bmap_do_insert() 114 __u64 ptrs[NILFS_BMAP_SMALL_HIGH + 1]; in nilfs_bmap_do_insert() 155 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert() 166 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete() 168 __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete() 169 __u64 ptrs[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete() [all …]
|
D | the_nilfs.h | 134 __u64 ns_segnum; 135 __u64 ns_nextnum; 137 __u64 ns_cno; 150 __u64 ns_last_cno; 252 __u64 cno; 286 void nilfs_set_last_segment(struct the_nilfs *, sector_t, u64, __u64); 293 int nilfs_discard_segments(struct the_nilfs *, __u64 *, size_t); 295 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno); 297 __u64 cno); 320 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnum, in nilfs_get_segment_range() [all …]
|
D | btree.c | 72 __u64 ptr, struct buffer_head **bhp) in nilfs_btree_get_new_block() 148 static __u64 155 nilfs_btree_node_set_key(struct nilfs_btree_node *node, int index, __u64 key) in nilfs_btree_node_set_key() 160 static __u64 168 nilfs_btree_node_set_ptr(struct nilfs_btree_node *node, int index, __u64 ptr, in nilfs_btree_node_set_ptr() 176 const __u64 *keys, const __u64 *ptrs) in nilfs_btree_node_init() 252 __u64 key, __u64 ptr, int ncmax) in nilfs_btree_node_insert() 275 __u64 *keyp, __u64 *ptrp, int ncmax) in nilfs_btree_node_delete() 277 __u64 key; in nilfs_btree_node_delete() 278 __u64 ptr; in nilfs_btree_node_delete() [all …]
|
D | cpfile.c | 41 nilfs_cpfile_get_blkoff(const struct inode *cpfile, __u64 cno) in nilfs_cpfile_get_blkoff() 43 __u64 tcno = cno + NILFS_MDT(cpfile)->mi_first_entry_offset - 1; in nilfs_cpfile_get_blkoff() 50 nilfs_cpfile_get_offset(const struct inode *cpfile, __u64 cno) in nilfs_cpfile_get_offset() 52 __u64 tcno = cno + NILFS_MDT(cpfile)->mi_first_entry_offset - 1; in nilfs_cpfile_get_offset() 56 static __u64 nilfs_cpfile_first_checkpoint_in_block(const struct inode *cpfile, in nilfs_cpfile_first_checkpoint_in_block() 59 return (__u64)nilfs_cpfile_checkpoints_per_block(cpfile) * blkoff in nilfs_cpfile_first_checkpoint_in_block() 65 __u64 curr, in nilfs_cpfile_checkpoints_in_block() 66 __u64 max) in nilfs_cpfile_checkpoints_in_block() 68 return min_t(__u64, in nilfs_cpfile_checkpoints_in_block() 75 __u64 cno) in nilfs_cpfile_is_in_first() [all …]
|
D | btnode.h | 40 __u64 oldkey; 41 __u64 newkey; 48 __u64 blocknr); 49 int nilfs_btnode_submit_block(struct address_space *, __u64, sector_t, int,
|
D | sufile.c | 43 __u64 allocmin; /* lower limit of allocatable segment range */ 44 __u64 allocmax; /* upper limit of allocatable segment range */ 59 nilfs_sufile_get_blkoff(const struct inode *sufile, __u64 segnum) in nilfs_sufile_get_blkoff() 61 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset; in nilfs_sufile_get_blkoff() 67 nilfs_sufile_get_offset(const struct inode *sufile, __u64 segnum) in nilfs_sufile_get_offset() 69 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset; in nilfs_sufile_get_offset() 74 nilfs_sufile_segment_usages_in_block(const struct inode *sufile, __u64 curr, in nilfs_sufile_segment_usages_in_block() 75 __u64 max) in nilfs_sufile_segment_usages_in_block() 84 nilfs_sufile_block_get_segment_usage(const struct inode *sufile, __u64 segnum, in nilfs_sufile_block_get_segment_usage() 99 nilfs_sufile_get_segment_usage_block(struct inode *sufile, __u64 segnum, in nilfs_sufile_get_segment_usage_block() [all …]
|
D | nilfs.h | 56 __u64 i_xattr; /* sector_t ??? */ 58 __u64 i_cno; /* check point number for GC inode */ 273 unsigned long ino, __u64 cno); 286 __u64 start, __u64 len); 315 int nilfs_resize_fs(struct super_block *sb, __u64 newsize); 316 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt, 318 int nilfs_checkpoint_is_mounted(struct super_block *sb, __u64 cno); 321 int nilfs_gccache_submit_read_data(struct inode *, sector_t, sector_t, __u64, 323 int nilfs_gccache_submit_read_node(struct inode *, sector_t, __u64,
|
D | dat.h | 33 int nilfs_dat_translate(struct inode *, __u64, sector_t *); 51 int nilfs_dat_mark_dirty(struct inode *, __u64); 52 int nilfs_dat_freev(struct inode *, __u64 *, size_t); 53 int nilfs_dat_move(struct inode *, __u64, sector_t);
|
D | alloc.h | 46 int nilfs_palloc_get_entry_block(struct inode *, __u64, int, 48 void *nilfs_palloc_block_get_entry(const struct inode *, __u64, 61 __u64 pr_entry_nr; 75 int nilfs_palloc_freev(struct inode *, __u64 *, size_t);
|
D | segment.h | 52 __u64 ri_cno; 60 __u64 ri_segnum; 61 __u64 ri_nextnum; 144 __u64 *sc_freesegs; 165 __u64 sc_cno;
|
D | segbuf.h | 52 __u64 cno; 81 __u64 sb_segnum; 82 __u64 sb_nextnum; 121 void nilfs_segbuf_map(struct nilfs_segment_buffer *, __u64, unsigned long, 125 void nilfs_segbuf_set_next_segnum(struct nilfs_segment_buffer *, __u64, 127 int nilfs_segbuf_reset(struct nilfs_segment_buffer *, unsigned, time_t, __u64);
|
D | direct.h | 47 int nilfs_direct_delete_and_convert(struct nilfs_bmap *, __u64, __u64 *, 48 __u64 *, int);
|
D | ioctl.c | 63 __u64 *, int, in nilfs_ioctl_wrap_copy() argument 71 __u64 pos, ppos; in nilfs_ioctl_wrap_copy() 84 if (argv->v_index > ~(__u64)0 - argv->v_nmembs) in nilfs_ioctl_wrap_copy() 281 __u64 cno; in nilfs_ioctl_delete_checkpoint() 322 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_cpinfo() 389 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_suinfo() 456 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_vinfo() 483 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_bdescs() 642 __u64 cno; in nilfs_ioctl_move_blocks() 882 sizeof(__u64), in nilfs_ioctl_clean_segments() [all …]
|
D | dat.c | 33 #define NILFS_CNO_MIN ((__u64)1) 34 #define NILFS_CNO_MAX (~(__u64)0) 158 __u64 start; in nilfs_dat_prepare_end() 191 __u64 start, end; in nilfs_dat_commit_end() 216 __u64 start; in nilfs_dat_abort_end() 277 int nilfs_dat_mark_dirty(struct inode *dat, __u64 vblocknr) in nilfs_dat_mark_dirty() 307 int nilfs_dat_freev(struct inode *dat, __u64 *vblocknrs, size_t nitems) in nilfs_dat_freev() 328 int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) in nilfs_dat_move() 397 int nilfs_dat_translate(struct inode *dat, __u64 vblocknr, sector_t *blocknrp) in nilfs_dat_translate() 439 __u64 first, last; in nilfs_dat_get_vinfo()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 28 __u64 xstate_bv; 142 __u64 rip; 143 __u64 rdp; 161 __u64 r8; 162 __u64 r9; 163 __u64 r10; 164 __u64 r11; 165 __u64 r12; 166 __u64 r13; 167 __u64 r14; [all …]
|
D | kvm.h | 54 __u64 guest_phys_addr; 55 __u64 memory_size; 56 __u64 target_phys_addr; 81 __u64 base_address; 87 __u64 bits; 112 __u64 rax, rbx, rcx, rdx; 113 __u64 rsi, rdi, rsp, rbp; 114 __u64 r8, r9, r10, r11; 115 __u64 r12, r13, r14, r15; 116 __u64 rip, rflags; [all …]
|
D | mce.h | 9 __u64 status; 10 __u64 misc; 11 __u64 addr; 12 __u64 mcgstatus; 13 __u64 ip; 14 __u64 tsc; /* cpu time stamp counter */ 15 __u64 time; /* wall time_t when error was detected */ 27 __u64 mcgcap; /* MCGCAP MSR: machine check capabilities of CPU */
|
D | kvm_para.h | 45 __u64 steal; 73 __u64 pte_phys; 74 __u64 pte_val; 83 __u64 pt_phys;
|
D | swab.h | 14 static inline __attribute_const__ __u64 __arch_swab64(__u64 val) in __arch_swab64() 22 __u64 u; in __arch_swab64()
|
D | bootparam.h | 42 __u64 next; 80 __u64 hardware_subarch_data; 83 __u64 setup_data; 84 __u64 pref_address; 118 __u64 tboot_addr; /* 0x058 */
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | kvm_para.h | 36 __u64 scratch1; 37 __u64 scratch2; 38 __u64 scratch3; 39 __u64 critical; /* Guest may not get interrupts if == r1 */ 40 __u64 sprg0; 41 __u64 sprg1; 42 __u64 sprg2; 43 __u64 sprg3; 44 __u64 srr0; 45 __u64 srr1; [all …]
|
D | kvm.h | 33 __u64 pc; 34 __u64 cr; 35 __u64 ctr; 36 __u64 lr; 37 __u64 xer; 38 __u64 msr; 39 __u64 srr0; 40 __u64 srr1; 41 __u64 pid; 43 __u64 sprg0; [all …]
|
D | spu_info.h | 30 __u64 mfc_cq_data0_RW; 31 __u64 mfc_cq_data1_RW; 32 __u64 mfc_cq_data2_RW; 33 __u64 mfc_cq_data3_RW; 38 __u64 dma_info_type; 39 __u64 dma_info_mask; 40 __u64 dma_info_status; 41 __u64 dma_info_stall_and_notify; 42 __u64 dma_info_atomic_command_status; 47 __u64 proxydma_info_type; [all …]
|
D | ptrace.h | 202 __u64 features; 223 __u64 addr; /* break/watchpoint address */ 224 __u64 addr2; /* range end or mask */ 225 __u64 condition_value; /* contents of the DVC register */
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | kvm.h | 55 __u64 addr; 77 __u64 cpuid; 80 __u64 fac_list[256]; 86 __u64 cpuid; 89 __u64 fac_mask[256]; 90 __u64 fac_list[256]; 102 __u64 gprs[16]; 108 __u64 crs[16]; 114 __u64 fprs[16]; 124 __u64 addr; [all …]
|
D | cmb.h | 31 __u64 size; 32 __u64 elapsed_time; 34 __u64 ssch_rsch_count; 35 __u64 sample_count; 36 __u64 device_connect_time; 37 __u64 function_pending_time; 38 __u64 device_disconnect_time; 39 __u64 control_unit_queuing_time; 40 __u64 device_active_only_time; 42 __u64 device_busy_time; [all …]
|
D | swab.h | 17 static inline __u64 __arch_swab64p(const __u64 *x) in __arch_swab64p() 19 __u64 result; in __arch_swab64p() 26 static inline __u64 __arch_swab64(__u64 x) in __arch_swab64() 28 __u64 result; in __arch_swab64() 35 static inline void __arch_swab64s(__u64 *x) in __arch_swab64s()
|
D | hypfs.h | 19 __u64 data; 20 __u64 rc; 32 __u64 len; /* Length of diag0c buffer without header */ 36 __u64 count; /* Number of entries (CPUs) in diag0c array */ 43 __u64 virtcpu; /* Virtual time consumed by the virt CPU (us) */ 44 __u64 totalproc; /* Total of virtual and simulation time (us) */
|
/linux-4.1.27/include/linux/ |
D | cper.h | 272 __u64 timestamp; 277 __u64 record_id; 279 __u64 persistence_information; 300 __u64 validation_bits; 308 __u64 cpu_version; 310 __u64 proc_id; 311 __u64 target_addr; 312 __u64 requestor_id; 313 __u64 responder_id; 314 __u64 ip; [all …]
|
D | nilfs2_fs.h | 575 __u64 ci_cno; 576 __u64 ci_create; 577 __u64 ci_nblk_inc; 578 __u64 ci_inodes_count; 579 __u64 ci_blocks_count; 580 __u64 ci_next; 699 __u64 sui_lastmod; 729 __u64 sup_segnum; 775 __u64 cm_cno; 789 __u64 v_base; [all …]
|
D | dccp.h | 93 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq() 95 __u64 seq_nr = ntohs(dh->dccph_seq); in dccp_hdr_seq() 161 __u64 dreq_iss; 162 __u64 dreq_gss; 163 __u64 dreq_isr; 164 __u64 dreq_gsr; 266 __u64 dccps_swl; 267 __u64 dccps_swh; 268 __u64 dccps_awl; 269 __u64 dccps_awh; [all …]
|
D | eventfd.h | 38 __u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n); 39 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt); 41 __u64 *cnt); 70 __u64 *cnt) in eventfd_ctx_read() 76 wait_queue_t *wait, __u64 *cnt) in eventfd_ctx_remove_wait_queue()
|
D | nfs_xdr.h | 38 __u64 rd_sz; 39 __u64 wr_sz; 40 __u64 rd_io_sz; 41 __u64 wr_io_sz; 51 __u64 size; 58 __u64 used; 62 __u64 fileid; 63 __u64 mounted_on_fileid; 67 __u64 change_attr; /* NFSv4 change attribute */ 68 __u64 pre_change_attr;/* pre-op NFSv4 change attribute */ [all …]
|
D | bitops.h | 30 extern unsigned long __sw_hweight64(__u64 w); 88 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() 98 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64()
|
/linux-4.1.27/include/uapi/rdma/ |
D | ib_user_verbs.h | 110 __u64 element; 116 __u64 cq_handle; 140 __u64 response; 147 __u64 response; 148 __u64 driver_data[0]; 157 __u64 response; 158 __u64 driver_data[0]; 162 __u64 fw_ver; 165 __u64 max_mr_size; 166 __u64 page_size_cap; [all …]
|
D | ib_user_cm.h | 75 __u64 uid; 76 __u64 response; 84 __u64 response; 94 __u64 response; 107 __u64 response; 125 __u64 data; 137 __u64 data; 138 __u64 primary_path; 139 __u64 alternate_path; 155 __u64 uid; [all …]
|
D | rdma_user_cm.h | 82 __u64 uid; 83 __u64 response; 94 __u64 response; 104 __u64 response; 145 __u64 response; 151 __u64 node_guid; 161 __u64 node_guid; 212 __u64 uid; 230 __u64 response; 241 __u64 response; /* rdma_ucm_create_id_resp */ [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 180 __u64 lsr_start; 181 __u64 lsr_end; 243 static inline __u64 range_space(const struct lu_seq_range *range) in range_space() 262 __u64 s) in range_within() 340 static inline __u64 fid_seq(const struct lu_fid *fid) in fid_seq() 362 static inline __u64 fid_ver_oid(const struct lu_fid *fid) in fid_ver_oid() 364 return ((__u64)fid_ver(fid) << 32 | fid_oid(fid)); in fid_ver_oid() 426 static inline int fid_seq_is_mdt0(__u64 seq) in fid_seq_is_mdt0() 431 static inline int fid_seq_is_mdt(const __u64 seq) in fid_seq_is_mdt() 436 static inline int fid_seq_is_echo(__u64 seq) in fid_seq_is_echo() [all …]
|
D | lustre_user.h | 77 __u64 os_type; 78 __u64 os_blocks; 79 __u64 os_bfree; 80 __u64 os_bavail; 81 __u64 os_files; 82 __u64 os_ffree; 86 __u64 os_maxbytes; 114 __u64 f_seq; 132 __u64 ff_objid; 133 __u64 ff_seq; [all …]
|
D | ll_fiemap.h | 49 __u64 fe_logical; /* logical offset in bytes for the start of 51 __u64 fe_physical; /* physical offset in bytes for the start 53 __u64 fe_length; /* length in bytes for this extent */ 54 __u64 fe_reserved64[2]; 61 __u64 fm_start; /* logical offset (inclusive) at 63 __u64 fm_length; /* logical length of mapping which
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | a.out.h | 20 __u64 f_symptr; 27 __u64 info; /* after that it looks quite normal.. */ 28 __u64 tsize; 29 __u64 dsize; 30 __u64 bsize; 31 __u64 entry; 32 __u64 text_start; /* with a few additions that actually make sense */ 33 __u64 data_start; 34 __u64 bss_start; 36 __u64 gpvalue; [all …]
|
/linux-4.1.27/include/uapi/drm/ |
D | drm_mode.h | 119 __u64 fb_id_ptr; 120 __u64 crtc_id_ptr; 121 __u64 connector_id_ptr; 122 __u64 encoder_id_ptr; 132 __u64 set_connectors_ptr; 174 __u64 format_type_ptr; 178 __u64 plane_id_ptr; 232 __u64 encoders_ptr; 233 __u64 modes_ptr; 234 __u64 props_ptr; [all …]
|
D | i915_drm.h | 418 __u64 addr; 426 __u64 gtt_start; 431 __u64 gtt_end; 440 __u64 size; 455 __u64 offset; 457 __u64 size; 463 __u64 data_ptr; 471 __u64 offset; 473 __u64 size; 479 __u64 data_ptr; [all …]
|
D | tegra_drm.h | 32 __u64 size; 40 __u64 offset; 65 __u64 context; 69 __u64 context; 73 __u64 context; 79 __u64 context; 117 __u64 context; 124 __u64 syncpts; 125 __u64 cmdbufs; 126 __u64 relocs; [all …]
|
D | exynos_drm.h | 106 __u64 cmd; 107 __u64 cmd_buf; 112 __u64 event_type; 113 __u64 user_data; 117 __u64 async; 264 __u64 user_data; 333 __u64 user_data; 342 __u64 user_data;
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | user.h | 45 __u64 key; 46 __u64 gts_key; 47 __u64 memsize; 60 __u64 ma_sync_key; 61 __u64 sq_key; 62 __u64 rq_key; 63 __u64 sq_db_gts_key; 64 __u64 rq_db_gts_key; 65 __u64 sq_memsize; 66 __u64 rq_memsize; [all …]
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | sigcontext.h | 58 __u64 sc_regs[32]; 59 __u64 sc_fpregs[32]; 60 __u64 sc_mdhi; 61 __u64 sc_hi1; 62 __u64 sc_hi2; 63 __u64 sc_hi3; 64 __u64 sc_mdlo; 65 __u64 sc_lo1; 66 __u64 sc_lo2; 67 __u64 sc_lo3; [all …]
|
D | statfs.h | 50 __u64 f_blocks; 51 __u64 f_bfree; 52 __u64 f_files; 53 __u64 f_ffree; 54 __u64 f_bavail; 87 __u64 f_blocks; 88 __u64 f_bfree; 89 __u64 f_files; 90 __u64 f_ffree; 91 __u64 f_bavail;
|
D | ptrace.h | 38 __u64 regs[32]; 41 __u64 lo; 42 __u64 hi; 43 __u64 cp0_epc; 44 __u64 cp0_badvaddr; 45 __u64 cp0_status; 46 __u64 cp0_cause;
|
D | kvm.h | 31 __u64 gpr[32]; 32 __u64 hi; 33 __u64 lo; 34 __u64 pc; 187 __u64 epc;
|
/linux-4.1.27/arch/tile/include/asm/ |
D | vdso.h | 32 __u64 cycle_last; /* TOD clock for xtime */ 33 __u64 mask; /* Cycle mask */ 36 __u64 wall_time_sec; 37 __u64 wall_time_snsec; 38 __u64 monotonic_time_sec; 39 __u64 monotonic_time_snsec; 40 __u64 wall_time_coarse_sec; 41 __u64 wall_time_coarse_nsec; 42 __u64 monotonic_time_coarse_sec; 43 __u64 monotonic_time_coarse_nsec;
|
D | bitops.h | 43 static inline int fls64(__u64 w) in fls64() 45 return (sizeof(__u64) * 8) - __builtin_clzll(w); in fls64() 79 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
/linux-4.1.27/arch/s390/crypto/ |
D | sha512_s390.c | 29 *(__u64 *)&ctx->state[0] = 0x6a09e667f3bcc908ULL; in sha512_init() 30 *(__u64 *)&ctx->state[2] = 0xbb67ae8584caa73bULL; in sha512_init() 31 *(__u64 *)&ctx->state[4] = 0x3c6ef372fe94f82bULL; in sha512_init() 32 *(__u64 *)&ctx->state[6] = 0xa54ff53a5f1d36f1ULL; in sha512_init() 33 *(__u64 *)&ctx->state[8] = 0x510e527fade682d1ULL; in sha512_init() 34 *(__u64 *)&ctx->state[10] = 0x9b05688c2b3e6c1fULL; in sha512_init() 35 *(__u64 *)&ctx->state[12] = 0x1f83d9abfb41bd6bULL; in sha512_init() 36 *(__u64 *)&ctx->state[14] = 0x5be0cd19137e2179ULL; in sha512_init() 95 *(__u64 *)&ctx->state[0] = 0xcbbb9d5dc1059ed8ULL; in sha384_init() 96 *(__u64 *)&ctx->state[2] = 0x629a292a367cd507ULL; in sha384_init() [all …]
|
/linux-4.1.27/include/uapi/misc/ |
D | cxl.h | 18 __u64 flags; 19 __u64 work_element_descriptor; 20 __u64 amr; 24 __u64 reserved3; 25 __u64 reserved4; 26 __u64 reserved5; 27 __u64 reserved6; 67 __u64 addr; 68 __u64 dsisr; 69 __u64 reserved3; [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | vdso_datapage.h | 64 __u64 processorCount; /* # of physical processors 0x20 */ 65 __u64 physicalMemorySize; /* Size of real memory(B) 0x28 */ 66 __u64 tb_orig_stamp; /* Timebase at boot 0x30 */ 67 __u64 tb_ticks_per_sec; /* Timebase tics / sec 0x38 */ 68 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */ 69 __u64 stamp_xsec; /* 0x48 */ 70 __u64 tb_update_count; /* Timebase atomicity ctr 0x50 */ 99 __u64 tb_orig_stamp; /* Timebase at boot 0x30 */ 100 __u64 tb_ticks_per_sec; /* Timebase tics / sec 0x38 */ 101 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */ [all …]
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | core_irongate.h | 161 __u64 I_STAT; 162 __u64 DC_STAT; 163 __u64 C_ADDR; 164 __u64 DC1_SYNDROME; 165 __u64 DC0_SYNDROME; 166 __u64 C_STAT; 167 __u64 C_STS; 168 __u64 RESERVED0; 169 __u64 EXC_ADDR; 170 __u64 IER_CM; [all …]
|
/linux-4.1.27/samples/bpf/ |
D | sockex2_kern.c | 28 static inline int proto_ports_offset(__u64 proto) in proto_ports_offset() 45 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() 51 static inline __u32 ipv6_addr_hash(struct __sk_buff *ctx, __u64 off) in ipv6_addr_hash() 53 __u64 w0 = load_word(ctx, off); in ipv6_addr_hash() 54 __u64 w1 = load_word(ctx, off + 4); in ipv6_addr_hash() 55 __u64 w2 = load_word(ctx, off + 8); in ipv6_addr_hash() 56 __u64 w3 = load_word(ctx, off + 12); in ipv6_addr_hash() 61 static inline __u64 parse_ip(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ip() 64 __u64 verlen; in parse_ip() 85 static inline __u64 parse_ipv6(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ipv6() [all …]
|
D | tracex3_user.c | 24 __u64 value = 0; in clear_stats() 79 __u64 value; in print_hist() 80 __u64 cnt[SLOTS]; in print_hist() 81 __u64 max_cnt = 0; in print_hist() 82 __u64 total_events = 0; in print_hist()
|
D | tracex4_user.c | 20 __u64 ip; 23 static __u64 time_get_ns(void) in time_get_ns() 34 __u64 key, next_key; in print_old_objects()
|
/linux-4.1.27/include/uapi/linux/genwqe/ |
D | genwqe_card.h | 250 __u64 num; /* register offset/address */ 251 __u64 val64; 337 __u64 data_addr; /* pointer to image data */ 340 __u64 target_addr; /* starting address in Flash */ 344 __u64 slu_id; /* informational/sim: SluID */ 345 __u64 app_id; /* informational/sim: AppID */ 361 __u64 slu_unitcfg; 362 __u64 app_unitcfg; 405 __u64 next_addr; /* chaining genwqe_ddcb_cmd */ 406 __u64 flags; /* reserved */ [all …]
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | statfs.h | 48 __u64 f_blocks; 49 __u64 f_bfree; 50 __u64 f_bavail; 51 __u64 f_files; 52 __u64 f_ffree; 71 __u64 f_blocks; 72 __u64 f_bfree; 73 __u64 f_bavail; 74 __u64 f_files; 75 __u64 f_ffree;
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | setup.h | 7 __u64 command_line; /* physical address of command line arguments */ 8 __u64 efi_systab; /* physical address of EFI system table */ 9 __u64 efi_memmap; /* physical address of EFI memory map */ 10 __u64 efi_memmap_size; /* size of EFI memory map */ 11 __u64 efi_memdesc_size; /* size of an EFI memory map descriptor */ 19 __u64 fpswa; /* physical address of the fpswa interface */ 20 __u64 initrd_start; 21 __u64 initrd_size;
|
D | gcc_intrin.h | 64 __u64 ia64_intri_res; \ 118 __u64 ia64_intri_res; \ 145 __u64 ia64_intri_res; \ 163 __u64 ia64_intri_res; \ 236 __u64 ia64_intri_res; \ 246 __u64 ia64_intri_res; \ 257 __u64 ia64_intri_res; \ 267 __u64 ia64_intri_res; \ 277 __u64 ia64_intri_res; \ 285 __u64 ia64_intri_res; \ [all …]
|
D | swab.h | 13 static __inline__ __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() 15 __u64 result; in __arch_swab64()
|
D | cmpxchg.h | 47 __xchg_result = ia64_xchg8((__u64 *)ptr, x); \ 74 __u64 _o_, _r_; \ 87 _o_ = (__u64) (long) (old); \ 106 _r_ = ia64_cmpxchg8_##sem((__u64 *) ptr, new, _o_); \
|
/linux-4.1.27/fs/ceph/ |
D | ioctl.h | 35 __u64 stripe_unit, stripe_count, object_size; 36 __u64 data_pool; 56 __u64 file_offset; /* in+out: file offset */ 57 __u64 object_offset; /* out: offset in object */ 58 __u64 object_no; /* out: object # */ 59 __u64 object_size; /* out: object size */ 61 __u64 block_offset; /* out: offset in block */ 62 __u64 block_size; /* out: block length */
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_fs.h | 168 __u64 datablocks; /* fsblocks in data subvolume */ 169 __u64 rtblocks; /* fsblocks in realtime subvol */ 170 __u64 rtextents; /* rt extents in realtime subvol*/ 171 __u64 logstart; /* starting fsblock of the log */ 194 __u64 datablocks; /* fsblocks in data subvolume */ 195 __u64 rtblocks; /* fsblocks in realtime subvol */ 196 __u64 rtextents; /* rt extents in realtime subvol*/ 197 __u64 logstart; /* starting fsblock of the log */ 211 __u64 freedata; /* free data section blocks */ 212 __u64 freertx; /* free rt extents */ [all …]
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | vdso_datapage.h | 24 __u64 cs_cycle_last; /* Timebase at clocksource init */ 25 __u64 xtime_clock_sec; /* Kernel time */ 26 __u64 xtime_clock_nsec; 27 __u64 xtime_coarse_sec; /* Coarse time */ 28 __u64 xtime_coarse_nsec; 29 __u64 wtm_clock_sec; /* Wall to monotonic time */ 30 __u64 wtm_clock_nsec;
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | debug.c | 59 #define LPDS sizeof(__u64) 60 int block_debug_setup(void *addr, int len, __u64 off, __u64 id) in block_debug_setup() 74 int block_debug_check(char *who, void *addr, int end, __u64 off, __u64 id) in block_debug_check() 76 __u64 ne_off; in block_debug_check() 85 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check() 90 who, id, off, *(__u64 *)(addr + LPDS), id); in block_debug_check() 97 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check() 102 who, id, off, *(__u64 *)(addr + LPDS), id); in block_debug_check()
|
D | class_obd.c | 56 __u64 obd_max_pages = 0; 58 __u64 obd_max_alloc = 0; 60 __u64 obd_alloc; 62 __u64 obd_pages; 145 ptr ? "force " :"", type, name, (__u64)size, file, in obd_alloc_fail() 443 __u64 u64val, div64val; in obd_init_checks() 449 CDEBUG(D_INFO, "OBD_OBJECT_EOF = %#llx\n", (__u64)OBD_OBJECT_EOF); in obd_init_checks() 502 (__u64)PAGE_CACHE_SIZE); in obd_init_checks() 609 __u64 max1, max2; in obd_update_maxusage() 624 __u64 obd_memory_max(void) in obd_memory_max() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | rpc.h | 77 __u64 rpyid; /* reply buffer matchbits */ 78 __u64 bulkid; /* bulk buffer matchbits */ 88 __u64 mksn_rpyid; /* reply buffer matchbits */ 102 __u64 rmsn_rpyid; /* reply buffer matchbits */ 112 __u64 join_rpyid; /* reply buffer matchbits */ 125 __u64 dbg_rpyid; /* reply buffer matchbits */ 143 __u64 bar_rpyid; /* reply buffer matchbits */ 159 __u64 str_rpyid; /* reply buffer matchbits */ 195 __u64 tsr_rpyid; /* reply buffer matchbits */ 196 __u64 tsr_bulkid; /* bulk buffer matchbits */ [all …]
|
D | brw_test.c | 132 #define BRW_MSIZE sizeof(__u64) 151 brw_fill_page(struct page *pg, int pattern, __u64 magic) in brw_fill_page() 181 brw_check_page(struct page *pg, int pattern, __u64 magic) in brw_check_page() 184 __u64 data = 0; /* make compiler happy */ in brw_check_page() 193 data = *((__u64 *) addr); in brw_check_page() 198 data = *((__u64 *) addr); in brw_check_page() 207 data = *(((__u64 *) addr) + i); in brw_check_page() 224 brw_fill_bulk(srpc_bulk_t *bk, int pattern, __u64 magic) in brw_fill_bulk() 236 brw_check_bulk(srpc_bulk_t *bk, int pattern, __u64 magic) in brw_check_bulk() 314 __u64 magic = BRW_MAGIC; in brw_client_done_rpc() [all …]
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/ |
D | linux-time.h | 101 __u64 t; in cfs_duration_usec() 115 static inline __u64 cfs_time_add_64(__u64 t, __u64 d) in cfs_time_add_64() 120 static inline __u64 cfs_time_shift_64(int seconds) in cfs_time_shift_64() 126 static inline int cfs_time_before_64(__u64 t1, __u64 t2) in cfs_time_before_64() 131 static inline int cfs_time_beforeq_64(__u64 t1, __u64 t2) in cfs_time_beforeq_64()
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats-struct.txt | 71 __u64 ac_etime; /* Elapsed time [usec] */ 74 __u64 ac_utime; /* User CPU time [usec] */ 77 __u64 ac_stime; /* System CPU time [usec] */ 80 __u64 ac_minflt; /* Minor Page Fault Count */ 83 __u64 ac_majflt; /* Major Page Fault Count */ 103 __u64 cpu_count; 104 __u64 cpu_delay_total; 111 __u64 blkio_count; 112 __u64 blkio_delay_total; 115 __u64 swapin_count; [all …]
|
/linux-4.1.27/include/uapi/xen/ |
D | privcmd.h | 41 __u64 op; 42 __u64 arg[5]; 46 __u64 va; 47 __u64 mfn; 48 __u64 npages; 60 __u64 addr; /* virtual address */ 71 __u64 addr; /* virtual address */
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | user.h | 75 __u64 buf_addr; 76 __u64 db_addr; 85 __u64 buf_addr; 89 __u64 buf_addr; 90 __u64 db_addr; 99 __u64 buf_addr; 100 __u64 db_addr;
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.h | 209 __u64 ibh_page_mask; /* page mask of current HCA */ 211 __u64 ibh_mr_size; /* size of MR */ 236 __u64 pmr_iova; /* Virtual I/O address */ 282 __u64 tps_next_tx_cookie; /* cookie of TX */ 306 __u64 fps_version; /* validity stamp */ 333 __u64 ibn_incarnation; /* my epoch */ 417 __u64 rf_addr; /* CAVEAT EMPTOR: misaligned!! */ 428 __u64 ibprm_cookie; /* opaque completion cookie */ 432 __u64 ibpam_src_cookie; /* reflected completion cookie */ 433 __u64 ibpam_dst_cookie; /* opaque completion cookie */ [all …]
|
/linux-4.1.27/arch/arm64/include/uapi/asm/ |
D | sigcontext.h | 26 __u64 fault_address; 28 __u64 regs[31]; 29 __u64 sp; 30 __u64 pc; 31 __u64 pstate; 61 __u64 esr;
|
D | ptrace.h | 68 __u64 regs[31]; 69 __u64 sp; 70 __u64 pc; 71 __u64 pstate; 84 __u64 addr;
|
/linux-4.1.27/include/uapi/linux/byteorder/ |
D | big_endian.h | 19 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) 24 #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x)) 25 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x)) 31 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) 36 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x)) 37 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) 43 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 47 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup() 49 return __swab64p((__u64 *)p); in __le64_to_cpup() 67 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p() [all …]
|
D | little_endian.h | 18 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) 19 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) 25 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x)) 30 #define __cpu_to_le64(x) ((__force __le64)(__u64)(x)) 31 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) 37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) 43 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 47 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup() 49 return (__force __u64)*p; in __le64_to_cpup() 67 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p() [all …]
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps_64.c | 71 static int address_is_sign_extended(__u64 a) in address_is_sign_extended() 73 __u64 b; in address_is_sign_extended() 75 b = (__u64)(__s64)(__s32)(a & 0xffffffffUL); in address_is_sign_extended() 87 __u64 *address) in generate_and_check_address() 89 __u64 base_address, addr; in generate_and_check_address() 105 addr = (__u64)((__s64)base_address + (displacement << width_shift)); in generate_and_check_address() 107 __u64 offset; in generate_and_check_address() 137 static void misaligned_kernel_word_load(__u64 address, int do_sign_extend, __u64 *result) in misaligned_kernel_word_load() 147 *result = (__u64)(__s64) *(short *) &x; in misaligned_kernel_word_load() 149 *result = (__u64) x; in misaligned_kernel_word_load() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_internal.h | 53 struct obd_capa *oc, __u64 valid, int ea_size, 62 void mdc_readdir_pack(struct ptlrpc_request *req, __u64 pgoff, __u32 size, 64 void mdc_getattr_pack(struct ptlrpc_request *req, __u64 valid, int flags, 70 __u32 gid, cfs_cap_t capability, __u64 rdev); 72 __u32 mode, __u64 rdev, __u64 flags, const void *data, 85 __u64 *lockh, void *data, __u64 *bits); 98 __u64 extra_lock_flags); 102 struct ptlrpc_request **req, __u64 extra_lock_flags); 106 __u64 bits); 134 cfs_cap_t capability, __u64 rdev, [all …]
|
D | mdc_lib.c | 105 __u64 valid, int ea_size, __u32 suppgid, int flags) in mdc_pack_body() 121 void mdc_readdir_pack(struct ptlrpc_request *req, __u64 pgoff, in mdc_readdir_pack() 139 __u32 uid, __u32 gid, cfs_cap_t cap_effective, __u64 rdev) in mdc_create_pack() 143 __u64 flags; in mdc_create_pack() 178 static __u64 mds_pack_open_flags(__u64 flags, __u32 mode) in mds_pack_open_flags() 180 __u64 cr_flags = (flags & (FMODE_READ | FMODE_WRITE | in mds_pack_open_flags() 210 __u32 mode, __u64 rdev, __u64 flags, const void *lmm, in mdc_open_pack() 215 __u64 cr_flags; in mdc_open_pack() 257 static inline __u64 attr_pack(unsigned int ia_valid) in attr_pack() 259 __u64 sa_valid = 0; in attr_pack() [all …]
|
/linux-4.1.27/arch/mips/include/asm/txx9/ |
D | tx4939.h | 57 __u64 unused0[17]; 58 __u64 winen; 59 __u64 win[4]; 63 __u64 ccfg; 64 __u64 crir; 65 __u64 pcfg; 66 __u64 toea; 67 __u64 clkctr; 68 __u64 unused0; 69 __u64 garbc; [all …]
|
D | tx4927.h | 216 static inline void txx9_clear64(__u64 __iomem *adr, __u64 bits) in txx9_clear64() 227 static inline void txx9_set64(__u64 __iomem *adr, __u64 bits) in txx9_set64() 240 static inline void tx4927_ccfg_clear(__u64 bits) in tx4927_ccfg_clear() 246 static inline void tx4927_ccfg_set(__u64 bits) in tx4927_ccfg_set() 252 static inline void tx4927_ccfg_change(__u64 change, __u64 new) in tx4927_ccfg_change()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 64 __u64 wh_interface_cookie; 65 __u64 wh_object_cookie; 82 __u64 match_bits; 88 __u64 match_bits; 89 __u64 hdr_data; 96 __u64 match_bits; 107 __u64 incarnation; 166 __u64 acr_nid; /* target NID */ 229 __u64 lh_cookie; 252 __u64 me_match_bits; [all …]
|
D | ptllnd_wire.h | 73 __u64 kptlrm_matchbits; /* matchbits */ 77 __u64 kptlhm_matchbits; /* matchbits */ 89 __u64 ptlm_srcnid; /* sender's NID */ 90 __u64 ptlm_srcstamp; /* sender's incarnation */ 91 __u64 ptlm_dstnid; /* destination's NID */ 92 __u64 ptlm_dststamp; /* destination's incarnation */
|
D | api.h | 101 __u64 match_bits_in, 102 __u64 ignore_bits_in, 109 __u64 match_bits_in, 110 __u64 ignore_bits_in, 193 __u64 match_bits_in, 195 __u64 hdr_data_in); 201 __u64 match_bits_in,
|
D | types.h | 63 typedef __u64 lnet_nid_t; 91 __u64 cookie; 405 __u64 match_bits; 431 __u64 hdr_data;
|
D | socklnd.h | 60 __u64 kshm_src_incarnation; /* sender's incarnation */ 61 __u64 kshm_dst_incarnation; /* destination's incarnation */ 81 __u64 ksm_zc_cookies[2]; /* Zero-Copy request/ACK cookie */
|
/linux-4.1.27/include/uapi/mtd/ |
D | mtd-abi.h | 31 __u64 start; 32 __u64 length; 42 __u64 start; 45 __u64 usr_ptr; 84 __u64 start; 85 __u64 len; 86 __u64 ooblen; 87 __u64 usr_data; 88 __u64 usr_oob; 133 __u64 padding; /* Old obsolete field; do not use */
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | user.h | 91 __u64 buf_addr; 92 __u64 db_addr; 103 __u64 buf_addr; 110 __u64 buf_addr; 111 __u64 db_addr; 122 __u64 buf_addr; 123 __u64 db_addr;
|
/linux-4.1.27/arch/s390/kvm/ |
D | trace-s390.h | 114 TP_PROTO(__u64 type, __u32 parm, __u64 parm64, int who), 120 __field(__u64, parm64) 140 TP_PROTO(unsigned int id, __u64 type, __u32 parm, __u64 parm64, \ 148 __field(__u64, parm64) 172 TP_PROTO(unsigned int id, __u64 type, __u64 data0, __u64 data1), 178 __field(__u64, data0) 179 __field(__u64, data1) 200 TP_PROTO(__u64 resets), 204 __field(__u64, resets)
|
/linux-4.1.27/arch/x86/include/asm/ |
D | user.h | 18 __u64 xstate_bv; 19 __u64 reserved1[2]; 20 __u64 reserved2[5]; 55 __u64 fpx_space[58]; 56 __u64 xstate_fx_sw[USER_XSTATE_FX_SW_WORDS];
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | interval_tree.h | 53 __u64 in_max_high; 55 __u64 start; 56 __u64 end; 70 static inline __u64 interval_low(struct interval_node *node) in interval_low() 75 static inline __u64 interval_high(struct interval_node *node) in interval_high() 81 __u64 start, __u64 end) in interval_set()
|
D | lustre_dlm.h | 250 __u64 pl_server_lock_volume; 252 __u64 pl_client_lock_volume; 269 void *req_cookie, ldlm_mode_t mode, __u64 flags, 388 __u64 ns_connect_flags; 391 __u64 ns_orig_connect_flags; 564 typedef int (*ldlm_completion_callback)(struct ldlm_lock *lock, __u64 flags, 614 __u64 start; 615 __u64 end; 616 __u64 owner; 617 __u64 blocking_owner; [all …]
|
D | lustre_debug.h | 51 int block_debug_setup(void *addr, int len, __u64 off, __u64 id); 52 int block_debug_check(char *who, void *addr, int len, __u64 off, __u64 id);
|
D | lustre_intent.h | 44 __u64 it_lock_handle; 45 __u64 it_lock_bits; 48 __u64 it_remote_lock_handle; 56 __u64 it_flags;
|
D | obd.h | 64 __u64 ar_min_xid; 73 __u64 loi_kms; /* known minimum size */ 78 static inline void loi_kms_set(struct lov_oinfo *oinfo, __u64 kms) in loi_kms_set() 95 __u64 lsm_maxbytes; 157 __u64 oi_flags; 454 __u64 ec_unique; 460 __u64 lqo_bavail; /* total bytes avail on OSS */ 461 __u64 lqo_penalty; /* current penalty */ 462 __u64 lqo_penalty_per_obj;/* penalty decrease every obj*/ 469 __u64 ltq_penalty; /* current penalty */ [all …]
|
D | lustre_import.h | 144 __u64 oic_last_attempt; 236 __u64 imp_last_replay_transno; 238 __u64 imp_peer_committed_transno; 245 __u64 imp_last_transno_checked; 254 __u64 imp_last_success_conn; 303 __u64 imp_connect_flags_orig;
|
D | lustre_disk.h | 319 __u64 lsd_last_transno; /* last completed transaction ID */ 320 __u64 lsd_compat14; /* reserved - compat with old last_rcvd */ 321 __u64 lsd_mount_count; /* incarnation number */ 329 __u64 lsd_catalog_oid; /* recovery catalog object id */ 336 __u64 lsd_trans_table[LR_EXPIRE_INTERVALS]; 346 __u64 lcd_last_transno; /* last completed transaction ID */ 347 __u64 lcd_last_xid; /* xid for the last transaction */ 351 __u64 lcd_last_close_transno; /* last completed transaction ID */ 352 __u64 lcd_last_close_xid; /* xid for the last transaction */ 356 __u64 lcd_pre_versions[4]; [all …]
|
D | lustre_capa.h | 106 static inline __u64 capa_opc(struct lustre_capa *capa) in capa_opc() 111 static inline __u64 capa_uid(struct lustre_capa *capa) in capa_uid() 116 static inline __u64 capa_gid(struct lustre_capa *capa) in capa_gid() 136 static inline __u64 capa_key_seq(struct lustre_capa_key *key) in capa_key_seq() 262 static inline __u64 capa_open_opc(int mode) in capa_open_opc() 285 static inline int capa_opc_supported(struct lustre_capa *capa, __u64 opc) in capa_opc_supported()
|
D | lustre_lite.h | 72 __u64 connect_flags, in lustre_build_lock_params() 116 __u64 lco_flags; 137 static inline unsigned long hash_x_index(__u64 hash, int hash64) in hash_x_index()
|
D | lustre_net.h | 90 #define PTLRPC_BULK_OPS_MASK (~((__u64)PTLRPC_BULK_OPS_COUNT - 1)) 314 __u64 space[7]; 439 __u64 rs_transno; 441 __u64 rs_xid; 1173 __u64 fh_sequence; 1178 __u64 fr_sequence; 1287 __u64 rq_history_seq; 1360 __u64 rq_transno; 1362 __u64 rq_xid; 1765 __u64 bd_last_xid; [all …]
|
D | lustre_fid.h | 294 const __u64 seq = fid_seq(fid); in fid_is_namespace_visible() 303 static inline int fid_seq_in_fldb(__u64 seq) in fid_seq_in_fldb() 309 static inline void lu_last_id_fid(struct lu_fid *fid, __u64 seq) in lu_last_id_fid() 367 __u64 lcs_width; 417 __u64 lss_width; 423 __u64 lss_set_width; 667 static inline __u64 fid_flatten(const struct lu_fid *fid) in fid_flatten() 669 __u64 ino; in fid_flatten() 670 __u64 seq; in fid_flatten() 696 __u64 seq; in fid_flatten32()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | hvtramp.h | 9 __u64 vaddr; 10 __u64 tte; 16 __u64 fault_info_va; 17 __u64 fault_info_pa; 18 __u64 thread_reg;
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_user.h | 45 __u64 user_rptr_addr; 49 __u64 key; 55 __u64 key; 63 __u64 key; 64 __u64 db_key;
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | trace_booke.h | 89 TP_PROTO(__u32 mas0, __u32 mas8, __u32 mas1, __u64 mas2, __u64 mas7_3), 96 __field( __u64, mas2 ) 97 __field( __u64, mas7_3 ) 114 TP_PROTO(__u32 mas0, __u32 mas1, __u64 mas2, __u64 mas7_3), 120 __field( __u64, mas2 ) 121 __field( __u64, mas7_3 ) 137 TP_PROTO(__u64 pfn, __u32 flags), 141 __field( __u64, pfn )
|
/linux-4.1.27/arch/mips/include/asm/ |
D | sigcontext.h | 19 __u64 sc_pc; 20 __u64 sc_regs[32]; 21 __u64 sc_fpregs[32]; 27 __u64 sc_mdhi; 28 __u64 sc_mdlo;
|
D | cmpxchg.h | 69 static inline __u64 __xchg_u64(volatile __u64 * m, __u64 val) in __xchg_u64() 71 __u64 retval; in __xchg_u64() 117 extern __u64 __xchg_u64_unsupported_on_32bit_kernels(volatile __u64 * m, __u64 val);
|
/linux-4.1.27/fs/cifs/ |
D | smb2pdu.h | 116 __u64 SessionId; /* opaque - so do not make little endian */ 136 __u64 SessionId; 484 __u64 PersistentFileId; /* opaque endianness */ 485 __u64 VolatileFileId; /* opaque endianness */ 553 __u64 PersistentFileId; 554 __u64 VolatileFileId; 628 __u64 PersistentFileId; /* opaque endianness */ 629 __u64 VolatileFileId; /* opaque endianness */ 646 __u64 PersistentFileId; /* opaque endianness */ 647 __u64 VolatileFileId; /* opaque endianness */ [all …]
|
D | cifsproto.h | 110 extern bool is_size_safe_to_change(struct cifsInodeInfo *, __u64 eof); 175 extern int id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64, 199 extern bool cifs_find_lock_conflict(struct cifsFileInfo *cfile, __u64 offset, 200 __u64 length, __u8 type, 285 __u64 cap); 311 const char *file_name, __u64 size, 314 struct cifsFileInfo *cfile, __u64 size, 318 __u64 ctime; 319 __u64 atime; 320 __u64 mtime; [all …]
|
D | smb2proto.h | 66 const char *full_path, __u64 size, 165 const __u64 persist_fid, const __u64 volatile_fid, 166 const __u32 pid, const __u64 length, const __u64 offset, 169 const __u64 persist_fid, const __u64 volatile_fid,
|
D | cifsglob.h | 210 __u64 (*get_next_mid)(struct TCP_Server_Info *); 271 const char *, __u64, struct cifs_sb_info *, bool); 274 struct cifsFileInfo *, __u64, bool); 356 int (*mand_lock)(const unsigned int, struct cifsFileInfo *, __u64, 357 __u64, __u32, int, int, bool); 584 __u64 CurrentMid; /* multiplex id - rotating counter */ 783 __u64 Suid; /* remote smb uid */ 872 __u64 bytes_read; 873 __u64 bytes_written; 967 __u64 offset; [all …]
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_user.h | 76 __u64 arm_db_page; 77 __u64 set_db_page; 95 __u64 db_page; 106 __u64 sq_db_page; 107 __u64 rq_db_page;
|
/linux-4.1.27/arch/x86/kvm/ |
D | trace.h | 65 __u64 ingpa, __u64 outgpa), 71 __field( __u64, ingpa ) 72 __field( __u64, outgpa ) 480 TP_PROTO(__u64 rip, __u64 vmcb, __u64 nested_rip, __u32 int_ctl, 485 __field( __u64, rip ) 486 __field( __u64, vmcb ) 487 __field( __u64, nested_rip ) 510 TP_PROTO(__u16 cr_read, __u16 cr_write, __u32 exceptions, __u64 intercept), 517 __field( __u64, intercept ) 535 TP_PROTO(__u64 rip, __u32 exit_code, [all …]
|
/linux-4.1.27/include/trace/events/ |
D | kvm.h | 41 TP_PROTO(__u64 ns, bool waited), 45 __field( __u64, ns ) 93 TP_PROTO(__u64 e, int pin, bool coalesced), 97 __field( __u64, e ) 118 TP_PROTO(__u64 e), 122 __field( __u64, e ) 138 TP_PROTO(__u64 address, __u64 data), 142 __field( __u64, address ) 143 __field( __u64, data ) 280 __field(__u64, gva) [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.h | 52 __u64 bs_ino; /* inode number */ 199 __u64 datablocks; /* fsblocks in data subvolume */ 200 __u64 rtblocks; /* fsblocks in realtime subvol */ 201 __u64 rtextents; /* rt extents in realtime subvol*/ 202 __u64 logstart; /* starting fsblock of the log */ 217 __u64 xi_startino; /* starting inode number */ 219 __u64 xi_allocmask; /* mask of allocated inodes */ 224 __u64 newblocks; /* new data subvol size, fsblocks */ 229 __u64 newblocks; /* new realtime size, fsblocks */
|
D | xfs_linux.h | 240 __u64 c = *(__u64 *)a; in xfs_do_div() 249 *(__u64 *)a = c; in xfs_do_div() 267 __u64 c = *(__u64 *)a; in xfs_do_mod() 294 mod = do_div(*(__u64 *)a, b); in xfs_do_div() 310 __u64 c = *(__u64 *)a; in xfs_do_mod()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_user.h | 62 __u64 arm_db_page; 63 __u64 set_db_page; 76 __u64 sq_db_page; 77 __u64 rq_db_page;
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pdc.h | 225 __u64 fr[32]; 241 __u64 gr[32]; 242 __u64 cr[32]; 243 __u64 sr[8]; 244 __u64 iasq_back; 245 __u64 iaoq_back; 254 __u64 responder_addr; 255 __u64 requestor_addr; 256 __u64 fr[32];
|
/linux-4.1.27/drivers/staging/vme/devices/ |
D | vme_user.h | 11 __u64 vme_addr; /* Starting Address on the VMEbus */ 12 __u64 size; /* Window Size */ 35 __u64 vme_addr; /* Starting Address on the VMEbus */ 36 __u64 size; /* Window Size */
|
/linux-4.1.27/arch/s390/hypfs/ |
D | hypfs_diag.c | 70 __u64 curtod; 79 __u64 curtod1; 80 __u64 curtod2; 134 __u64 online_cs; 135 __u64 online_es; 179 __u64 acc_time; 180 __u64 lp_time; 189 __u64 acc_time; 190 __u64 lp_time; 195 __u64 online_time; [all …]
|
D | hypfs_vm.c | 26 __u64 used_cpu; 27 __u64 el_time; 28 __u64 mem_min_kb; 29 __u64 mem_max_kb; 30 __u64 mem_share_kb; 31 __u64 mem_used_kb; 50 __u64 addr;
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 117 __u64 device[]; 128 __u64 device; /* device identifier, ~0 for client default */ 150 __u64 disable; /* disable particular subsystems */ 151 __u64 debug0; /* as above, but *internal* ids, and *NOT* ABI */ 177 __u64 ram_size; 178 __u64 ram_user; 200 __u64 start; 201 __u64 limit; 341 __u64 offset; 356 __u64 ioffset; [all …]
|
D | ioctl.h | 28 __u64 token; 49 __u64 token; 67 __u64 addr; 76 __u64 addr; 84 __u64 handle;
|
/linux-4.1.27/include/xen/interface/ |
D | xen-mca.h | 337 __u64 status; 338 __u64 misc; 339 __u64 addr; 340 __u64 mcgstatus; 341 __u64 ip; 342 __u64 tsc; /* cpu time stamp counter */ 343 __u64 time; /* wall time_t when error was detected */ 355 __u64 mcgcap; /* MCGCAP MSR: machine check capabilities of CPU */
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
D | fuse_test.c | 64 static __u64 mfd_assert_get_seals(int fd) in mfd_assert_get_seals() 77 static void mfd_assert_has_seals(int fd, __u64 seals) in mfd_assert_has_seals() 79 __u64 s; in mfd_assert_has_seals() 89 static void mfd_assert_add_seals(int fd, __u64 seals) in mfd_assert_add_seals() 92 __u64 s; in mfd_assert_add_seals() 103 static int mfd_busy_add_seals(int fd, __u64 seals) in mfd_busy_add_seals() 106 __u64 s; in mfd_busy_add_seals()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | fld_internal.h | 57 __u64 fst_count; 58 __u64 fst_cache; 59 __u64 fst_inflight; 62 typedef int (*fld_hash_func_t) (struct lu_client_fld *, __u64); 65 (*fld_scan_func_t) (struct lu_client_fld *, __u64);
|
/linux-4.1.27/drivers/acpi/ |
D | nvs.c | 21 __u64 phys_start; 22 __u64 size; 37 int acpi_nvs_register(__u64 start, __u64 size) in acpi_nvs_register() 51 int acpi_nvs_for_each_region(int (*func)(__u64 start, __u64 size, void *data), in acpi_nvs_for_each_region()
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | jsflash.h | 24 __u64 off; /* 0x20000000 is included */ 34 __u64 data; /* char* for sparc and sparc64 */ 35 __u64 off;
|
D | swab.h | 30 static inline __u64 __arch_swab64p(const __u64 *addr) in __arch_swab64p() 32 __u64 ret; in __arch_swab64p()
|
/linux-4.1.27/drivers/staging/android/uapi/ |
D | ion_test.h | 31 __u64 ptr; 32 __u64 offset; 33 __u64 size;
|
/linux-4.1.27/arch/um/drivers/ |
D | cow.h | 10 extern int file_reader(__u64 offset, char *buf, int len, void *arg); 11 extern int read_cow_header(int (*reader)(__u64, char *, int, void *), 21 extern void cow_sizes(int version, __u64 size, int sectorsize, int align,
|
/linux-4.1.27/fs/ |
D | eventfd.c | 36 __u64 count; 54 __u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n) in eventfd_signal() 137 static void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() 157 __u64 *cnt) in eventfd_ctx_remove_wait_queue() 186 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt) in eventfd_ctx_read() 231 __u64 cnt; in eventfd_read() 239 return put_user(cnt, (__u64 __user *) buf) ? -EFAULT : sizeof(cnt); in eventfd_read() 247 __u64 ucnt; in eventfd_write()
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | swab.h | 52 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() 54 __u64 temp; in __arch_swab64()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_internal.h | 128 __u64 lli_ioepoch; 160 __u64 lli_open_fd_read_count; 161 __u64 lli_open_fd_write_count; 162 __u64 lli_open_fd_exec_count; 204 __u64 f_maxbytes; 218 __u64 f_agl_index; 296 __u64 valid); 629 __u64 lfd_pos; 702 struct page *ll_get_dir_page(struct inode *dir, __u64 hash, 741 extern int ll_have_md_lock(struct inode *inode, __u64 *bits, [all …]
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | swab.h | 46 static inline __u64 __arch_swab64(__u64 val) in __arch_swab64() 50 __u64 u; in __arch_swab64()
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_signal.c | 239 (__u64)(user_sregs.regs.psw.mask & PSW32_MASK_USER) << 32 | in restore_sigregs32() 240 (__u64)(user_sregs.regs.psw.mask & PSW32_MASK_RI) << 32 | in restore_sigregs32() 241 (__u64)(user_sregs.regs.psw.addr & PSW32_ADDR_AMODE); in restore_sigregs32() 246 regs->psw.addr = (__u64)(user_sregs.regs.psw.addr & PSW32_ADDR_INSN); in restore_sigregs32() 248 regs->gprs[i] = (__u64) user_sregs.regs.gprs[i]; in restore_sigregs32() 263 __u64 vxrs[__NUM_VXRS_LOW]; in save_sigregs_ext32() 276 vxrs[i] = *((__u64 *)(current->thread.vxrs + i) + 1); in save_sigregs_ext32() 291 __u64 vxrs[__NUM_VXRS_LOW]; in restore_sigregs_ext32() 310 *((__u64 *)(current->thread.vxrs + i) + 1) = vxrs[i]; in restore_sigregs_ext32() 452 regs->gprs[15] = (__force __u64) frame; in setup_frame32() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | interval_tree.c | 117 static inline __u64 max_u64(__u64 x, __u64 y) in max_u64() 122 static inline __u64 min_u64(__u64 x, __u64 y) in min_u64() 237 __u64 left_max, right_max; in __rotate_change_maxhigh() 492 __u64 old_maxhigh) in update_maxhigh() 494 __u64 left_max, right_max; in update_maxhigh() 710 static inline __u64 interval_expand_low(struct interval_node *root, __u64 low) in interval_expand_low() 718 static inline __u64 interval_expand_high(struct interval_node *node, __u64 high) in interval_expand_high() 720 __u64 result = ~0; in interval_expand_high()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_user.h | 74 __u64 user_cq_buffer; 80 __u64 user_wqe_buffers; 81 __u64 user_qp_buffer;
|
/linux-4.1.27/arch/x86/lib/ |
D | csum-wrappers_64.c | 140 __u64 rest, sum64; in csum_ipv6_magic() 142 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) + in csum_ipv6_magic() 143 (__force __u64)sum; in csum_ipv6_magic()
|
/linux-4.1.27/drivers/hv/ |
D | hv_balloon.c | 119 __u64 balloon:1; 120 __u64 hot_add:1; 127 __u64 hot_add_alignment:4; 128 __u64 reservedz:58; 130 __u64 caps; 140 __u64 start_page:40; 144 __u64 page_cnt:24; 146 __u64 page_range; 210 __u64 is_accepted:1; 211 __u64 reservedz:63; [all …]
|
/linux-4.1.27/include/uapi/sound/ |
D | hdsp.h | 39 __u64 input_rms[26]; 40 __u64 playback_rms[26]; 42 __u64 output_rms[26];
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 376 __u64 hb_nonce; 944 __u64 hb_nonce; 1304 __u64 max_obs_rto; 1306 __u64 isacks; 1307 __u64 osacks; 1309 __u64 opackets; 1310 __u64 ipackets; 1312 __u64 rtxchunks; 1314 __u64 outofseqtsns; 1316 __u64 idupchunks; [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_merge.c | 50 struct ost_lvb *lvb, __u64 *kms_place) in lov_merge_lvb_kms() 52 __u64 size = 0; in lov_merge_lvb_kms() 53 __u64 kms = 0; in lov_merge_lvb_kms() 54 __u64 blocks = 0; in lov_merge_lvb_kms() 118 __u64 kms; in lov_adjust_kms()
|