Home
last modified time | relevance | path

Searched refs:storage_open (Results 1 – 3 of 3) sorted by relevance

/device/linaro/dragonboard/shared/utils/rmtfs/
Drmtfs.h29 struct rmtfd *storage_open(unsigned node, const char *path);
Dstorage.c76 struct rmtfd *storage_open(unsigned node, const char *path) in storage_open() function
Drmtfs.c72 rmtfd = storage_open(pkt->node, req.path); in rmtfs_open()