Searched refs:blockno (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/ext4/
H A Dext4_common.h69 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer,
71 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index);
H A Dext4_common.c307 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index) argument
312 i = blockno / 8;
313 remainder = blockno % 8;
343 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer, int index) argument
348 i = blockno / 8;
349 remainder = blockno % 8;
1020 /* get the blockbitmap index respective to blockno */
1154 /* get the blockbitmap index respective to blockno */

Completed in 69 milliseconds