Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/filecorefs/
H A Dfilecore_bmap.c131 return filecore_map(fcmp, ip->i_dirent.addr, lbn, ap->a_bnp); in filecore_bmap()
135 filecore_map(struct filecore_mnt *fcmp, u_int32_t addr, daddr_t lbn, daddr_t *bnp) in filecore_map() function
237 error = filecore_map(fcmp, addr, 0, &bn); in filecore_bread()
259 error = filecore_map(ip->i_mnt, ip->i_dirent.addr, in filecore_dbread()
H A Dfilecore_extern.h113 int filecore_map(struct filecore_mnt *, u_int32_t, daddr_t, daddr_t *);