Searched defs:fallocate (Results 1 – 6 of 6) sorted by relevance
/linux/arch/sparc/kernel/ |
A D | sys_sparc32.c | 232 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE6() argument
|
/linux/fs/ |
A D | open.c | 336 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
|
/linux/fs/nfsd/ |
A D | nfs4proc.c | 1795 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate()
|
A D | nfs4xdr.c | 1842 struct nfsd4_fallocate *fallocate) in nfsd4_decode_fallocate()
|
/linux/fs/cifs/ |
A D | cifsglob.h | 472 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
|
/linux/include/linux/ |
A D | fs.h | 2098 long (*fallocate)(struct file *file, int mode, loff_t offset, member
|
Completed in 50 milliseconds