Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dsync.c107 ret = vfs_fallocate(req->file, sync->mode, sync->off, sync->len); in io_fallocate()
/linux/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()
/linux/fs/
H A 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()
H A Dopen.c251 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function
353 EXPORT_SYMBOL_GPL(vfs_fallocate);
362 return vfs_fallocate(fd_file(f), mode, offset, len); in ksys_fallocate()
/linux/fs/cachefiles/
H A Dio.c587 ret = vfs_fallocate(file, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in __cachefiles_prepare_write()
/linux/fs/smb/server/
H A Dvfs.c994 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
998 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
H A Dsmb2pdu.c3497 err = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in smb2_open()
6157 rc = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in set_file_allocation_info()
/linux/mm/
H A Dmadvise.c1034 error = vfs_fallocate(f, in madvise_remove()
/linux/kernel/trace/
H A Dbpf_trace.c937 BTF_ID(func, vfs_fallocate) in BTF_ID()
/linux/include/linux/
H A Dfs.h2800 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,