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

  /src/sys/lib/libsa/
minixfs3.c 165 block_t f_ind_cache_block;
166 block_t f_ind_cache[IND_CACHE_SZ];
174 static int block_map(struct open_file *, block_t, block_t *);
224 block_map(struct open_file *f, block_t file_block, block_t *disk_block_p)
229 block_t ind_cache;
230 block_t ind_block_num;
236 block_t *buf = (void *)fp->f_buf;
267 *disk_block_p = (block_t) ((z << scale) + boff)
    [all...]
minixfs3.h 38 typedef uint32_t block_t; typedef in typeref:typename:uint32_t
102 #define START_BLOCK ((block_t) 2) /* first fs block (not counting SB) */
117 #define NO_BLOCK ((block_t) 0) /* absence of a block number */

Completed in 48 milliseconds