Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Dio-cmd-file.c304 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_execute_discard()
356 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
/Linux-v5.4/fs/
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()
Dioctl.c490 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
/Linux-v5.4/fs/overlayfs/
Dfile.c359 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/Linux-v5.4/mm/
Dmadvise.c850 error = vfs_fallocate(f, in madvise_remove()
/Linux-v5.4/fs/nfsd/
Dvfs.c565 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/Linux-v5.4/include/linux/
Dfs.h2522 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,