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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dfile.c41 static int affs_get_block(struct inode *inode, long block, struct buffer_head *bh_result, int create);
335 affs_get_block(struct inode *inode, long block, struct buffer_head *bh_result, int create) function
415 return block_write_full_page(page, affs_get_block);
419 return block_read_full_page(page, affs_get_block);
423 return cont_prepare_write(page, from, to, affs_get_block,
428 return generic_block_bmap(mapping,block,affs_get_block);
446 err = affs_get_block(inode, block, &tmp_bh, create);
465 err = affs_get_block(inode, block, &tmp_bh, 1);
484 err = affs_get_block(inode, block, &tmp_bh, 1);

Completed in 37 milliseconds