/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_fallocate.c | 65 if (!filep->ops || !filep->ops->fallocate) { in file_fallocate() 72 ret = filep->ops->fallocate(filep, mode, offset, len); in file_fallocate() 105 int fallocate(int fd, int mode, off_t offset, off_t len) in fallocate() function
|
D | vfs_force_umount.c | 349 .fallocate = ErrorFopFallocate,
|
/kernel/linux/linux-5.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() 1263 .fallocate = cifs_fallocate, 1283 .fallocate = cifs_fallocate, 1303 .fallocate = cifs_fallocate, 1321 .fallocate = cifs_fallocate, 1339 .fallocate = cifs_fallocate, 1357 .fallocate = cifs_fallocate,
|
/kernel/linux/linux-5.10/tools/testing/selftests/mincore/ |
D | mincore_selftest.c | 219 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST() 321 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST()
|
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
D | memfd_test.c | 397 r = fallocate(fd, in mfd_assert_write() 462 r = fallocate(fd, in mfd_fail_write() 519 r = fallocate(fd, in mfd_assert_grow() 541 r = fallocate(fd, in mfd_fail_grow()
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 345 305 32 fallocate parisc_fallocate 346 305 64 fallocate sys_fallocate
|
/kernel/linux/linux-5.10/ipc/ |
D | shm.c | 631 if (!sfd->file->f_op->fallocate) in shm_fallocate() 633 return sfd->file->f_op->fallocate(file, mode, offset, len); in shm_fallocate() 652 .fallocate = shm_fallocate, 665 .fallocate = shm_fallocate,
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/drivers/staging/android/ |
D | ashmem.c | 543 f->f_op->fallocate(f, in ashmem_shrink_scan() 928 f->f_op->fallocate(f, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in ashmem_shrink_by_id()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs4file.c | 465 .fallocate = nfs42_fallocate,
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/fs/fat/ |
D | file.c | 213 .fallocate = fat_fallocate,
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | file.c | 1383 .fallocate = gfs2_fallocate, 1414 .fallocate = gfs2_fallocate,
|
/kernel/linux/linux-5.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
|
D | syscall_o32.tbl | 334 320 o32 fallocate sys_fallocate sys32_fallocate
|
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 291 279 common fallocate sys_fallocate
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfs4proc.c | 1642 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate() argument 1648 &fallocate->falloc_stateid, in nfsd4_fallocate() 1656 fallocate->falloc_offset, in nfsd4_fallocate() 1657 fallocate->falloc_length, in nfsd4_fallocate()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 296 285 common fallocate sys_fallocate
|
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 296 285 common fallocate sys_fallocate
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 73 62 common fallocate sys_fallocate
|
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 334 324 common fallocate sys_fallocate
|