Home
last modified time | relevance | path

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

12345

/Linux-v5.4/fs/orangefs/
Ddowncall.h20 __s64 amt_complete;
45 __s64 block_size;
46 __s64 blocks_total;
47 __s64 blocks_avail;
48 __s64 files_total;
49 __s64 files_avail;
78 __s64 value64;
104 __s64 trailer_size;
Dupcall.h21 __s64 offset;
99 __s64 size;
193 __s64 value64;
227 __s64 trailer_size;
Dprotocol.h233 __s64 size;
258 __s64 dirent_count;
262 __s64 blksize;
/Linux-v5.4/include/uapi/linux/
Dscif_ioctl.h122 __s64 offset;
125 __s64 out_offset;
134 __s64 offset;
153 __s64 loffset;
155 __s64 roffset;
179 __s64 loff;
181 __s64 roff;
Daio_abi.h63 __s64 res; /* result code for this event */
64 __s64 res2; /* secondary result */
94 __s64 aio_offset;
Dtime_types.h32 __s64 tv_sec;
33 __s64 tv_usec;
Dpps.h55 __s64 sec;
61 __s64 sec;
Djoystick.h126 __s64 JS_EXPIRETIME;
127 __s64 JS_TIMELIMIT;
Duserfaultfd.h219 __s64 copy;
231 __s64 zeropage;
/Linux-v5.4/net/ceph/crush/
Dcrush_ln_table.h26 static __s64 __RH_LH_tbl[128*2+2] = {
97 static __s64 __LL_tbl[256] = {
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_fs.h35 __s64 bmv_offset; /* file offset of segment in blocks */
36 __s64 bmv_block; /* starting block (64-bit daddr_t) */
37 __s64 bmv_length; /* length of segment, blocks */
54 __s64 bmv_offset; /* file offset of segment in blocks */
55 __s64 bmv_block; /* starting block (64-bit daddr_t) */
56 __s64 bmv_length; /* length of segment, blocks */
117 __s64 l_start;
118 __s64 l_len; /* len == 0 means until end of file */
339 __s64 bs_size; /* file size */
615 __s64 align; /* force alignment of ha_fid */
/Linux-v5.4/include/uapi/asm-generic/
Dint-ll64.h30 __extension__ typedef __signed__ long long __s64; typedef
33 typedef __signed__ long long __s64; typedef
/Linux-v5.4/include/linux/
Dfalloc.h15 __s64 l_start;
16 __s64 l_len; /* len == 0 means until end of file */
/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.h39 __s64 bmv_offset; /* file offset of segment in blocks */
40 __s64 bmv_block; /* starting block (64-bit daddr_t) */
41 __s64 bmv_length; /* length of segment, blocks */
Dxfs_ioctl32.h47 __s64 bs_size; /* file size */
160 __s64 l_start __attribute__((packed));
162 __s64 l_len __attribute__((packed));
/Linux-v5.4/include/uapi/mtd/
Dubi-user.h196 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
341 __s64 bytes;
361 __s64 bytes;
/Linux-v5.4/fs/ceph/
Dioctl.h40 __s64 preferred_osd;
64 __s64 osd; /* out: osd # */
/Linux-v5.4/arch/x86/include/uapi/asm/
Dkvm_para.h68 __s64 sec;
69 __s64 nsec;
/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_nq.c90 ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_nq_schedule()
91 (__s64)doh * atomic_read(&least->weight))) { in ip_vs_nq_schedule()
Dip_vs_sed.c97 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_sed_schedule()
98 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule()
Dip_vs_wlc.c69 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_wlc_schedule()
70 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule()
Dip_vs_lblcr.c189 if (((__s64)loh * atomic_read(&dest->weight) > in ip_vs_dest_set_min()
190 (__s64)doh * atomic_read(&least->weight)) in ip_vs_dest_set_min()
235 if (((__s64)moh * atomic_read(&dest->weight) < in ip_vs_dest_set_max()
236 (__s64)doh * atomic_read(&most->weight)) in ip_vs_dest_set_max()
601 if ((__s64)loh * atomic_read(&dest->weight) > in __ip_vs_lblcr_schedule()
602 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblcr_schedule()
/Linux-v5.4/crypto/
Djitterentropy.c58 typedef long long __s64; typedef
73 __s64 last_delta2; /* SENSITIVE stuck test */
321 __s64 delta2 = ec->last_delta - current_delta; in jent_stuck()
322 __s64 delta3 = delta2 - ec->last_delta2; in jent_stuck()
/Linux-v5.4/arch/sh/kernel/
Dtraps_64.c73 b = (__u64)(__s64)(__s32)(a & 0xffffffffUL); in address_is_sign_extended()
100 __s64 displacement; in generate_and_check_address()
103 addr = (__u64)((__s64)base_address + (displacement << width_shift)); in generate_and_check_address()
145 *result = (__u64)(__s64) *(short *) &x; in misaligned_kernel_word_load()
193 regs->regs[destreg] = (__u64)(__s64) *(__s16 *) &buffer; in misaligned_load()
199 regs->regs[destreg] = (__u64)(__s64) *(__s32 *) &buffer; in misaligned_load()
/Linux-v5.4/arch/mips/kernel/
Dptrace.c80 __put_user((long)regs->regs[i], (__s64 __user *)&data->regs[i]); in ptrace_getregs()
81 __put_user((long)regs->lo, (__s64 __user *)&data->lo); in ptrace_getregs()
82 __put_user((long)regs->hi, (__s64 __user *)&data->hi); in ptrace_getregs()
83 __put_user((long)regs->cp0_epc, (__s64 __user *)&data->cp0_epc); in ptrace_getregs()
84 __put_user((long)regs->cp0_badvaddr, (__s64 __user *)&data->cp0_badvaddr); in ptrace_getregs()
85 __put_user((long)regs->cp0_status, (__s64 __user *)&data->cp0_status); in ptrace_getregs()
86 __put_user((long)regs->cp0_cause, (__s64 __user *)&data->cp0_cause); in ptrace_getregs()
107 __get_user(regs->regs[i], (__s64 __user *)&data->regs[i]); in ptrace_setregs()
108 __get_user(regs->lo, (__s64 __user *)&data->lo); in ptrace_setregs()
109 __get_user(regs->hi, (__s64 __user *)&data->hi); in ptrace_setregs()
[all …]

12345