/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/ |
D | linux-time.h | 128 return (__s64)t2 - (__s64)t1 > 0; in cfs_time_before_64() 133 return (__s64)t2 - (__s64)t1 >= 0; in cfs_time_beforeq_64()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_fs.h | 81 __s64 bmv_offset; /* file offset of segment in blocks */ 82 __s64 bmv_block; /* starting block (64-bit daddr_t) */ 83 __s64 bmv_length; /* length of segment, blocks */ 100 __s64 bmv_offset; /* file offset of segment in blocks */ 101 __s64 bmv_block; /* starting block (64-bit daddr_t) */ 102 __s64 bmv_length; /* length of segment, blocks */ 149 __s64 l_start; 150 __s64 l_len; /* len == 0 means until end of file */ 297 __s64 bs_size; /* file size */ 458 __s64 align; /* force alignment of ha_fid */
|
/linux-4.1.27/include/uapi/linux/ |
D | aio_abi.h | 61 __s64 res; /* result code for this event */ 62 __s64 res2; /* secondary result */ 92 __s64 aio_offset;
|
D | joystick.h | 129 __s64 JS_EXPIRETIME; 130 __s64 JS_TIMELIMIT;
|
D | btrfs.h | 30 __s64 fd; 69 __s64 fd; 320 __s64 src_fd; 332 __s64 fd; /* in - destination file */ 488 __s64 send_fd; /* in */
|
D | pps.h | 54 __s64 sec;
|
D | ptp_clock.h | 42 __s64 sec; /* seconds */
|
D | videodev2.h | 1375 __s64 value64; 1433 __s64 minimum; 1434 __s64 maximum; 1436 __s64 default_value; 1451 __s64 value; 1958 __s64 value64;
|
D | firewire-cdev.h | 918 __s64 tv_sec;
|
D | perf_event.h | 441 __s64 offset; /* add to hardware event value */
|
D | elf.h | 22 typedef __s64 Elf64_Sxword;
|
D | pkt_sched.h | 792 __s64 time_next_delayed_flow;
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | int-ll64.h | 29 __extension__ typedef __signed__ long long __s64; typedef 32 typedef __signed__ long long __s64; typedef
|
D | int-l64.h | 28 typedef __signed__ long __s64; typedef
|
/linux-4.1.27/include/linux/ |
D | falloc.h | 14 __s64 l_start; 15 __s64 l_len; /* len == 0 means until end of file */
|
D | jiffies.h | 133 ((__s64)((b) - (a)) < 0)) 139 ((__s64)((a) - (b)) >= 0))
|
D | nfs.h | 43 #define NFS_OFFSET_MAX ((__s64)((~(__u64)0) >> 1))
|
D | types.h | 113 typedef __s64 int64_t;
|
D | time64.h | 6 typedef __s64 time64_t;
|
/linux-4.1.27/include/uapi/mtd/ |
D | ubi-user.h | 190 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) 321 __s64 bytes; 341 __s64 bytes;
|
/linux-4.1.27/fs/ceph/ |
D | ioctl.h | 39 __s64 preferred_osd; 63 __s64 osd; /* out: osd # */
|
/linux-4.1.27/arch/mips/kernel/ |
D | ptrace.c | 112 __put_user((long)regs->regs[i], (__s64 __user *)&data->regs[i]); in ptrace_getregs() 113 __put_user((long)regs->lo, (__s64 __user *)&data->lo); in ptrace_getregs() 114 __put_user((long)regs->hi, (__s64 __user *)&data->hi); in ptrace_getregs() 115 __put_user((long)regs->cp0_epc, (__s64 __user *)&data->cp0_epc); in ptrace_getregs() 116 __put_user((long)regs->cp0_badvaddr, (__s64 __user *)&data->cp0_badvaddr); in ptrace_getregs() 117 __put_user((long)regs->cp0_status, (__s64 __user *)&data->cp0_status); in ptrace_getregs() 118 __put_user((long)regs->cp0_cause, (__s64 __user *)&data->cp0_cause); in ptrace_getregs() 139 __get_user(regs->regs[i], (__s64 __user *)&data->regs[i]); in ptrace_setregs() 140 __get_user(regs->lo, (__s64 __user *)&data->lo); in ptrace_setregs() 141 __get_user(regs->hi, (__s64 __user *)&data->hi); in ptrace_setregs() [all …]
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_wlc.c | 74 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_wlc_schedule() 75 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule()
|
D | ip_vs_nq.c | 95 ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_nq_schedule() 96 (__s64)doh * atomic_read(&least->weight))) { in ip_vs_nq_schedule()
|
D | ip_vs_sed.c | 102 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_sed_schedule() 103 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule()
|
D | ip_vs_lblcr.c | 193 if (((__s64)loh * atomic_read(&dest->weight) > in ip_vs_dest_set_min() 194 (__s64)doh * atomic_read(&least->weight)) in ip_vs_dest_set_min() 239 if (((__s64)moh * atomic_read(&dest->weight) < in ip_vs_dest_set_max() 240 (__s64)doh * atomic_read(&most->weight)) in ip_vs_dest_set_max() 604 if ((__s64)loh * atomic_read(&dest->weight) > in __ip_vs_lblcr_schedule() 605 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblcr_schedule()
|
D | ip_vs_lblc.c | 440 if ((__s64)loh * atomic_read(&dest->weight) > in __ip_vs_lblc_schedule() 441 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblc_schedule()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1807 __s64 lvb_mtime; 1808 __s64 lvb_atime; 1809 __s64 lvb_ctime; 1817 __s64 lvb_mtime; 1818 __s64 lvb_atime; 1819 __s64 lvb_ctime; 2200 __s64 mtime; 2201 __s64 atime; 2202 __s64 ctime; 2285 __s64 sa_mtime; [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.h | 59 __s64 bs_size; /* file size */ 172 __s64 l_start __attribute__((packed)); 174 __s64 l_len __attribute__((packed));
|
D | xfs_linux.h | 37 typedef __s64 xfs_off_t; /* <file offset> type */ 39 typedef __s64 xfs_daddr_t; /* <disk address> type */
|
D | xfs_ioctl32.c | 274 if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_bulkstat()
|
D | xfs_ioctl.c | 765 if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_bulkstat()
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps_64.c | 75 b = (__u64)(__s64)(__s32)(a & 0xffffffffUL); in address_is_sign_extended() 102 __s64 displacement; in generate_and_check_address() 105 addr = (__u64)((__s64)base_address + (displacement << width_shift)); in generate_and_check_address() 147 *result = (__u64)(__s64) *(short *) &x; in misaligned_kernel_word_load() 195 regs->regs[destreg] = (__u64)(__s64) *(__s16 *) &buffer; in misaligned_load() 201 regs->regs[destreg] = (__u64)(__s64) *(__s32 *) &buffer; in misaligned_load()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | atomic.h | 76 ia64_atomic64_##op (__s64 i, atomic64_t *v) \ 78 __s64 old, new; \ 169 atomic64_add_negative (__s64 i, atomic64_t *v) in atomic64_add_negative()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 149 __s64 lc_count; 150 __s64 lc_min; 151 __s64 lc_max; 152 __s64 lc_sumsquare; 159 __s64 lc_array_sum[1]; 166 __s64 pad; 473 percpusize += stats->ls_num * sizeof(__s64); in lprocfs_stats_counter_size() 490 cntr = (void *)cntr + index * sizeof(__s64); in lprocfs_stats_counter_get() 512 extern __s64 lprocfs_read_helper(struct lprocfs_counter *lc,
|
/linux-4.1.27/fs/ocfs2/ |
D | ocfs2_ioctl.h | 41 __s64 l_start; 42 __s64 l_len; /* len == 0 means until end of file */
|
/linux-4.1.27/include/uapi/linux/iio/ |
D | events.h | 23 __s64 timestamp;
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | hyperv.h | 236 __s64 tsc_offset;
|
D | kvm.h | 242 __s64 count_load_time;
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_counters.c | 88 percpu_cntr->lc_sumsquare += (__s64)amount * amount; in lprocfs_counter_add()
|
D | lprocfs_status.c | 1785 __s64 lprocfs_read_helper(struct lprocfs_counter *lc, in lprocfs_read_helper() 1790 __s64 ret = 0; in lprocfs_read_helper()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | addrspace.h | 26 #define _ATYPE64_ __s64
|
/linux-4.1.27/fs/lockd/ |
D | xdr4.c | 23 s64_to_loff_t(__s64 offset) in s64_to_loff_t() 110 __s64 end; in nlm4_decode_lock()
|
/linux-4.1.27/include/uapi/linux/android/ |
D | binder.h | 101 #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, __s64)
|
/linux-4.1.27/net/sctp/ |
D | transport.c | 334 + (((__u32)abs64((__s64)tp->srtt - (__s64)rtt)) >> net->sctp.rto_beta); in sctp_transport_update_rto()
|
/linux-4.1.27/include/uapi/linux/dvb/ |
D | frontend.h | 519 __s64 svalue; /* for 0.0001 dB measures */
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 394 __s64 time[2];
|
/linux-4.1.27/fs/ufs/ |
D | ufs_fs.h | 770 __s64 s_qbmask; /* ~usb_bmask */ 771 __s64 s_qfmask; /* ~usb_fmask */
|
/linux-4.1.27/arch/um/drivers/ |
D | cow_user.c | 100 __s64 mtime;
|
/linux-4.1.27/include/uapi/drm/ |
D | drm.h | 55 typedef int64_t __s64; typedef
|
D | i915_drm.h | 1050 __s64 timeout_ns;
|
D | radeon_drm.h | 764 __s64 value;
|
/linux-4.1.27/fs/nilfs2/ |
D | bmap.c | 471 __s64 diff; in nilfs_bmap_find_target_seq()
|
/linux-4.1.27/drivers/usb/misc/ |
D | yurex.c | 71 __s64 bbu; /* BBU from device */
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 30 the kernel has special types like __u32, __s64. Use them. 138 * Use __s64 seconds plus __u64 nanoseconds to specify time. It's not the most
|
/linux-4.1.27/net/ceph/crush/ |
D | mapper.c | 296 __s64 ln, draw, high_draw = 0; in bucket_straw2_choose()
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 778 __s64 l_start __attribute__((packed)); 780 __s64 l_len __attribute__((packed));
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 621 __s64 value64;
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 316 __s64 offset; /* add to hardware counter value */
|
/linux-4.1.27/net/ceph/ |
D | osdmap.c | 1207 __s64 new_pool_max; in osdmap_apply_incremental()
|