Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dio-cmd-file.c320 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_execute_discard()
374 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
/Linux-v5.15/fs/
Dopen.c227 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function
322 EXPORT_SYMBOL_GPL(vfs_fallocate);
330 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
Dioctl.c294 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate()
323 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
Dio_uring.c4128 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()
/Linux-v5.15/fs/overlayfs/
Dfile.c513 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/Linux-v5.15/fs/ksmbd/
Dvfs.c1017 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
1021 return vfs_fallocate(fp->filp, FALLOC_FL_ZERO_RANGE, off, len); in ksmbd_vfs_zero_data()
Dsmb2pdu.c3081 err = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in smb2_open()
5636 rc = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in set_file_allocation_info()
/Linux-v5.15/mm/
Dmadvise.c925 error = vfs_fallocate(f, in madvise_remove()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c875 BTF_ID(func, vfs_fallocate) in BTF_ID()
/Linux-v5.15/fs/nfsd/
Dvfs.c579 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/Linux-v5.15/include/linux/
Dfs.h2730 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,