Home
last modified time | relevance | path

Searched defs:fallocate (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h421 # define fallocate fallocate64 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h421 # define fallocate fallocate64 macro
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsys_sparc32.c232 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE6() argument
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c339 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4proc.c1650 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate()
H A Dnfs4xdr.c1728 struct nfsd4_fallocate *fallocate) in nfsd4_decode_fallocate()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1906 long (*fallocate)(struct file *file, int mode, loff_t offset, member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsglob.h475 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member