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

  /src/sys/lib/libsa/
ext2fs.c 152 static int block_map(struct open_file *, indp_t, indp_t *);
206 block_map(struct open_file *f, indp_t file_block, indp_t *disk_block_p) function
330 rc = block_map(f, file_block, &disk_block);
643 rc = block_map(f, (indp_t)0, &disk_block);
minixfs3.c 175 static int block_map(struct open_file *, block_t, block_t *);
225 block_map(struct open_file *f, block_t file_block, block_t *disk_block_p) function
354 rc = block_map(f, file_block, &disk_block);
666 rc = block_map(f, (block_t)0, &disk_block);
914 * anyway, hence everything is done by block_map().
ufs.c 207 static int block_map(struct open_file *, indp_t, indp_t *);
414 block_map(struct open_file *f, indp_t file_block, indp_t *disk_block_p) function
550 rc = block_map(f, file_block, &disk_block);
845 rc = block_map(f, (indp_t)0, &disk_block);

Completed in 17 milliseconds