HomeSort by: relevance | last modified time | path
    Searched refs:filecore_bread (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/filecorefs/
filecore_extern.h 111 int filecore_bread(struct filecore_mnt *, u_int32_t, int,
filecore_utils.c 261 error = filecore_bread(ip->i_mnt, addr, FILECORE_DIR_SIZE,
282 error = filecore_bread(ip->i_mnt, paddr, FILECORE_DIR_SIZE,
filecore_node.c 163 if ((error = filecore_bread(fcmp, ino & FILECORE_INO_MASK,
filecore_bmap.c 232 filecore_bread(struct filecore_mnt *fcmp, u_int32_t addr, int size, kauth_cred_t cred, struct buf **bp) function in typeref:typename:int
241 printf("filecore_bread(error=%d)\n", error);

Completed in 12 milliseconds