Searched refs:ext2_get_block (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dinode.c22 * Assorted race fixes, rewrite of ext2_get_block() by Al Viro, 2000
366 * picture as after the successful ext2_get_block(), excpet that in one
508 static int ext2_get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) function
581 return block_write_full_page(page,ext2_get_block);
585 return block_read_full_page(page,ext2_get_block);
589 return block_prepare_write(page,from,to,ext2_get_block);
593 return generic_block_bmap(mapping,block,ext2_get_block);
597 return generic_direct_IO(rw, inode, iobuf, blocknr, blocksize, ext2_get_block);
813 block_truncate_page(inode->i_mapping, inode->i_size, ext2_get_block);

Completed in 37 milliseconds