Searched refs:fileblock (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dext2.c339 grub_uint32_t fileblock)
358 if (fileblock < grub_le_to_cpu32(index[i].block))
377 grub_ext2_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
394 fileblock);
404 if (fileblock < grub_le_to_cpu32 (ext[i].block))
410 fileblock -= grub_le_to_cpu32 (ext[i].block);
411 if (fileblock >= grub_le_to_cpu16 (ext[i].len))
420 return fileblock + start;
430 if (fileblock < INDIRECT_BLOCKS)
431 blknr = grub_le_to_cpu32 (inode->blocks.dir_blocks[fileblock]);
336 grub_ext4_find_leaf(struct grub_ext2_data *data, grub_properly_aligned_t *buf, struct grub_ext4_extent_header *ext_block, grub_uint32_t fileblock) argument
376 grub_ext2_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
[all...]
H A Dsfs.c216 grub_sfs_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
228 if (fileblock == 0)
235 if (fileblock < (unsigned int) size)
236 return fileblock + blk;
238 fileblock -= size;
214 grub_sfs_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
H A Dhfsplus.c279 grub_disk_addr_t *fileblock)
282 grub_disk_addr_t blksleft = *fileblock;
292 *fileblock = blksleft;
310 grub_hfsplus_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
313 grub_disk_addr_t blksleft = fileblock;
348 extoverflow.extkey.start = fileblock - blksleft;
356 node->fileid, fileblock);
276 grub_hfsplus_find_block(struct grub_hfsplus_extent *extent, grub_disk_addr_t *fileblock) argument
308 grub_hfsplus_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
H A Daffs.c124 grub_affs_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
144 target = (grub_uint32_t) fileblock / data->htsize;
145 mod = (grub_uint32_t) fileblock % data->htsize;
146 /* Find the block that points to the fileblock we are looking up by
162 /* Translate the fileblock to the block within the right table. */
122 grub_affs_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
H A Dxfs.c281 grub_xfs_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
314 if (fileblock < grub_be_to_cpu64 (keys[i]))
367 if (fileblock < offset)
369 else if (fileblock < offset + size)
371 ret = (fileblock - offset + start);
279 grub_xfs_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
H A Dudf.c414 grub_udf_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
443 filebytes = fileblock * U32 (node->data->lvd.bsize);
496 filebytes = fileblock * U32 (node->data->lvd.bsize);
H A Dnilfs2.c611 grub_nilfs2_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
617 pptr = grub_nilfs2_bmap_lookup (data, inode, fileblock, 1);
610 grub_nilfs2_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument

Completed in 50 milliseconds