Searched refs:blockno (Results 1 – 2 of 2) sorted by relevance
68 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer,70 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index);
308 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index) in ext4fs_set_block_bmap() argument313 i = blockno / 8; in ext4fs_set_block_bmap()314 remainder = blockno % 8; in ext4fs_set_block_bmap()344 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer, int index) in ext4fs_reset_block_bmap() argument349 i = blockno / 8; in ext4fs_reset_block_bmap()350 remainder = blockno % 8; in ext4fs_reset_block_bmap()
Completed in 7 milliseconds