Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/fs/
H A Dopen.c353 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
359 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, compat_arg_u64_dual(offset), in COMPAT_SYSCALL_DEFINE6() argument
/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c1962 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate()
H A Dnfs4xdr.c1913 struct nfsd4_fallocate *fallocate = &u->allocate; in nfsd4_decode_fallocate() local
/openbmc/linux/include/linux/
H A Dfs.h1942 long (*fallocate)(struct file *file, int mode, loff_t offset, member
/openbmc/linux/fs/smb/client/
H A Dcifsglob.h559 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member