Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
Dio-cmd-file.c318 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/
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()
Dio_uring.c3767 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()
/Linux-v5.10/fs/overlayfs/
Dfile.c510 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/Linux-v5.10/mm/
Dmadvise.c865 error = vfs_fallocate(f, in madvise_remove()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c1169 BTF_ID(func, vfs_fallocate) in BTF_ID()
/Linux-v5.10/fs/nfsd/
Dvfs.c593 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/Linux-v5.10/include/linux/
Dfs.h2525 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,