Home
last modified time | relevance | path

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

123

/Linux-v5.10/tools/testing/selftests/mincore/
Dmincore_selftest.c216 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST()
313 retval = fallocate(fd, 0, 0, FILE_SIZE); in TEST()
/Linux-v5.10/fs/cifs/
Dcifsfs.c298 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/
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-v5.10/arch/sparc/kernel/
Dsys_sparc32.c232 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE6() argument
/Linux-v5.10/fs/
Dopen.c305 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/
Dsyscall.tbl345 305 32 fallocate parisc_fallocate
346 305 64 fallocate sys_fallocate
/Linux-v5.10/ipc/
Dshm.c539 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/
Dtarget_core_file.c581 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/
Dnfs4file.c455 .fallocate = nfs42_fallocate,
/Linux-v5.10/arch/um/os-Linux/
Dfile.c621 int n = fallocate(fd, FALLOC_FL_PUNCH_HOLE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_punch()
/Linux-v5.10/fs/fat/
Dfile.c213 .fallocate = fat_fallocate,
/Linux-v5.10/Documentation/filesystems/
Dvfat.rst228 when using fallocate with FALLOC_FL_KEEP_SIZE.
232 the fallocated region, user should make sure to recheck fallocate
Df2fs.rst750 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/
Dfile.c1377 .fallocate = gfs2_fallocate,
1408 .fallocate = gfs2_fallocate,
/Linux-v5.10/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl294 283 n32 fallocate sys_fallocate
Dsyscall_n64.tbl290 279 n64 fallocate sys_fallocate
/Linux-v5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl291 279 common fallocate sys_fallocate
/Linux-v5.10/fs/nfsd/
Dnfs4proc.c1652 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/
Dashmem.c502 f->f_op->fallocate(f, in ashmem_shrink_scan()
/Linux-v5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl296 285 common fallocate sys_fallocate
/Linux-v5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl73 62 common fallocate sys_fallocate
/Linux-v5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl296 285 common fallocate sys_fallocate
/Linux-v5.10/fs/ext4/
Dfile.c910 .fallocate = ext4_fallocate,
/Linux-v5.10/arch/arm/tools/
Dsyscall.tbl369 352 common fallocate sys_fallocate
/Linux-v5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl334 324 common fallocate sys_fallocate

123