Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/filecorefs/
H A Dfilecore_utils.c261 error = filecore_bread(ip->i_mnt, addr, FILECORE_DIR_SIZE, in filecore_getparent()
282 error = filecore_bread(ip->i_mnt, paddr, FILECORE_DIR_SIZE, in filecore_getparent()
H A Dfilecore_extern.h111 int filecore_bread(struct filecore_mnt *, u_int32_t, int,
H A Dfilecore_node.c163 if ((error = filecore_bread(fcmp, ino & FILECORE_INO_MASK, in filecore_loadvnode()
H A Dfilecore_bmap.c232 filecore_bread(struct filecore_mnt *fcmp, u_int32_t addr, int size, kauth_cred_t cred, struct buf *… in filecore_bread() function