Searched refs:vfs_fallocate (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/nvme/target/ |
A D | io-cmd-file.c | 322 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_execute_discard() 376 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
|
/linux/fs/ |
A D | open.c | 227 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function 322 EXPORT_SYMBOL_GPL(vfs_fallocate); 330 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
|
A D | ioctl.c | 294 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate() 323 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
A D | io_uring.c | 4194 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()
|
/linux/fs/overlayfs/ |
A D | file.c | 525 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
|
/linux/fs/ksmbd/ |
A D | vfs.c | 1017 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data() 1021 return vfs_fallocate(fp->filp, FALLOC_FL_ZERO_RANGE, off, len); in ksmbd_vfs_zero_data()
|
A D | smb2pdu.c | 3102 err = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in smb2_open() 5673 rc = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in set_file_allocation_info()
|
/linux/mm/ |
A D | madvise.c | 925 error = vfs_fallocate(f, in madvise_remove()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 921 BTF_ID(func, vfs_fallocate) in BTF_ID()
|
/linux/fs/nfsd/ |
A D | vfs.c | 580 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
/linux/include/linux/ |
A D | fs.h | 2730 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|
/linux/ |
A D | vmlinux.symvers | 6074 0x00000000 vfs_fallocate vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 8392 ffff8000102427e4 T vfs_fallocate
|
A D | .tmp_System.map | 8392 ffff8000102427e4 T vfs_fallocate
|
Completed in 366 milliseconds