HomeSort by: relevance | last modified time | path
    Searched defs:write_sector (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_io_user.c 66 static bool write_sector(void *, uint8_t *, daddr_t);
93 p->io.write = write_sector;
137 write_sector(void *ctx, uint8_t *buf, daddr_t sector) function in typeref:typename:bool
v7fs_io_user.c 66 static bool write_sector(void *, uint8_t *, daddr_t);
93 p->io.write = write_sector;
137 write_sector(void *ctx, uint8_t *buf, daddr_t sector) function in typeref:typename:bool

Completed in 21 milliseconds