Searched refs:vfs_fallocate (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/nvme/target/ |
D | io-cmd-file.c | 304 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/ |
D | open.c | 229 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()
|
D | ioctl.c | 490 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
|
/Linux-v5.4/fs/overlayfs/ |
D | file.c | 359 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
|
/Linux-v5.4/mm/ |
D | madvise.c | 850 error = vfs_fallocate(f, in madvise_remove()
|
/Linux-v5.4/fs/nfsd/ |
D | vfs.c | 565 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
/Linux-v5.4/include/linux/ |
D | fs.h | 2522 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|