/Linux-v5.4/fs/cifs/ |
D | cifsfs.c | 289 if (server->ops->fallocate) in cifs_fallocate() 290 return server->ops->fallocate(file, tcon, mode, off, len); in cifs_fallocate() 1232 .fallocate = cifs_fallocate, 1251 .fallocate = cifs_fallocate, 1270 .fallocate = cifs_fallocate, 1288 .fallocate = cifs_fallocate, 1306 .fallocate = cifs_fallocate, 1324 .fallocate = cifs_fallocate,
|
/Linux-v5.4/tools/testing/selftests/memfd/ |
D | memfd_test.c | 363 r = fallocate(fd, in mfd_assert_write() 427 r = fallocate(fd, in mfd_fail_write() 484 r = fallocate(fd, in mfd_assert_grow() 506 r = fallocate(fd, in mfd_fail_grow()
|
/Linux-v5.4/fs/nfs/ |
D | nfs4file.c | 285 .fallocate = nfs42_fallocate,
|
/Linux-v5.4/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.4/arch/sparc/kernel/ |
D | sys_sparc32.c | 233 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE6() argument
|
/Linux-v5.4/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 345 305 32 fallocate parisc_fallocate 346 305 64 fallocate sys_fallocate
|
/Linux-v5.4/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.4/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.4/fs/ext4/ |
D | file.c | 528 .fallocate = ext4_fallocate,
|
/Linux-v5.4/arch/um/os-Linux/ |
D | file.c | 617 int n = fallocate(fd, FALLOC_FL_PUNCH_HOLE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_punch()
|
/Linux-v5.4/fs/fat/ |
D | file.c | 224 .fallocate = fat_fallocate,
|
/Linux-v5.4/Documentation/filesystems/ |
D | vfat.txt | 187 when using fallocate with FALLOC_FL_KEEP_SIZE. 191 the fallocated region, user should make sure to recheck fallocate
|
/Linux-v5.4/fs/gfs2/ |
D | file.c | 1305 .fallocate = gfs2_fallocate, 1334 .fallocate = gfs2_fallocate,
|
/Linux-v5.4/fs/overlayfs/ |
D | file.c | 646 .fallocate = ovl_fallocate,
|
/Linux-v5.4/fs/nfsd/ |
D | nfs4proc.c | 1342 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate() argument 1348 &fallocate->falloc_stateid, in nfsd4_fallocate() 1356 fallocate->falloc_offset, in nfsd4_fallocate() 1357 fallocate->falloc_length, in nfsd4_fallocate()
|
/Linux-v5.4/drivers/staging/android/ |
D | ashmem.c | 462 f->f_op->fallocate(f, in ashmem_shrink_scan()
|
/Linux-v5.4/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.4/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 291 279 common fallocate sys_fallocate
|
/Linux-v5.4/drivers/block/ |
D | loop.c | 432 if ((!file->f_op->fallocate) || lo->lo_encrypt_key_size) { in lo_discard() 437 ret = file->f_op->fallocate(file, mode, pos, blk_rq_bytes(rq)); in lo_discard() 862 if ((!file->f_op->fallocate) || in loop_config_discard()
|
/Linux-v5.4/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 73 62 common fallocate sys_fallocate
|
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 296 285 common fallocate __x64_sys_fallocate
|
/Linux-v5.4/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 296 285 common fallocate __x64_sys_fallocate
|
/Linux-v5.4/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 330 320 common fallocate sys_fallocate
|
/Linux-v5.4/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 334 324 common fallocate sys_fallocate
|