Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/operation/
Dvfs_fallocate.c105 int fallocate(int fd, int mode, off_t offset, off_t len) in fallocate() function
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dsys_sparc32.c232 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE6() argument
/kernel/linux/linux-5.10/fs/
Dopen.c338 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4proc.c1648 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate()
Dnfs4xdr.c1728 struct nfsd4_fallocate *fallocate) in nfsd4_decode_fallocate()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1851 long (*fallocate)(struct file *file, int mode, loff_t offset, member
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h475 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member