Home | History | Annotate | Download | only in ext4

Lines Matching refs:blockno

305 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index)
310 i = blockno / 8;
311 remainder = blockno % 8;
341 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer, int index)
346 i = blockno / 8;
347 remainder = blockno % 8;
1017 /* get the blockbitmap index respective to blockno */
1151 /* get the blockbitmap index respective to blockno */