Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.h67 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer,
69 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index);
H A Dext4_common.c306 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index) in ext4fs_set_block_bmap() argument
311 i = blockno / 8; in ext4fs_set_block_bmap()
312 remainder = blockno % 8; in ext4fs_set_block_bmap()
342 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer, int index) in ext4fs_reset_block_bmap() argument
347 i = blockno / 8; in ext4fs_reset_block_bmap()
348 remainder = blockno % 8; in ext4fs_reset_block_bmap()