Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/sysvbfs/
Dbfs_sysvbfs.c54 STATIC bool bc_write_n(void *, uint8_t *, daddr_t, int);
70 bio->io.write_n = bc_write_n; in sysvbfs_bfs_init()
122 bc_write_n(void *self, uint8_t *buf, daddr_t block, int count) in bc_write_n() function