Searched defs:block_t (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/core/include/
H A Ddisk.h10 typedef uint64_t block_t; typedef
37 extern void getoneblk(struct disk *, char *, block_t, int);
/external/syslinux/core/fs/iso9660/
H A Dsusp_rr.c48 typedef uint32_t block_t; typedef
75 static char *dummy_get_cache(struct device *fs_dev, block_t lba)
128 block_t next_lba; /* Block number of start of next Continuation Area */
185 block_t num_blocks, i;
439 block_t lba;
/external/f2fs-tools/include/
H A Df2fs_fs.h27 typedef u32 block_t; typedef
584 * ex) data_blkaddr = (block_t)(nodepage_start_address + ofs_in_node)

Completed in 316 milliseconds