Lines Matching refs:romfs_mountpt_s
67 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()
414 int romfs_parsedirentry(struct romfs_mountpt_s *rm, uint32_t offset, in romfs_parsedirentry()
476 int romfs_parsefilename(struct romfs_mountpt_s *rm, uint32_t offset, in romfs_parsefilename()
545 int romfs_datastart(struct romfs_mountpt_s *rm, uint32_t offset, in romfs_datastart()