Searched defs:fallocate (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/fs/ |
A D | open.c | 353 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
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfs4proc.c | 1928 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate()
|
A D | nfs4xdr.c | 1921 struct nfsd4_fallocate *fallocate = &u->allocate; in nfsd4_decode_fallocate() local
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 1783 long (*fallocate)(struct file *file, int mode, loff_t offset, member
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifsglob.h | 502 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
|
Completed in 38 milliseconds