Home
last modified time | relevance | path

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

123

/kernel/liteos_a/fs/vfs/operation/
Dvfs_fallocate.c65 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
Dvfs_force_umount.c349 .fallocate = ErrorFopFallocate,
/kernel/linux/linux-5.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()
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/
Dmincore_selftest.c219 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/
Dmemfd_test.c397 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/
Dsys_sparc32.c232 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE6() argument
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl345 305 32 fallocate parisc_fallocate
346 305 64 fallocate sys_fallocate
/kernel/linux/linux-5.10/ipc/
Dshm.c631 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/
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()
/kernel/linux/linux-5.10/drivers/staging/android/
Dashmem.c543 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/
Dnfs4file.c465 .fallocate = nfs42_fallocate,
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/fs/fat/
Dfile.c213 .fallocate = fat_fallocate,
/kernel/linux/linux-5.10/Documentation/filesystems/
Dvfat.rst228 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/
Dfile.c1383 .fallocate = gfs2_fallocate,
1414 .fallocate = gfs2_fallocate,
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl294 283 n32 fallocate sys_fallocate
Dsyscall_n64.tbl290 279 n64 fallocate sys_fallocate
Dsyscall_o32.tbl334 320 o32 fallocate sys_fallocate sys32_fallocate
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl291 279 common fallocate sys_fallocate
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4proc.c1642 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/
Dsyscall_64.tbl296 285 common fallocate sys_fallocate
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl296 285 common fallocate sys_fallocate
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl73 62 common fallocate sys_fallocate
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl334 324 common fallocate sys_fallocate

123