/linux/tools/testing/selftests/mincore/ |
A D | mincore_selftest.c | 215 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST() 312 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST()
|
/linux/fs/cifs/ |
A D | cifsfs.c | 319 if (server->ops->fallocate) in cifs_fallocate() 320 return server->ops->fallocate(file, tcon, mode, off, len); in cifs_fallocate() 1282 .fallocate = cifs_fallocate, 1302 .fallocate = cifs_fallocate, 1322 .fallocate = cifs_fallocate, 1340 .fallocate = cifs_fallocate, 1358 .fallocate = cifs_fallocate, 1376 .fallocate = cifs_fallocate,
|
/linux/tools/testing/selftests/memfd/ |
A 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/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/ipc/ |
A D | shm.c | 628 if (!sfd->file->f_op->fallocate) in shm_fallocate() 630 return sfd->file->f_op->fallocate(file, mode, offset, len); in shm_fallocate() 649 .fallocate = shm_fallocate, 662 .fallocate = shm_fallocate,
|
/linux/fs/ |
A D | open.c | 303 if (!file->f_op->fallocate) in vfs_fallocate() 307 ret = file->f_op->fallocate(file, mode, offset, len); in vfs_fallocate() 336 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
|
/linux/arch/parisc/kernel/syscalls/ |
A D | syscall.tbl | 345 305 32 fallocate parisc_fallocate 346 305 64 fallocate sys_fallocate
|
/linux/drivers/target/ |
A D | target_core_file.c | 574 if (!file->f_op->fallocate) in fd_execute_unmap() 577 ret = file->f_op->fallocate(file, mode, pos, len); in fd_execute_unmap()
|
/linux/fs/nfs/ |
A D | nfs4file.c | 459 .fallocate = nfs42_fallocate,
|
/linux/Documentation/filesystems/ |
A D | vfat.rst | 228 when using fallocate with FALLOC_FL_KEEP_SIZE. 232 the fallocated region, user should make sure to recheck fallocate
|
A D | locking.rst | 536 long (*fallocate)(struct file *, int, loff_t, loff_t); 579 ->fallocate implementation must be really careful to maintain page cache 588 readahead paths), the fallocate implementation must take the invalidate_lock to
|
/linux/tools/testing/selftests/vm/ |
A D | userfaultfd.c | 229 if (fallocate(huge_fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in hugetlb_release_pages() 1689 if (fallocate(shm_fd, in main()
|
/linux/arch/um/os-Linux/ |
A D | file.c | 621 int n = fallocate(fd, FALLOC_FL_PUNCH_HOLE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_punch()
|
/linux/fs/fat/ |
A D | file.c | 213 .fallocate = fat_fallocate,
|
/linux/fs/gfs2/ |
A D | file.c | 1568 .fallocate = gfs2_fallocate, 1599 .fallocate = gfs2_fallocate,
|
/linux/block/ |
A D | fops.c | 672 .fallocate = blkdev_fallocate,
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
A D | syscall_n64.tbl | 290 279 n64 fallocate sys_fallocate
|
/linux/arch/ia64/kernel/syscalls/ |
A D | syscall.tbl | 291 279 common fallocate sys_fallocate
|
/linux/arch/mips/kernel/syscalls/ |
A D | syscall_n64.tbl | 290 279 n64 fallocate sys_fallocate
|
A D | syscall_n32.tbl | 294 283 n32 fallocate sys_fallocate
|
/linux/drivers/staging/android/ |
A D | ashmem.c | 503 f->f_op->fallocate(f, in ashmem_shrink_scan()
|
/linux/arch/xtensa/kernel/syscalls/ |
A D | syscall.tbl | 73 62 common fallocate sys_fallocate
|
/linux/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 296 285 common fallocate sys_fallocate
|
/linux/fs/overlayfs/ |
A D | file.c | 672 .fallocate = ovl_fallocate,
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 296 285 common fallocate sys_fallocate
|