taglinefilesource code
startino70fs/affs/amigaffs.caffs_fix_hash_pred(struct inode *startino, int startoffset, LONG key, LONG newkey)
startino77fs/affs/amigaffs.cnextkey = startino->i_ino;
startino79fs/affs/amigaffs.clock_super(startino->i_sb);
startino84fs/affs/amigaffs.cif (!(bh = affs_bread(startino->i_dev,nextkey,AFFS_I2BSIZE(startino))))
startino86fs/affs/amigaffs.cif (affs_checksum_block(AFFS_I2BSIZE(startino),bh->b_data,&ptype,&stype)
startino98fs/affs/amigaffs.caffs_fix_checksum(AFFS_I2BSIZE(startino),bh->b_data,5);
startino105fs/affs/amigaffs.cstartoffset = AFFS_I2BSIZE(startino) / 4 - 4;
startino107fs/affs/amigaffs.cunlock_super(startino->i_sb);
startino115fs/affs/amigaffs.caffs_fix_link_pred(struct inode *startino, LONG key, LONG newkey)
startino124fs/affs/amigaffs.coffset  = AFFS_I2BSIZE(startino) / 4 - 10;
startino125fs/affs/amigaffs.cnextkey = startino->i_ino;
startino127fs/affs/amigaffs.clock_super(startino->i_sb);
startino132fs/affs/amigaffs.cif (!(bh = affs_bread(startino->i_dev,nextkey,AFFS_I2BSIZE(startino))))
startino134fs/affs/amigaffs.cif (affs_checksum_block(AFFS_I2BSIZE(startino),bh->b_data,&ptype,&stype)
startino155fs/affs/amigaffs.cFILE_END(bh->b_data,startino)->link_chain = newkey;
startino156fs/affs/amigaffs.caffs_fix_checksum(AFFS_I2BSIZE(startino),bh->b_data,5);
startino164fs/affs/amigaffs.cunlock_super(startino->i_sb);
startino36include/linux/affs_fs.hextern int       affs_fix_hash_pred(struct inode *startino, int startoffset,
startino38include/linux/affs_fs.hextern int       affs_fix_link_pred(struct inode *startino, LONG key, LONG newkey);