Searched refs:vfs_fallocate (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/nvme/target/ |
| D | io-cmd-file.c | 318 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_execute_discard() 372 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
|
| /Linux-v5.10/fs/ |
| D | ioctl.c | 494 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate() 523 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
| D | open.c | 229 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function 324 EXPORT_SYMBOL_GPL(vfs_fallocate); 332 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
|
| D | io_uring.c | 3767 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()
|
| /Linux-v5.10/fs/overlayfs/ |
| D | file.c | 510 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
|
| /Linux-v5.10/mm/ |
| D | madvise.c | 865 error = vfs_fallocate(f, in madvise_remove()
|
| /Linux-v5.10/kernel/trace/ |
| D | bpf_trace.c | 1169 BTF_ID(func, vfs_fallocate) in BTF_ID()
|
| /Linux-v5.10/fs/nfsd/ |
| D | vfs.c | 593 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
| /Linux-v5.10/include/linux/ |
| D | fs.h | 2525 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|