Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
A Dio-cmd-file.c322 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 Dopen.c227 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 Dioctl.c294 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 Dio_uring.c4194 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()
/linux/fs/overlayfs/
A Dfile.c525 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/linux/fs/ksmbd/
A Dvfs.c1017 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 Dsmb2pdu.c3102 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 Dmadvise.c925 error = vfs_fallocate(f, in madvise_remove()
/linux/kernel/trace/
A Dbpf_trace.c921 BTF_ID(func, vfs_fallocate) in BTF_ID()
/linux/fs/nfsd/
A Dvfs.c580 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/linux/include/linux/
A Dfs.h2730 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
/linux/
A Dvmlinux.symvers6074 0x00000000 vfs_fallocate vmlinux EXPORT_SYMBOL_GPL
A DSystem.map8392 ffff8000102427e4 T vfs_fallocate
A D.tmp_System.map8392 ffff8000102427e4 T vfs_fallocate

Completed in 378 milliseconds