Lines Matching refs:buffer
240 static int _get_new_inode_no(unsigned char *buffer) in _get_new_inode_no() argument
249 unsigned char *ptr = buffer; in _get_new_inode_no()
277 static int _get_new_blk_no(unsigned char *buffer) in _get_new_blk_no() argument
282 unsigned char *ptr = buffer; in _get_new_blk_no()
308 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index) in ext4fs_set_block_bmap() argument
311 unsigned char *ptr = buffer; 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
347 unsigned char *ptr = buffer; in ext4fs_reset_block_bmap()
374 int ext4fs_set_inode_bmap(int inode_no, unsigned char *buffer, int index) in ext4fs_set_inode_bmap() argument
377 unsigned char *ptr = buffer; in ext4fs_set_inode_bmap()
399 void ext4fs_reset_inode_bmap(int inode_no, unsigned char *buffer, int index) in ext4fs_reset_inode_bmap() argument
402 unsigned char *ptr = buffer; in ext4fs_reset_inode_bmap()