Home
last modified time | relevance | path

Searched refs:vfs_fallocate (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dsync.c107 ret = vfs_fallocate(req->file, sync->mode, sync->off, sync->len); in io_fallocate()
/kernel/linux/linux-5.10/drivers/nvme/target/
H A 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/linux/linux-6.6/drivers/nvme/target/
H A Dio-cmd-file.c297 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_execute_discard()
351 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
/kernel/linux/linux-5.10/fs/
H A 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()
H A 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); variable
332 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
/kernel/linux/linux-6.6/fs/
H A Dopen.c244 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function
339 EXPORT_SYMBOL_GPL(vfs_fallocate); variable
347 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
H A Dioctl.c291 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate()
320 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dinterface.c256 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
H A Dio.c577 ret = vfs_fallocate(file, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in __cachefiles_prepare_write()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dfile.c569 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dfile.c543 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs.c980 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
984 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
H A Dsmb2pdu.c3283 err = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in smb2_open()
3287 "vfs_fallocate is failed : %d\n", in smb2_open()
5772 rc = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in set_file_allocation_info()
5775 pr_err("vfs_fallocate is failed : %d\n", rc); in set_file_allocation_info()
/kernel/linux/linux-5.10/mm/
H A Dmadvise.c874 error = vfs_fallocate(f, in madvise_remove()
/kernel/linux/linux-6.6/mm/
H A Dmadvise.c1011 error = vfs_fallocate(f, in madvise_remove()
/kernel/linux/linux-5.10/kernel/trace/
H A Dbpf_trace.c1172 BTF_ID(func, vfs_fallocate)
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c601 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c690 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h2593 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h2494 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
/kernel/linux/linux-6.6/kernel/trace/
H A Dbpf_trace.c943 BTF_ID(func, vfs_fallocate)
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c4152 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()

Completed in 60 milliseconds