Home
last modified time | relevance | path

Searched refs:__u64 (Results 1 – 200 of 674) sorted by relevance

1234

/linux-4.4.14/include/uapi/linux/
Dbtrfs.h46 __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 …]
Dtaskstats.h71 __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 …]
Duserfaultfd.h14 #define UFFD_API ((__u64)0xAA)
22 ((__u64)1 << _UFFDIO_REGISTER | \
23 (__u64)1 << _UFFDIO_UNREGISTER | \
24 (__u64)1 << _UFFDIO_API)
26 ((__u64)1 << _UFFDIO_WAKE | \
27 (__u64)1 << _UFFDIO_COPY | \
28 (__u64)1 << _UFFDIO_ZEROPAGE)
70 __u64 flags;
71 __u64 address;
76 __u64 reserved1;
[all …]
Dbcache.h11 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 …]
Dperf_event.h289 __u64 config;
292 __u64 sample_period;
293 __u64 sample_freq;
296 __u64 sample_type;
297 __u64 read_format;
299 __u64 disabled : 1, /* off by default */
346 __u64 bp_addr;
347 __u64 config1; /* extension of config */
350 __u64 bp_len;
351 __u64 config2; /* extension of config1 */
[all …]
Dfirewire-cdev.h62 __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 …]
Dswab.h22 #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 …]
Dkvm.h72 __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;
209 __u64 cr8;
[all …]
Dedd.h77 __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 …]
Dscif_ioctl.h92 __u64 endpt;
103 __u64 msg;
119 __u64 addr;
120 __u64 len;
134 __u64 len;
153 __u64 len;
155 __u64 addr;
166 __u64 mark;
179 __u64 lval;
181 __u64 rval;
[all …]
Dprctl.h134 __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 …]
Ddqblk_xfs.h56 __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 …]
Dif_link.h42 __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 …]
Dvhost.h39 __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 …]
Dneighbour.h99 __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;
[all …]
Dvfio.h192 __u64 size; /* Region size (bytes) */
193 __u64 offset; /* Region offset from start of device fd */
396 __u64 iova_pgsizes; /* Bitmap of supported page sizes */
412 __u64 vaddr; /* Process virtual address */
413 __u64 iova; /* IO virtual address */
414 __u64 size; /* Size of mapping (bytes) */
432 __u64 iova; /* IO virtual address */
433 __u64 size; /* Size of mapping (bytes) */
459 __u64 pgsizes; /* Bitmap of supported page sizes */
501 __u64 addr;
[all …]
Dopenvswitch.h93 __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 …]
Dquota.h111 __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;
Dbsg.h28 __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} */
Dfiemap.h17 __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
Dpr.h14 __u64 key;
20 __u64 old_key;
21 __u64 new_key;
27 __u64 old_key;
28 __u64 new_key;
34 __u64 key;
Daio_abi.h59 __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 *) */
Dcgroupstats.h32 __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 */
Dloop.h47 __u64 lo_device; /* ioctl r/o */
48 __u64 lo_inode; /* ioctl r/o */
49 __u64 lo_rdevice; /* ioctl r/o */
50 __u64 lo_offset;
51 __u64 lo_sizelimit;/* bytes, 0 == max available */
59 __u64 lo_init[2];
Dfsl_hypervisor.h145 __u64 local_vaddr;
146 __u64 remote_paddr;
147 __u64 count;
177 __u64 path;
178 __u64 propname;
179 __u64 propval;
Dndctl.h65 __u64 address;
66 __u64 length;
72 __u64 address;
73 __u64 length;
82 __u64 address;
83 __u64 length;
89 __u64 err_address;
90 __u64 length;
Dsctp.h861 __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 …]
Dnvme_ioctl.h26 __u64 metadata;
27 __u64 addr;
28 __u64 slba;
42 __u64 metadata;
43 __u64 addr;
Dxfrm.h63 #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 …]
Ddlm_plock.h38 __u64 number;
39 __u64 start;
40 __u64 end;
41 __u64 owner;
Dsignalfd.h32 __u64 ssi_ptr;
33 __u64 ssi_utime;
34 __u64 ssi_stime;
35 __u64 ssi_addr;
Dpfkeyv2.h48 __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;
Ddm-ioctl.h140 __u64 dev; /* in/out */
153 __u64 sector_start;
154 __u64 length;
184 __u64 dev[0]; /* out */
191 __u64 dev;
211 __u64 sector; /* Device sector */
Dgen_stats.h23 __u64 bytes;
27 __u64 bytes;
47 __u64 bps;
48 __u64 pps;
Dtypes.h36 typedef __u64 __bitwise __le64;
37 typedef __u64 __bitwise __be64;
51 #define __aligned_u64 __u64 __attribute__((aligned(8)))
Dethtool.h595 __u64 sset_mask;
635 __u64 data[0];
652 __u64 data[0];
801 __u64 ring_cookie;
819 static inline __u64 ethtool_get_flow_spec_ring(__u64 ring_cookie) in ethtool_get_flow_spec_ring()
824 static inline __u64 ethtool_get_flow_spec_ring_vf(__u64 ring_cookie) in ethtool_get_flow_spec_ring_vf()
885 __u64 data;
978 __u64 data;
979 __u64 data_mask;
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_common.h102 __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 …]
Dipath_iba6110.c153 __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.4.14/include/uapi/scsi/
Dcxlflash_ioctl.h29 __u64 flags; /* Input flags */
30 __u64 return_flags; /* Returned flags */
50 __u64 num_interrupts; /* Requested number of interrupts */
51 __u64 context_id; /* Returned context */
52 __u64 mmio_size; /* Returned size of MMIO area */
53 __u64 block_size; /* Returned block size, in bytes */
54 __u64 adap_fd; /* Returned adapter file descriptor */
55 __u64 last_lba; /* Returned last LBA on the device */
56 __u64 max_xfer; /* Returned max transfer size, blocks */
57 __u64 reserved[8]; /* Reserved for future use */
[all …]
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_common.h166 __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.4.14/arch/ia64/include/asm/
Dprocessor.h87 __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 …]
/linux-4.4.14/arch/x86/include/uapi/asm/
Dsigcontext.h59 __u64 xfeatures;
154 __u64 rip;
155 __u64 rdp;
174 __u64 xfeatures;
175 __u64 reserved1[2];
176 __u64 reserved2[5];
238 __u64 r8;
239 __u64 r9;
240 __u64 r10;
241 __u64 r11;
[all …]
Dkvm.h54 __u64 guest_phys_addr;
55 __u64 memory_size;
56 __u64 target_phys_addr;
81 __u64 base_address;
87 __u64 bits;
114 __u64 rax, rbx, rcx, rdx;
115 __u64 rsi, rdi, rsp, rbp;
116 __u64 r8, r9, r10, r11;
117 __u64 r12, r13, r14, r15;
118 __u64 rip, rflags;
[all …]
Dmce.h9 __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 */
28 __u64 mcgcap; /* MCGCAP MSR: machine check capabilities of CPU */
Dkvm_para.h45 __u64 steal;
73 __u64 pte_phys;
74 __u64 pte_val;
83 __u64 pt_phys;
Dswab.h14 static inline __attribute_const__ __u64 __arch_swab64(__u64 val) in __arch_swab64()
22 __u64 u; in __arch_swab64()
Dbootparam.h42 __u64 next;
80 __u64 hardware_subarch_data;
83 __u64 setup_data;
84 __u64 pref_address;
118 __u64 tboot_addr; /* 0x058 */
/linux-4.4.14/arch/s390/include/asm/
Dlowcore.h55 __u64 per_address; /* 0x0098 */
61 __u64 trans_exc_code; /* 0x00a8 */
62 __u64 monitor_code; /* 0x00b0 */
70 __u64 mcck_interruption_code; /* 0x00e8 */
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 */
[all …]
Dvdso.h21 __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 …]
Druntime_instr.h8 __u64 buf_current;
9 __u64 buf_origin;
10 __u64 buf_limit;
53 __u64 reserved1;
54 __u64 scaling_factor;
55 __u64 rsic;
56 __u64 reserved2;
Dkvm_host.h47 __u64 sda;
48 __u64 reserved2[2];
62 __u64 reserved[5];
63 __u64 mcn;
64 __u64 reserved2;
105 __u64 cputm; /* 0x0028 */
106 __u64 ckc; /* 0x0030 */
107 __u64 epoch; /* 0x0038 */
150 __u64 gg14; /* 0x00a0 */
151 __u64 gg15; /* 0x00a8 */
[all …]
Dtimex.h19 static inline int set_tod_clock(__u64 time) in set_tod_clock()
31 static inline int store_tod_clock(__u64 *time) in store_tod_clock()
43 static inline void set_clock_comparator(__u64 time) in set_clock_comparator()
48 static inline void store_clock_comparator(__u64 *time) in store_clock_comparator()
112 void tod_to_timeval(__u64 todval, struct timespec64 *xt);
/linux-4.4.14/fs/ocfs2/
Docfs1_fs_compat.h50 /*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 …]
Docfs2_ioctl.h59 __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.4.14/fs/nilfs2/
Dbmap.h46 __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 …]
Dsufile.h39 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 …]
Ddirect.c36 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 …]
Dcpfile.h31 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,
Dbtree.h50 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);
Dbmap.c75 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 …]
Dthe_nilfs.h134 __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 …]
Dbtree.c72 __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 …]
Dcpfile.c41 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 …]
Dbtnode.h40 __u64 oldkey;
41 __u64 newkey;
48 __u64 blocknr);
49 int nilfs_btnode_submit_block(struct address_space *, __u64, sector_t, int,
Dsufile.c45 __u64 allocmin; /* lower limit of allocatable segment range */
46 __u64 allocmax; /* upper limit of allocatable segment range */
61 nilfs_sufile_get_blkoff(const struct inode *sufile, __u64 segnum) in nilfs_sufile_get_blkoff()
63 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset; in nilfs_sufile_get_blkoff()
69 nilfs_sufile_get_offset(const struct inode *sufile, __u64 segnum) in nilfs_sufile_get_offset()
71 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset; in nilfs_sufile_get_offset()
76 nilfs_sufile_segment_usages_in_block(const struct inode *sufile, __u64 curr, in nilfs_sufile_segment_usages_in_block()
77 __u64 max) in nilfs_sufile_segment_usages_in_block()
86 nilfs_sufile_block_get_segment_usage(const struct inode *sufile, __u64 segnum, in nilfs_sufile_block_get_segment_usage()
101 nilfs_sufile_get_segment_usage_block(struct inode *sufile, __u64 segnum, in nilfs_sufile_get_segment_usage_block()
[all …]
Dnilfs.h56 __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,
Ddat.h33 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);
Dsegment.h52 __u64 ri_cno;
60 __u64 ri_segnum;
61 __u64 ri_nextnum;
145 __u64 *sc_freesegs;
166 __u64 sc_cno;
Dalloc.h46 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);
Dsegbuf.h52 __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);
Ddirect.h47 int nilfs_direct_delete_and_convert(struct nilfs_bmap *, __u64, __u64 *,
48 __u64 *, int);
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dkvm_para.h36 __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 …]
Dkvm.h33 __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 …]
Dspu_info.h30 __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 …]
Dopal-prd.h45 __u64 version;
46 __u64 reserved[3];
50 __u64 chip;
51 __u64 addr;
52 __u64 data;
Dptrace.h202 __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.4.14/arch/s390/include/uapi/asm/
Dkvm.h55 __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 …]
Dcmb.h31 __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 …]
Dswab.h17 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()
Dhypfs.h19 __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.4.14/include/linux/
Dcper.h272 __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 …]
Dnilfs2_fs.h575 __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 …]
Ddccp.h93 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 …]
Dif_link.h9 __u64 rx_packets;
10 __u64 tx_packets;
11 __u64 rx_bytes;
12 __u64 tx_bytes;
13 __u64 broadcast;
14 __u64 multicast;
Deventfd.h38 __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()
Dnfs_xdr.h38 __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 …]
Dnvme.h21 __u64 cap; /* Controller Capabilities */
30 __u64 asq; /* Admin SQ Base Address */
31 __u64 acq; /* Admin CQ Base Address */
246 __u64 slba;
247 __u64 nlb;
311 __u64 rsvd2;
353 __u64 rsvd2[2];
430 __u64 rsvd2[2];
442 __u64 rsvd2[2];
456 __u64 rsvd8;
[all …]
Ddmar.h190 __u64 present : 1, /* 0 */
202 __u64 r_present : 1, /* 0 */
217 __u64 p_present : 1, /* 0 */
228 __u64 low;
234 __u64 sid : 16, /* 64 - 79 */
242 __u64 p_sid : 16, /* 64 - 79 */
248 __u64 high;
Dbitops.h30 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()
181 static inline __s64 sign_extend64(__u64 value, int index) in sign_extend64()
/linux-4.4.14/include/uapi/rdma/
Dib_user_verbs.h112 __u64 element;
118 __u64 cq_handle;
142 __u64 response;
149 __u64 response;
150 __u64 driver_data[0];
159 __u64 response;
160 __u64 driver_data[0];
164 __u64 fw_ver;
167 __u64 max_mr_size;
168 __u64 page_size_cap;
[all …]
Dib_user_cm.h75 __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 …]
Drdma_user_cm.h82 __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.4.14/include/uapi/misc/
Dcxl.h18 __u64 flags;
19 __u64 work_element_descriptor;
20 __u64 amr;
24 __u64 reserved3;
25 __u64 reserved4;
26 __u64 reserved5;
27 __u64 reserved6;
46 __u64 flags; /* One of CXL_AFUID_FLAG_X */
51 __u64 reserved2;
52 __u64 reserved3;
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h178 __u64 lsr_start;
179 __u64 lsr_end;
241 static inline __u64 range_space(const struct lu_seq_range *range) in range_space()
260 __u64 s) in range_within()
338 static inline __u64 fid_seq(const struct lu_fid *fid) in fid_seq()
360 static inline __u64 fid_ver_oid(const struct lu_fid *fid) in fid_ver_oid()
362 return ((__u64)fid_ver(fid) << 32 | fid_oid(fid)); in fid_ver_oid()
431 static inline int fid_seq_is_mdt0(__u64 seq) in fid_seq_is_mdt0()
436 static inline int fid_seq_is_mdt(const __u64 seq) in fid_seq_is_mdt()
441 static inline int fid_seq_is_echo(__u64 seq) in fid_seq_is_echo()
[all …]
Dlustre_user.h77 __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 …]
Dll_fiemap.h47 __u64 fe_logical; /* logical offset in bytes for the start of
49 __u64 fe_physical; /* physical offset in bytes for the start
51 __u64 fe_length; /* length in bytes for this extent */
52 __u64 fe_reserved64[2];
59 __u64 fm_start; /* logical offset (inclusive) at
61 __u64 fm_length; /* logical length of mapping which
/linux-4.4.14/crypto/
Djitterentropy.c57 typedef unsigned long long __u64; typedef
68 __u64 data; /* SENSITIVE Actual random number */
69 __u64 old_data; /* SENSITIVE Previous random number */
70 __u64 prev_time; /* SENSITIVE Previous time stamp */
71 #define DATA_SIZE_BITS ((sizeof(__u64)) * 8)
72 __u64 last_delta; /* SENSITIVE stuck test */
113 void jent_get_nstime(__u64 *out);
114 __u64 jent_rol64(__u64 word, unsigned int shift);
133 static __u64 jent_loop_shuffle(struct rand_data *ec, in jent_loop_shuffle()
136 __u64 time = 0; in jent_loop_shuffle()
[all …]
/linux-4.4.14/arch/alpha/include/uapi/asm/
Da.out.h20 __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.4.14/include/uapi/drm/
Ddrm_mode.h127 __u64 fb_id_ptr;
128 __u64 crtc_id_ptr;
129 __u64 connector_id_ptr;
130 __u64 encoder_id_ptr;
142 __u64 set_connectors_ptr;
189 __u64 format_type_ptr;
193 __u64 plane_id_ptr;
247 __u64 encoders_ptr;
248 __u64 modes_ptr;
249 __u64 props_ptr;
[all …]
Di915_drm.h428 __u64 addr;
436 __u64 gtt_start;
441 __u64 gtt_end;
450 __u64 size;
465 __u64 offset;
467 __u64 size;
473 __u64 data_ptr;
481 __u64 offset;
483 __u64 size;
489 __u64 data_ptr;
[all …]
Dtegra_drm.h32 __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 …]
Dmsm_drm.h58 __u64 value; /* out (get_param) or in (set_param) */
80 __u64 size; /* in */
88 __u64 offset; /* out, offset to pass to mmap() */
127 __u64 reloc_offset; /* in, offset from start of reloc_bo */
148 __u64 __user relocs; /* in, ptr to array of submit_reloc's */
170 __u64 presumed; /* in/out, presumed buffer address */
182 __u64 __user bos; /* in, ptr to array of submit_bo's */
183 __u64 __user cmds; /* in, ptr to array of submit_cmd's */
Dexynos_drm.h106 __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.4.14/include/uapi/rdma/hfi/
Dhfi1_user.h217 __u64 runtime_flags; /* chip/drv runtime flags (HFI1_CAP_*) */
236 __u64 vaddr;
238 __u64 tidlist;
247 __u64 tidmap;
253 __u64 addr; /* pointer to user structure */
275 __u64 dev; /* device/hw status bits */
276 __u64 port; /* port state and status bits */
304 __u64 sc_credits_addr;
309 __u64 pio_bufbase_sop;
314 __u64 pio_bufbase;
[all …]
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Duser.h45 __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.4.14/arch/mips/include/uapi/asm/
Dsigcontext.h70 __u64 sc_regs[32];
71 __u64 sc_fpregs[32];
72 __u64 sc_mdhi;
73 __u64 sc_hi1;
74 __u64 sc_hi2;
75 __u64 sc_hi3;
76 __u64 sc_mdlo;
77 __u64 sc_lo1;
78 __u64 sc_lo2;
79 __u64 sc_lo3;
[all …]
Dstatfs.h50 __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;
Dptrace.h38 __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;
Dkvm.h31 __u64 gpr[32];
32 __u64 hi;
33 __u64 lo;
34 __u64 pc;
187 __u64 epc;
/linux-4.4.14/arch/tile/include/asm/
Dvdso.h32 __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;
Dbitops.h43 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.4.14/arch/s390/crypto/
Dsha512_s390.c30 *(__u64 *)&ctx->state[0] = 0x6a09e667f3bcc908ULL; in sha512_init()
31 *(__u64 *)&ctx->state[2] = 0xbb67ae8584caa73bULL; in sha512_init()
32 *(__u64 *)&ctx->state[4] = 0x3c6ef372fe94f82bULL; in sha512_init()
33 *(__u64 *)&ctx->state[6] = 0xa54ff53a5f1d36f1ULL; in sha512_init()
34 *(__u64 *)&ctx->state[8] = 0x510e527fade682d1ULL; in sha512_init()
35 *(__u64 *)&ctx->state[10] = 0x9b05688c2b3e6c1fULL; in sha512_init()
36 *(__u64 *)&ctx->state[12] = 0x1f83d9abfb41bd6bULL; in sha512_init()
37 *(__u64 *)&ctx->state[14] = 0x5be0cd19137e2179ULL; in sha512_init()
96 *(__u64 *)&ctx->state[0] = 0xcbbb9d5dc1059ed8ULL; in sha384_init()
97 *(__u64 *)&ctx->state[2] = 0x629a292a367cd507ULL; in sha384_init()
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dvdso_datapage.h64 __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.4.14/arch/alpha/include/asm/
Dcore_irongate.h161 __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.4.14/samples/bpf/
Dsockex2_kern.c28 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 …]
Dtrace_output_user.c66 __u64 data_tail = header->data_tail; in perf_event_read()
67 __u64 data_head = header->data_head; in perf_event_read()
68 __u64 buffer_size = page_cnt * page_size; in perf_event_read()
104 __u64 id; in perf_event_read()
105 __u64 lost; in perf_event_read()
118 static __u64 time_get_ns(void) in time_get_ns()
126 static __u64 start_time;
132 static __u64 cnt; in print_bpf_output()
134 __u64 pid; in print_bpf_output()
135 __u64 cookie; in print_bpf_output()
Dtracex3_user.c24 __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()
Dsockex3_kern.c74 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
80 static inline __u32 ipv6_addr_hash(struct __sk_buff *ctx, __u64 off) in ipv6_addr_hash()
82 __u64 w0 = load_word(ctx, off); in ipv6_addr_hash()
83 __u64 w1 = load_word(ctx, off + 4); in ipv6_addr_hash()
84 __u64 w2 = load_word(ctx, off + 8); in ipv6_addr_hash()
85 __u64 w3 = load_word(ctx, off + 12); in ipv6_addr_hash()
111 __u64 packets;
112 __u64 bytes;
Dtracex4_user.c20 __u64 ip;
23 static __u64 time_get_ns(void) in time_get_ns()
34 __u64 key, next_key; in print_old_objects()
/linux-4.4.14/include/uapi/linux/genwqe/
Dgenwqe_card.h250 __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.4.14/include/uapi/asm-generic/
Dstatfs.h48 __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.4.14/arch/ia64/include/uapi/asm/
Dsetup.h7 __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;
Dgcc_intrin.h64 __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 …]
Dswab.h13 static __inline__ __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64()
15 __u64 result; in __arch_swab64()
Dcmpxchg.h47 __xchg_result = ia64_xchg8((__u64 *)ptr, x); \
72 __u64 _o_, _r_; \
85 _o_ = (__u64) (long) (old); \
104 _r_ = ia64_cmpxchg8_##sem((__u64 *) ptr, new, _o_); \
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dtypes.h59 typedef __u64 lnet_nid_t;
92 return (((__u64)net) << 32) | addr; in LNET_MKNID()
124 __u64 wh_interface_cookie;
125 __u64 wh_object_cookie;
142 __u64 match_bits;
148 __u64 match_bits;
149 __u64 hdr_data;
156 __u64 match_bits;
167 __u64 incarnation;
222 __u64 acr_nid; /* target NID */
[all …]
Dapi.h95 __u64 match_bits_in,
96 __u64 ignore_bits_in,
103 __u64 match_bits_in,
104 __u64 ignore_bits_in,
187 __u64 match_bits_in,
189 __u64 hdr_data_in);
195 __u64 match_bits_in,
Dlib-types.h112 __u64 lh_cookie;
135 __u64 me_match_bits;
136 __u64 me_ignore_bits;
424 __u64 mi_mbits;
455 __u64 mt_exhausted[LNET_MT_EXHAUSTED_BMAP];
495 __u64 rec_lh_cookie; /* cookie generator */
562 __u64 ln_remote_nets_version;
566 __u64 ln_routers_version;
599 __u64 ln_interface_cookie;
Dsocklnd.h55 __u64 kshm_src_incarnation; /* sender's incarnation */
56 __u64 kshm_dst_incarnation; /* destination's incarnation */
76 __u64 ksm_zc_cookies[2]; /* Zero-Copy request/ACK cookie */
/linux-4.4.14/fs/ceph/
Dioctl.h35 __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.4.14/drivers/staging/lustre/lustre/obdclass/
Ddebug.c49 #define LPDS sizeof(__u64)
50 int block_debug_setup(void *addr, int len, __u64 off, __u64 id) in block_debug_setup()
64 int block_debug_check(char *who, void *addr, int end, __u64 off, __u64 id) in block_debug_check()
66 __u64 ne_off; in block_debug_check()
75 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check()
80 who, id, off, *(__u64 *)(addr + LPDS), id); in block_debug_check()
87 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check()
92 who, id, off, *(__u64 *)(addr + LPDS), id); in block_debug_check()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h168 __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.4.14/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-time.h83 static inline __u64 cfs_time_add_64(__u64 t, __u64 d) in cfs_time_add_64()
88 static inline __u64 cfs_time_shift_64(int seconds) in cfs_time_shift_64()
94 static inline int cfs_time_before_64(__u64 t1, __u64 t2) in cfs_time_before_64()
99 static inline int cfs_time_beforeq_64(__u64 t1, __u64 t2) in cfs_time_beforeq_64()
/linux-4.4.14/arch/arm64/include/asm/
Dvdso_datapage.h24 __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.4.14/drivers/staging/lustre/lnet/selftest/
Drpc.h76 __u64 rpyid; /* reply buffer matchbits */
77 __u64 bulkid; /* bulk buffer matchbits */
87 __u64 mksn_rpyid; /* reply buffer matchbits */
101 __u64 rmsn_rpyid; /* reply buffer matchbits */
111 __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 */
191 __u64 tsr_rpyid; /* reply buffer matchbits */
192 __u64 tsr_bulkid; /* bulk buffer matchbits */
[all …]
Dbrw_test.c132 #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.4.14/Documentation/accounting/
Dtaskstats-struct.txt71 __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.4.14/include/uapi/xen/
Dprivcmd.h41 __u64 op;
42 __u64 arg[5];
46 __u64 va;
51 __u64 mfn;
52 __u64 npages;
64 __u64 addr; /* virtual address */
75 __u64 addr; /* virtual address */
Dgntdev.h59 __u64 index;
75 __u64 index;
98 __u64 vaddr;
101 __u64 offset;
140 __u64 index;
Dgntalloc.h31 __u64 index;
48 __u64 index;
72 __u64 index;
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Duser.h75 __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.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_internal.h46 __u64 valid, int ea_size, __u32 suppgid, int flags);
52 void mdc_readdir_pack(struct ptlrpc_request *req, __u64 pgoff, __u32 size,
54 void mdc_getattr_pack(struct ptlrpc_request *req, __u64 valid, int flags,
60 __u32 gid, cfs_cap_t capability, __u64 rdev);
62 __u32 mode, __u64 rdev, __u64 flags, const void *data,
75 __u64 *lockh, void *data, __u64 *bits);
88 __u64 extra_lock_flags);
92 struct ptlrpc_request **req, __u64 extra_lock_flags);
96 __u64 bits);
124 cfs_cap_t capability, __u64 rdev,
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h147 __u64 device[];
158 __u64 device; /* device identifier, ~0 for client default */
185 __u64 ram_size;
186 __u64 ram_user;
194 __u64 time;
216 __u64 start;
217 __u64 limit;
317 __u64 source[4][8];
398 __u64 pushbuf;
405 __u64 vm;
[all …]
Dioctl.h29 __u64 token;
30 __u64 object;
35 __u64 version;
55 __u64 token;
56 __u64 object;
79 __u64 addr;
88 __u64 addr;
96 __u64 handle;
/linux-4.4.14/arch/arm64/include/uapi/asm/
Dsigcontext.h26 __u64 fault_address;
28 __u64 regs[31];
29 __u64 sp;
30 __u64 pc;
31 __u64 pstate;
61 __u64 esr;
Dkvm.h48 __u64 sp_el1;
49 __u64 elr_el1;
51 __u64 spsr[KVM_NR_SPSR];
124 __u64 dbg_bcr[KVM_ARM_MAX_DBG_REGS];
125 __u64 dbg_bvr[KVM_ARM_MAX_DBG_REGS];
126 __u64 dbg_wcr[KVM_ARM_MAX_DBG_REGS];
127 __u64 dbg_wvr[KVM_ARM_MAX_DBG_REGS];
132 __u64 far; /* used for watchpoints */
Dptrace.h69 __u64 regs[31];
70 __u64 sp;
71 __u64 pc;
72 __u64 pstate;
85 __u64 addr;
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h209 __u64 ibh_page_mask; /* page mask of current HCA */
211 __u64 ibh_mr_size; /* size of MR */
272 __u64 tps_next_tx_cookie; /* cookie of TX */
287 __u64 fps_version; /* validity stamp */
313 __u64 ibn_incarnation;/* my epoch */
381 __u64 rf_addr; /* CAVEAT EMPTOR: misaligned!! */
392 __u64 ibprm_cookie; /* opaque completion cookie */
396 __u64 ibpam_src_cookie; /* reflected completion cookie */
397 __u64 ibpam_dst_cookie; /* opaque completion cookie */
403 __u64 ibgm_cookie; /* opaque completion cookie */
[all …]
/linux-4.4.14/include/uapi/linux/byteorder/
Dlittle_endian.h18 #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 …]
Dbig_endian.h19 #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 …]
/linux-4.4.14/arch/sh/kernel/
Dtraps_64.c71 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.4.14/arch/mips/include/asm/txx9/
Dtx4939.h57 __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 …]
Dtx4927.h216 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.4.14/include/uapi/mtd/
Dmtd-abi.h31 __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.4.14/drivers/infiniband/hw/mlx5/
Duser.h91 __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.4.14/arch/s390/kvm/
Dtrace-s390.h125 TP_PROTO(__u64 type, __u32 parm, __u64 parm64, int who),
131 __field(__u64, parm64)
150 TP_PROTO(unsigned int id, __u64 type, __u32 parm, __u64 parm64),
157 __field(__u64, parm64)
177 TP_PROTO(unsigned int id, __u64 type, __u64 data0, __u64 data1),
183 __field(__u64, data0)
184 __field(__u64, data1)
205 TP_PROTO(__u64 resets),
209 __field(__u64, resets)
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dinterval_tree.h53 __u64 in_max_high;
55 __u64 start;
56 __u64 end;
70 static inline __u64 interval_high(struct interval_node *node) in interval_high()
76 __u64 start, __u64 end) in interval_set()
Dlustre_dlm.h248 __u64 pl_server_lock_volume;
250 __u64 pl_client_lock_volume;
378 __u64 ns_connect_flags;
381 __u64 ns_orig_connect_flags;
495 typedef int (*ldlm_completion_callback)(struct ldlm_lock *lock, __u64 flags,
546 __u64 start;
547 __u64 end;
548 __u64 owner;
549 __u64 blocking_owner;
694 __u64 l_flags;
[all …]
Dlustre_debug.h50 int block_debug_setup(void *addr, int len, __u64 off, __u64 id);
51 int block_debug_check(char *who, void *addr, int len, __u64 off, __u64 id);
Dlustre_intent.h44 __u64 it_lock_handle;
45 __u64 it_lock_bits;
48 __u64 it_remote_lock_handle;
56 __u64 it_flags;
Dobd.h63 __u64 ar_min_xid;
72 __u64 loi_kms; /* known minimum size */
77 static inline void loi_kms_set(struct lov_oinfo *oinfo, __u64 kms) in loi_kms_set()
94 __u64 lsm_maxbytes;
152 __u64 oi_flags;
379 __u64 ec_unique;
525 __u64 lnb_file_offset;
574 __u64 oti_transno;
575 __u64 oti_xid;
592 __u64 oti_pre_version;
[all …]
Dlustre_disk.h176 __u64 lsd_last_transno; /* last completed transaction ID */
177 __u64 lsd_compat14; /* reserved - compat with old last_rcvd */
178 __u64 lsd_mount_count; /* incarnation number */
186 __u64 lsd_catalog_oid; /* recovery catalog object id */
193 __u64 lsd_trans_table[LR_EXPIRE_INTERVALS];
203 __u64 lcd_last_transno; /* last completed transaction ID */
204 __u64 lcd_last_xid; /* xid for the last transaction */
208 __u64 lcd_last_close_transno; /* last completed transaction ID */
209 __u64 lcd_last_close_xid; /* xid for the last transaction */
213 __u64 lcd_pre_versions[4];
[all …]
Dlustre_import.h142 __u64 oic_last_attempt;
234 __u64 imp_last_replay_transno;
236 __u64 imp_peer_committed_transno;
243 __u64 imp_last_transno_checked;
252 __u64 imp_last_success_conn;
301 __u64 imp_connect_flags_orig;
/linux-4.4.14/arch/x86/include/asm/
Duser.h18 __u64 xfeatures;
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.4.14/arch/sparc/include/asm/
Dhvtramp.h9 __u64 vaddr;
10 __u64 tte;
16 __u64 fault_info_va;
17 __u64 fault_info_pa;
18 __u64 thread_reg;
/linux-4.4.14/fs/cifs/
Dsmb2pdu.h116 __u64 SessionId; /* opaque - so do not make little endian */
136 __u64 SessionId;
518 __u64 PersistentFileId; /* opaque endianness */
519 __u64 VolatileFileId; /* opaque endianness */
587 __u64 PersistentFileId;
588 __u64 VolatileFileId;
599 __u64 Reserved;
612 __u64 PersistentFileId;
613 __u64 VolatileFileId;
726 __u64 PersistentFileHandle; /* source file handle, opaque endianness */
[all …]
Dcifsproto.h108 extern bool is_size_safe_to_change(struct cifsInodeInfo *, __u64 eof);
173 extern int id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64,
197 extern bool cifs_find_lock_conflict(struct cifsFileInfo *cfile, __u64 offset,
198 __u64 length, __u8 type,
283 __u64 cap);
309 const char *file_name, __u64 size,
312 struct cifsFileInfo *cfile, __u64 size,
316 __u64 ctime;
317 __u64 atime;
318 __u64 mtime;
[all …]
Dsmb2proto.h66 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,
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_user.h45 __u64 user_rptr_addr;
49 __u64 key;
55 __u64 key;
63 __u64 key;
64 __u64 db_key;
/linux-4.4.14/arch/powerpc/kvm/
Dtrace_booke.h89 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.4.14/arch/mips/include/asm/
Dsigcontext.h19 __u64 sc_pc;
20 __u64 sc_regs[32];
21 __u64 sc_fpregs[32];
27 __u64 sc_mdhi;
28 __u64 sc_mdlo;
Dcmpxchg.h69 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.4.14/drivers/infiniband/hw/mthca/
Dmthca_user.h76 __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.4.14/arch/x86/kvm/
Dtrace.h65 __u64 ingpa, __u64 outgpa),
71 __field( __u64, ingpa )
72 __field( __u64, outgpa )
498 TP_PROTO(__u64 rip, __u64 vmcb, __u64 nested_rip, __u32 int_ctl,
503 __field( __u64, rip )
504 __field( __u64, vmcb )
505 __field( __u64, nested_rip )
528 TP_PROTO(__u16 cr_read, __u16 cr_write, __u32 exceptions, __u64 intercept),
535 __field( __u64, intercept )
553 TP_PROTO(__u64 rip, __u32 exit_code,
[all …]
/linux-4.4.14/fs/xfs/
Dxfs_ioctl32.h52 __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 */
Dxfs_linux.h233 __u64 c = *(__u64 *)a; in xfs_do_div()
242 *(__u64 *)a = c; in xfs_do_div()
260 __u64 c = *(__u64 *)a; in xfs_do_mod()
287 mod = do_div(*(__u64 *)a, b); in xfs_do_div()
303 __u64 c = *(__u64 *)a; in xfs_do_mod()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_user.h62 __u64 arm_db_page;
63 __u64 set_db_page;
76 __u64 sq_db_page;
77 __u64 rq_db_page;
/linux-4.4.14/arch/parisc/include/asm/
Dpdc.h225 __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.4.14/include/trace/events/
Dkvm.h41 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 …]
Dnilfs2.h100 __u64 segnum,
107 __field(__u64, segnum)
125 __u64 segnum),
131 __field(__u64, segnum)
146 __u64 segnum),
152 __field(__u64, segnum)
/linux-4.4.14/drivers/staging/vme/devices/
Dvme_user.h11 __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.4.14/arch/s390/hypfs/
Dhypfs_diag.c71 __u64 curtod;
80 __u64 curtod1;
81 __u64 curtod2;
135 __u64 online_cs;
136 __u64 online_es;
180 __u64 acc_time;
181 __u64 lp_time;
190 __u64 acc_time;
191 __u64 lp_time;
196 __u64 online_time;
[all …]
Dhypfs_vm.c27 __u64 used_cpu;
28 __u64 el_time;
29 __u64 mem_min_kb;
30 __u64 mem_max_kb;
31 __u64 mem_share_kb;
32 __u64 mem_used_kb;
51 __u64 addr;
/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dfld_internal.h56 __u64 fst_count;
57 __u64 fst_cache;
58 __u64 fst_inflight;
61 typedef int (*fld_hash_func_t) (struct lu_client_fld *, __u64);
64 (*fld_scan_func_t) (struct lu_client_fld *, __u64);
/linux-4.4.14/include/xen/interface/
Dxen-mca.h337 __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.4.14/tools/testing/selftests/memfd/
Dfuse_test.c64 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.4.14/drivers/acpi/
Dnvs.c21 __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.4.14/arch/sparc/include/uapi/asm/
Djsflash.h24 __u64 off; /* 0x20000000 is included */
34 __u64 data; /* char* for sparc and sparc64 */
35 __u64 off;
Dswab.h30 static inline __u64 __arch_swab64p(const __u64 *addr) in __arch_swab64p()
32 __u64 ret; in __arch_swab64p()
/linux-4.4.14/drivers/staging/android/uapi/
Dion_test.h31 __u64 ptr;
32 __u64 offset;
33 __u64 size;
/linux-4.4.14/arch/s390/kernel/
Dcompat_signal.c219 (__u64)(user_sregs.regs.psw.mask & PSW32_MASK_USER) << 32 | in restore_sigregs32()
220 (__u64)(user_sregs.regs.psw.mask & PSW32_MASK_RI) << 32 | in restore_sigregs32()
221 (__u64)(user_sregs.regs.psw.addr & PSW32_ADDR_AMODE); in restore_sigregs32()
226 regs->psw.addr = (__u64)(user_sregs.regs.psw.addr & PSW32_ADDR_INSN); in restore_sigregs32()
228 regs->gprs[i] = (__u64) user_sregs.regs.gprs[i]; in restore_sigregs32()
241 __u64 vxrs[__NUM_VXRS_LOW]; in save_sigregs_ext32()
254 vxrs[i] = *((__u64 *)(current->thread.fpu.vxrs + i) + 1); in save_sigregs_ext32()
269 __u64 vxrs[__NUM_VXRS_LOW]; in restore_sigregs_ext32()
288 *((__u64 *)(current->thread.fpu.vxrs + i) + 1) = vxrs[i]; in restore_sigregs_ext32()
432 regs->gprs[15] = (__force __u64) frame; in setup_frame32()
[all …]
/linux-4.4.14/include/uapi/linux/mmc/
Dioctl.h44 __u64 data_ptr;
46 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
55 __u64 num_of_cmds;
/linux-4.4.14/arch/um/drivers/
Dcow.h10 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.4.14/fs/
Deventfd.c36 __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.4.14/drivers/staging/lustre/lustre/llite/
Dllite_internal.h122 __u64 lli_ioepoch;
152 __u64 lli_open_fd_read_count;
153 __u64 lli_open_fd_write_count;
154 __u64 lli_open_fd_exec_count;
196 __u64 f_maxbytes;
210 __u64 f_agl_index;
288 __u64 valid);
618 __u64 lfd_pos;
675 struct page *ll_get_dir_page(struct inode *dir, __u64 hash,
709 int ll_have_md_lock(struct inode *inode, __u64 *bits,
[all …]
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dswab.h52 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64()
54 __u64 temp; in __arch_swab64()
/linux-4.4.14/arch/sh/include/uapi/asm/
Dswab.h46 static inline __u64 __arch_swab64(__u64 val) in __arch_swab64()
50 __u64 u; in __arch_swab64()
/linux-4.4.14/include/uapi/sound/
Dhdspm.h49 __u64 input_rms[64];
50 __u64 playback_rms[64];
51 __u64 output_rms[64];
157 __u64 card_clock;
/linux-4.4.14/tools/include/linux/
Dtypes.h60 typedef __u64 __bitwise __le64;
61 typedef __u64 __bitwise __be64;
68 # define __aligned_u64 __u64 __attribute__((aligned(8)))
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_user.h74 __u64 user_cq_buffer;
80 __u64 user_wqe_buffers;
81 __u64 user_qp_buffer;

1234