Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dio-cmd-file.c255 if (vfs_fallocate(req->ns->file, mode, offset, len)) { in nvmet_file_execute_discard()
305 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
/Linux-v4.19/fs/
Dopen.c228 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function
323 EXPORT_SYMBOL_GPL(vfs_fallocate);
331 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
Dioctl.c482 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
/Linux-v4.19/fs/overlayfs/
Dfile.c325 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/Linux-v4.19/mm/
Dmadvise.c610 error = vfs_fallocate(f, in madvise_remove()
/Linux-v4.19/fs/nfsd/
Dvfs.c573 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/Linux-v4.19/include/linux/
Dfs.h2439 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,