Home
last modified time | relevance | path

Searched refs:__s64 (Results 1 – 60 of 60) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-time.h128 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/
Dxfs_fs.h81 __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/
Daio_abi.h61 __s64 res; /* result code for this event */
62 __s64 res2; /* secondary result */
92 __s64 aio_offset;
Djoystick.h129 __s64 JS_EXPIRETIME;
130 __s64 JS_TIMELIMIT;
Dbtrfs.h30 __s64 fd;
69 __s64 fd;
320 __s64 src_fd;
332 __s64 fd; /* in - destination file */
488 __s64 send_fd; /* in */
Dpps.h54 __s64 sec;
Dptp_clock.h42 __s64 sec; /* seconds */
Dvideodev2.h1375 __s64 value64;
1433 __s64 minimum;
1434 __s64 maximum;
1436 __s64 default_value;
1451 __s64 value;
1958 __s64 value64;
Dfirewire-cdev.h918 __s64 tv_sec;
Dperf_event.h441 __s64 offset; /* add to hardware event value */
Delf.h22 typedef __s64 Elf64_Sxword;
Dpkt_sched.h792 __s64 time_next_delayed_flow;
/linux-4.1.27/include/uapi/asm-generic/
Dint-ll64.h29 __extension__ typedef __signed__ long long __s64; typedef
32 typedef __signed__ long long __s64; typedef
Dint-l64.h28 typedef __signed__ long __s64; typedef
/linux-4.1.27/include/linux/
Dfalloc.h14 __s64 l_start;
15 __s64 l_len; /* len == 0 means until end of file */
Djiffies.h133 ((__s64)((b) - (a)) < 0))
139 ((__s64)((a) - (b)) >= 0))
Dnfs.h43 #define NFS_OFFSET_MAX ((__s64)((~(__u64)0) >> 1))
Dtypes.h113 typedef __s64 int64_t;
Dtime64.h6 typedef __s64 time64_t;
/linux-4.1.27/include/uapi/mtd/
Dubi-user.h190 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
321 __s64 bytes;
341 __s64 bytes;
/linux-4.1.27/fs/ceph/
Dioctl.h39 __s64 preferred_osd;
63 __s64 osd; /* out: osd # */
/linux-4.1.27/arch/mips/kernel/
Dptrace.c112 __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/
Dip_vs_wlc.c74 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_wlc_schedule()
75 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule()
Dip_vs_nq.c95 ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_nq_schedule()
96 (__s64)doh * atomic_read(&least->weight))) { in ip_vs_nq_schedule()
Dip_vs_sed.c102 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_sed_schedule()
103 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule()
Dip_vs_lblcr.c193 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()
Dip_vs_lblc.c440 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/
Dlustre_idl.h1807 __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/
Dxfs_ioctl32.h59 __s64 bs_size; /* file size */
172 __s64 l_start __attribute__((packed));
174 __s64 l_len __attribute__((packed));
Dxfs_linux.h37 typedef __s64 xfs_off_t; /* <file offset> type */
39 typedef __s64 xfs_daddr_t; /* <disk address> type */
Dxfs_ioctl32.c274 if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64))) in xfs_compat_ioc_bulkstat()
Dxfs_ioctl.c765 if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64))) in xfs_ioc_bulkstat()
/linux-4.1.27/arch/sh/kernel/
Dtraps_64.c75 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/
Datomic.h76 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/
Dlprocfs_status.h149 __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/
Docfs2_ioctl.h41 __s64 l_start;
42 __s64 l_len; /* len == 0 means until end of file */
/linux-4.1.27/include/uapi/linux/iio/
Devents.h23 __s64 timestamp;
/linux-4.1.27/arch/x86/include/uapi/asm/
Dhyperv.h236 __s64 tsc_offset;
Dkvm.h242 __s64 count_load_time;
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_counters.c88 percpu_cntr->lc_sumsquare += (__s64)amount * amount; in lprocfs_counter_add()
Dlprocfs_status.c1785 __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/
Daddrspace.h26 #define _ATYPE64_ __s64
/linux-4.1.27/fs/lockd/
Dxdr4.c23 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/
Dbinder.h101 #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, __s64)
/linux-4.1.27/net/sctp/
Dtransport.c334 + (((__u32)abs64((__s64)tp->srtt - (__s64)rtt)) >> net->sctp.rto_beta); in sctp_transport_update_rto()
/linux-4.1.27/include/uapi/linux/dvb/
Dfrontend.h519 __s64 svalue; /* for 0.0001 dB measures */
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h394 __s64 time[2];
/linux-4.1.27/fs/ufs/
Dufs_fs.h770 __s64 s_qbmask; /* ~usb_bmask */
771 __s64 s_qfmask; /* ~usb_fmask */
/linux-4.1.27/arch/um/drivers/
Dcow_user.c100 __s64 mtime;
/linux-4.1.27/include/uapi/drm/
Ddrm.h55 typedef int64_t __s64; typedef
Di915_drm.h1050 __s64 timeout_ns;
Dradeon_drm.h764 __s64 value;
/linux-4.1.27/fs/nilfs2/
Dbmap.c471 __s64 diff; in nilfs_bmap_find_target_seq()
/linux-4.1.27/drivers/usb/misc/
Dyurex.c71 __s64 bbu; /* BBU from device */
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt30 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/
Dmapper.c296 __s64 ln, draw, high_draw = 0; in bucket_straw2_choose()
/linux-4.1.27/fs/
Dcompat_ioctl.c778 __s64 l_start __attribute__((packed));
780 __s64 l_len __attribute__((packed));
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c621 __s64 value64;
/linux-4.1.27/tools/perf/
Ddesign.txt316 __s64 offset; /* add to hardware counter value */
/linux-4.1.27/net/ceph/
Dosdmap.c1207 __s64 new_pool_max; in osdmap_apply_incremental()