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

  /src/sys/fs/filecorefs/
filecore.h 82 #define FILECORE_DIR_SIZE 2048
filecore_node.c 157 ip->i_dirent.len = FILECORE_DIR_SIZE;
164 FILECORE_DIR_SIZE, NOCRED, &bp)) != 0) {
filecore_bmap.c 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_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_vnops.c 254 n = MIN(FILECORE_DIR_SIZE - on, uio->uio_resid);
255 size = FILECORE_DIR_SIZE;

Completed in 13 milliseconds