Home
last modified time | relevance | path

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

/fs/ext4/
A Dext4_common.h68 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);
A Dext4_common.c308 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index) in ext4fs_set_block_bmap() argument
313 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() argument
349 i = blockno / 8; in ext4fs_reset_block_bmap()
350 remainder = blockno % 8; in ext4fs_reset_block_bmap()

Completed in 7 milliseconds