Searched refs:vfs_fallocate (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.6/io_uring/ |
| D | sync.c | 107 ret = vfs_fallocate(req->file, sync->mode, sync->off, sync->len); in io_fallocate()
|
| /Linux-v6.6/drivers/nvme/target/ |
| D | io-cmd-file.c | 297 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-v6.6/fs/ |
| D | ioctl.c | 291 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate() 320 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
| D | open.c | 244 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function 339 EXPORT_SYMBOL_GPL(vfs_fallocate); 347 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
|
| /Linux-v6.6/fs/cachefiles/ |
| D | interface.c | 256 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
|
| D | io.c | 577 ret = vfs_fallocate(file, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in __cachefiles_prepare_write()
|
| /Linux-v6.6/fs/overlayfs/ |
| D | file.c | 569 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
|
| /Linux-v6.6/fs/smb/server/ |
| D | vfs.c | 985 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data() 989 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
|
| D | smb2pdu.c | 3260 err = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in smb2_open() 5749 rc = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in set_file_allocation_info()
|
| /Linux-v6.6/mm/ |
| D | madvise.c | 1011 error = vfs_fallocate(f, in madvise_remove()
|
| /Linux-v6.6/fs/nfsd/ |
| D | vfs.c | 690 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
| /Linux-v6.6/include/linux/ |
| D | fs.h | 2433 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|
| /Linux-v6.6/kernel/trace/ |
| D | bpf_trace.c | 940 BTF_ID(func, vfs_fallocate) in BTF_ID()
|