Searched refs:vfs_fallocate (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | io-cmd-file.c | 322 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_execute_discard() 376 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
|
/kernel/liteos_a/fs/vfs/ |
D | BUILD.gn | 43 "operation/vfs_fallocate.c",
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
D | file.c | 539 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
|
/kernel/linux/linux-5.10/mm/ |
D | madvise.c | 874 error = vfs_fallocate(f, in madvise_remove()
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | bpf_trace.c | 1154 BTF_ID(func, vfs_fallocate) in BTF_ID()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | vfs.c | 601 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs.h | 2542 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|
/kernel/linux/linux-5.10/io_uring/ |
D | io_uring.c | 4113 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()
|