/Linux-v5.10/tools/testing/selftests/mincore/ |
D | mincore_selftest.c | 216 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST() 313 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST()
|
/Linux-v5.10/fs/cifs/ |
D | cifsfs.c | 298 if (server->ops->fallocate) in cifs_fallocate() 299 return server->ops->fallocate(file, tcon, mode, off, len); in cifs_fallocate() 1253 .fallocate = cifs_fallocate, 1273 .fallocate = cifs_fallocate, 1293 .fallocate = cifs_fallocate, 1311 .fallocate = cifs_fallocate, 1329 .fallocate = cifs_fallocate, 1347 .fallocate = cifs_fallocate,
|
/Linux-v5.10/tools/testing/selftests/memfd/ |
D | memfd_test.c | 397 r = fallocate(fd, in mfd_assert_write() 461 r = fallocate(fd, in mfd_fail_write() 518 r = fallocate(fd, in mfd_assert_grow() 540 r = fallocate(fd, in mfd_fail_grow()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | sys_sparc32.c | 232 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE6() argument
|
/Linux-v5.10/fs/ |
D | open.c | 305 if (!file->f_op->fallocate) in vfs_fallocate() 309 ret = file->f_op->fallocate(file, mode, offset, len); in vfs_fallocate() 338 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
|
/Linux-v5.10/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 345 305 32 fallocate parisc_fallocate 346 305 64 fallocate sys_fallocate
|
/Linux-v5.10/ipc/ |
D | shm.c | 539 if (!sfd->file->f_op->fallocate) in shm_fallocate() 541 return sfd->file->f_op->fallocate(file, mode, offset, len); in shm_fallocate() 560 .fallocate = shm_fallocate, 573 .fallocate = shm_fallocate,
|
/Linux-v5.10/drivers/target/ |
D | target_core_file.c | 581 if (!file->f_op->fallocate) in fd_execute_unmap() 584 ret = file->f_op->fallocate(file, mode, pos, len); in fd_execute_unmap()
|
/Linux-v5.10/fs/nfs/ |
D | nfs4file.c | 455 .fallocate = nfs42_fallocate,
|
/Linux-v5.10/arch/um/os-Linux/ |
D | file.c | 621 int n = fallocate(fd, FALLOC_FL_PUNCH_HOLE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_punch()
|
/Linux-v5.10/fs/fat/ |
D | file.c | 213 .fallocate = fat_fallocate,
|
/Linux-v5.10/Documentation/filesystems/ |
D | vfat.rst | 228 when using fallocate with FALLOC_FL_KEEP_SIZE. 232 the fallocated region, user should make sure to recheck fallocate
|
D | f2fs.rst | 750 The default operation (i.e., mode is zero) of fallocate() allocates 760 fallocate(fd, DEFAULT_MODE), it allocates on-disk block addressess having 765 3. fallocate(fd, 0, 0, size)
|
/Linux-v5.10/fs/gfs2/ |
D | file.c | 1377 .fallocate = gfs2_fallocate, 1408 .fallocate = gfs2_fallocate,
|
/Linux-v5.10/arch/mips/kernel/syscalls/ |
D | syscall_n32.tbl | 294 283 n32 fallocate sys_fallocate
|
D | syscall_n64.tbl | 290 279 n64 fallocate sys_fallocate
|
/Linux-v5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 291 279 common fallocate sys_fallocate
|
/Linux-v5.10/fs/nfsd/ |
D | nfs4proc.c | 1652 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate() argument 1658 &fallocate->falloc_stateid, in nfsd4_fallocate() 1666 fallocate->falloc_offset, in nfsd4_fallocate() 1667 fallocate->falloc_length, in nfsd4_fallocate()
|
/Linux-v5.10/drivers/staging/android/ |
D | ashmem.c | 502 f->f_op->fallocate(f, in ashmem_shrink_scan()
|
/Linux-v5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 296 285 common fallocate sys_fallocate
|
/Linux-v5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 73 62 common fallocate sys_fallocate
|
/Linux-v5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 296 285 common fallocate sys_fallocate
|
/Linux-v5.10/fs/ext4/ |
D | file.c | 910 .fallocate = ext4_fallocate,
|
/Linux-v5.10/arch/arm/tools/ |
D | syscall.tbl | 369 352 common fallocate sys_fallocate
|
/Linux-v5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 334 324 common fallocate sys_fallocate
|