Home
last modified time | relevance | path

Searched refs:ksys_fallocate (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/arch/powerpc/kernel/
A Dsys_ppc32.c131 return ksys_fallocate(fd, mode, in SYSCALL_DEFINE6()
/linux-6.3-rc2/arch/mips/kernel/
A Dlinux32.c131 return ksys_fallocate(fd, mode, merge_64(offset_a2, offset_a3), in sys32_fallocate()
/linux-6.3-rc2/arch/arm64/kernel/
A Dsys32.c122 return ksys_fallocate(fd, mode, arg_u64(offset), arg_u64(len)); in COMPAT_SYSCALL_DEFINE6()
/linux-6.3-rc2/arch/x86/kernel/
A Dsys_ia32.c123 return ksys_fallocate(fd, mode, ((u64)offset_hi << 32) | offset_lo, in SYSCALL_DEFINE6()
/linux-6.3-rc2/arch/sparc/kernel/
A Dsys_sparc32.c235 return ksys_fallocate(fd, mode, ((loff_t)offhi << 32) | offlo, in COMPAT_SYSCALL_DEFINE6()
/linux-6.3-rc2/arch/s390/kernel/
A Dcompat_linux.c287 return ksys_fallocate(fd, mode, ((loff_t)offhigh << 32) + offlow, in COMPAT_SYSCALL_DEFINE6()
/linux-6.3-rc2/fs/
A Dopen.c341 int ksys_fallocate(int fd, int mode, loff_t offset, loff_t len) in ksys_fallocate() function
355 return ksys_fallocate(fd, mode, offset, len); in SYSCALL_DEFINE4()
362 return ksys_fallocate(fd, mode, compat_arg_u64_glue(offset), in COMPAT_SYSCALL_DEFINE6()
/linux-6.3-rc2/arch/parisc/kernel/
A Dsys_parisc.c378 return ksys_fallocate(fd, mode, ((u64)offhi << 32) | offlo, in parisc_fallocate()
/linux-6.3-rc2/include/linux/
A Dsyscalls.h1301 int ksys_fallocate(int fd, int mode, loff_t offset, loff_t len);

Completed in 20 milliseconds