Home
last modified time | relevance | path

Searched refs:vfs_fallocate (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/target/
Dio-cmd-file.c322 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/
DBUILD.gn43 "operation/vfs_fallocate.c",
/kernel/linux/linux-5.10/fs/
Dioctl.c494 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()
Dopen.c229 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/
Dfile.c539 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/kernel/linux/linux-5.10/mm/
Dmadvise.c874 error = vfs_fallocate(f, in madvise_remove()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1154 BTF_ID(func, vfs_fallocate) in BTF_ID()
/kernel/linux/linux-5.10/fs/nfsd/
Dvfs.c601 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/kernel/linux/linux-5.10/include/linux/
Dfs.h2542 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c4113 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()