Home
last modified time | relevance | path

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

/third_party/NuttX/fs/romfs/
Dfs_romfs.h122 struct romfs_mountpt_s struct
194 void romfs_semtake(struct romfs_mountpt_s *rm);
195 void romfs_semgive(struct romfs_mountpt_s *rm);
196 int romfs_hwread(struct romfs_mountpt_s *rm, uint8_t *buffer,
198 int romfs_filecacheread(struct romfs_mountpt_s *rm,
200 int romfs_hwconfigure(struct romfs_mountpt_s *rm);
201 int romfs_fsconfigure(struct romfs_mountpt_s *rm);
202 int romfs_checkmount(struct romfs_mountpt_s *rm);
203 int romfs_finddirentry(struct romfs_mountpt_s *rm,
206 int romfs_parsedirentry(struct romfs_mountpt_s *rm,
[all …]
Dfs_romfsutil.c67 static uint32_t romfs_devread32(struct romfs_mountpt_s *rm, int ndx) in romfs_devread32()
86 static inline int romfs_checkentry(struct romfs_mountpt_s *rm, in romfs_checkentry()
163 uint32_t romfs_devcacheread(struct romfs_mountpt_s *rm, uint32_t offset) in romfs_devcacheread()
178 static int romfs_followhardlinks(struct romfs_mountpt_s *rm, uint32_t offset, in romfs_followhardlinks()
223 int romfs_searchdir(struct romfs_mountpt_s *rm, in romfs_searchdir()
288 void romfs_semtake(struct romfs_mountpt_s *rm) in romfs_semtake()
311 void romfs_semgive(struct romfs_mountpt_s *rm) in romfs_semgive()
327 int romfs_hwconfigure(struct romfs_mountpt_s *rm) in romfs_hwconfigure()
358 int romfs_fsconfigure(struct romfs_mountpt_s *rm) in romfs_fsconfigure()
400 int romfs_checkmount(struct romfs_mountpt_s *rm) in romfs_checkmount()
[all …]
Dfs_romfs.c61 struct romfs_mountpt_s *rm = NULL; in romfs_lookup()
68 rm = (struct romfs_mountpt_s *)parentVnode->originMount->data; in romfs_lookup()
242 struct romfs_mountpt_s *rm = NULL; in romfs_read()
251 rm = (struct romfs_mountpt_s *)filep->f_vnode->originMount->data; in romfs_read()
297 struct romfs_mountpt_s *rm = NULL; in romfs_readpage()
303 rm = (struct romfs_mountpt_s *)vnode->originMount->data; in romfs_readpage()
430 struct romfs_mountpt_s *rm = NULL; in romfs_opendir()
436 rm = (struct romfs_mountpt_s *)vp->originMount->data; in romfs_opendir()
500 struct romfs_mountpt_s *rm = NULL; in romfs_readdir()
511 rm = (struct romfs_mountpt_s *)vp->originMount->data; in romfs_readdir()
[all …]