Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H 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()
/OK3568_Linux_fs/kernel/fs/
H A Dioctl.c494 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate()
523 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
H A Dopen.c230 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function
325 EXPORT_SYMBOL_GPL(vfs_fallocate);
333 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dformat.c146 result = vfs_fallocate(bfc->bc_file, 0, new_last_byte_offset, 1); in append_zeros()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c527 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey9601060 vfs_fallocate
/OK3568_Linux_fs/kernel/mm/
H A Dmadvise.c891 error = vfs_fallocate(f, in madvise_remove()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1154 BTF_ID(func, vfs_fallocate) in BTF_ID()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c601 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2603 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4063 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()