Home
last modified time | relevance | path

Searched refs:fallocate (Results 1 – 25 of 58) sorted by relevance

123

/linux/tools/testing/selftests/mincore/
A Dmincore_selftest.c215 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST()
312 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST()
/linux/fs/cifs/
A Dcifsfs.c319 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 Dmemfd_test.c397 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 Dsys_sparc32.c232 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE6() argument
/linux/ipc/
A Dshm.c628 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 Dopen.c303 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 Dsyscall.tbl345 305 32 fallocate parisc_fallocate
346 305 64 fallocate sys_fallocate
/linux/drivers/target/
A Dtarget_core_file.c574 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 Dnfs4file.c459 .fallocate = nfs42_fallocate,
/linux/Documentation/filesystems/
A Dvfat.rst228 when using fallocate with FALLOC_FL_KEEP_SIZE.
232 the fallocated region, user should make sure to recheck fallocate
A Dlocking.rst536 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 Duserfaultfd.c229 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 Dfile.c621 int n = fallocate(fd, FALLOC_FL_PUNCH_HOLE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_punch()
/linux/fs/fat/
A Dfile.c213 .fallocate = fat_fallocate,
/linux/fs/gfs2/
A Dfile.c1568 .fallocate = gfs2_fallocate,
1599 .fallocate = gfs2_fallocate,
/linux/block/
A Dfops.c672 .fallocate = blkdev_fallocate,
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl290 279 n64 fallocate sys_fallocate
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl291 279 common fallocate sys_fallocate
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl290 279 n64 fallocate sys_fallocate
A Dsyscall_n32.tbl294 283 n32 fallocate sys_fallocate
/linux/drivers/staging/android/
A Dashmem.c503 f->f_op->fallocate(f, in ashmem_shrink_scan()
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl73 62 common fallocate sys_fallocate
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl296 285 common fallocate sys_fallocate
/linux/fs/overlayfs/
A Dfile.c672 .fallocate = ovl_fallocate,
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl296 285 common fallocate sys_fallocate

Completed in 37 milliseconds

123