Qualcomm Remote Filesystem Service Implementation
Go to file
Bjorn Andersson 886608484b rmtfs: Use pread/pwrite for storage
Instead of relying on an initial lseek, use pread/pwrite. This creates a
cleaner interface towards the storage.c implementation, allowing us to
provide a memory-only implementation of the backing storage.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2019-07-17 12:22:26 -07:00
.gitignore rmtfs: Add .gitignore 2016-06-02 10:30:22 -07:00
LICENSE rmtfs: Add missing LICENSE file 2016-06-02 10:29:40 -07:00
Makefile Makefile: allow $(CFLAGS), $(LDFLAGS) override 2018-07-05 07:01:36 -07:00
qmi_rmtfs.c rmtfs: Migrate to new QMI encoder/decoder library 2018-02-01 02:09:35 +00:00
qmi_rmtfs.h rmtfs: Migrate to new QMI encoder/decoder library 2018-02-01 02:09:35 +00:00
qmi_rmtfs.qmi qmi_rmtfs: Update definition file to match the generated files 2018-02-01 04:39:46 +00:00
qmi_tlv.c rmtfs: Update tlv prototypes to accept message header 2016-02-08 11:49:55 -08:00
rmtfs.c rmtfs: Use pread/pwrite for storage 2019-07-17 12:22:26 -07:00
rmtfs.h rmtfs: Use pread/pwrite for storage 2019-07-17 12:22:26 -07:00
sharedmem.c rmtfs: fix the type of the phys_address argument of rmtfs_mem_ptr() 2018-07-05 07:10:30 -07:00
storage.c rmtfs: Use pread/pwrite for storage 2019-07-17 12:22:26 -07:00
util.c rmtfs: Initial rmtfs implementation 2016-02-07 09:32:14 -08:00
util.h rmtfs: Initial rmtfs implementation 2016-02-07 09:32:14 -08:00