Searched defs:fallocate (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
D | compat.c | 68 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, in COMPAT_SYSCALL_DEFINE6() argument
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4proc.c | 1015 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate() 1038 struct nfsd4_fallocate *fallocate) in nfsd4_allocate() 1045 struct nfsd4_fallocate *fallocate) in nfsd4_deallocate()
|
D | nfs4xdr.c | 1664 struct nfsd4_fallocate *fallocate) in nfsd4_decode_fallocate()
|
/linux-4.4.14/fs/ |
D | open.c | 320 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
|
/linux-4.4.14/fs/cifs/ |
D | cifsglob.h | 418 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1636 long (*fallocate)(struct file *file, int mode, loff_t offset, member
|