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

  /src/sys/fs/filecorefs/
filecore_bmap.c 258 if (ip->i_block == -1)
260 0, &(ip->i_block));
263 error = bread(ip->i_mnt->fc_devvp, ip->i_block, FILECORE_DIR_SIZE,
267 (long long)ip->i_block, FILECORE_DIR_SIZE, *bp, error);
filecore_node.h 91 daddr_t i_block; /* the disc address of the file */ member in struct:filecore_node
filecore_node.c 149 ip->i_block = -1;

Completed in 13 milliseconds