Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Dsync.c105 ret = vfs_fallocate(req->file, sync->mode, sync->off, sync->len); in io_fallocate()
/linux-6.1.9/drivers/nvme/target/
Dio-cmd-file.c303 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_execute_discard()
357 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
/linux-6.1.9/fs/
Dioctl.c290 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate()
319 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
Dopen.c243 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function
338 EXPORT_SYMBOL_GPL(vfs_fallocate);
346 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
/linux-6.1.9/fs/cachefiles/
Dinterface.c256 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
Dio.c565 ret = vfs_fallocate(file, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in __cachefiles_prepare_write()
/linux-6.1.9/fs/overlayfs/
Dfile.c533 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/linux-6.1.9/fs/ksmbd/
Dvfs.c1011 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
1015 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
Dsmb2pdu.c3122 err = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in smb2_open()
5718 rc = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in set_file_allocation_info()
/linux-6.1.9/mm/
Dmadvise.c991 error = vfs_fallocate(f, in madvise_remove()
/linux-6.1.9/fs/nfsd/
Dvfs.c613 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/linux-6.1.9/kernel/trace/
Dbpf_trace.c929 BTF_ID(func, vfs_fallocate) in BTF_ID()
/linux-6.1.9/include/linux/
Dfs.h2766 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,