Searched refs:vfs_fallocate (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/nvme/target/ |
D | io-cmd-file.c | 255 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/ |
D | open.c | 228 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()
|
D | ioctl.c | 482 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
|
/Linux-v4.19/fs/overlayfs/ |
D | file.c | 325 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
|
/Linux-v4.19/mm/ |
D | madvise.c | 610 error = vfs_fallocate(f, in madvise_remove()
|
/Linux-v4.19/fs/nfsd/ |
D | vfs.c | 573 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 2439 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|