Searched defs:fallocate (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/tile/kernel/ |
D | compat.c | 68 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, in COMPAT_SYSCALL_DEFINE6() argument
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4proc.c | 1022 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate() 1047 struct nfsd4_fallocate *fallocate) in nfsd4_allocate() 1054 struct nfsd4_fallocate *fallocate) in nfsd4_deallocate()
|
D | nfs4xdr.c | 1663 struct nfsd4_fallocate *fallocate) in nfsd4_decode_fallocate()
|
/linux-4.1.27/fs/ |
D | open.c | 318 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
|
/linux-4.1.27/fs/cifs/ |
D | cifsglob.h | 409 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1616 long (*fallocate)(struct file *file, int mode, loff_t offset, member
|