| tag | line | file | source code |
| startino | 70 | fs/affs/amigaffs.c | affs_fix_hash_pred(struct inode *startino, int startoffset, LONG key, LONG newkey) |
| startino | 77 | fs/affs/amigaffs.c | nextkey = startino->i_ino; |
| startino | 79 | fs/affs/amigaffs.c | lock_super(startino->i_sb); |
| startino | 84 | fs/affs/amigaffs.c | if (!(bh = affs_bread(startino->i_dev,nextkey,AFFS_I2BSIZE(startino)))) |
| startino | 86 | fs/affs/amigaffs.c | if (affs_checksum_block(AFFS_I2BSIZE(startino),bh->b_data,&ptype,&stype) |
| startino | 98 | fs/affs/amigaffs.c | affs_fix_checksum(AFFS_I2BSIZE(startino),bh->b_data,5); |
| startino | 105 | fs/affs/amigaffs.c | startoffset = AFFS_I2BSIZE(startino) / 4 - 4; |
| startino | 107 | fs/affs/amigaffs.c | unlock_super(startino->i_sb); |
| startino | 115 | fs/affs/amigaffs.c | affs_fix_link_pred(struct inode *startino, LONG key, LONG newkey) |
| startino | 124 | fs/affs/amigaffs.c | offset = AFFS_I2BSIZE(startino) / 4 - 10; |
| startino | 125 | fs/affs/amigaffs.c | nextkey = startino->i_ino; |
| startino | 127 | fs/affs/amigaffs.c | lock_super(startino->i_sb); |
| startino | 132 | fs/affs/amigaffs.c | if (!(bh = affs_bread(startino->i_dev,nextkey,AFFS_I2BSIZE(startino)))) |
| startino | 134 | fs/affs/amigaffs.c | if (affs_checksum_block(AFFS_I2BSIZE(startino),bh->b_data,&ptype,&stype) |
| startino | 155 | fs/affs/amigaffs.c | FILE_END(bh->b_data,startino)->link_chain = newkey; |
| startino | 156 | fs/affs/amigaffs.c | affs_fix_checksum(AFFS_I2BSIZE(startino),bh->b_data,5); |
| startino | 164 | fs/affs/amigaffs.c | unlock_super(startino->i_sb); |
| startino | 36 | include/linux/affs_fs.h | extern int affs_fix_hash_pred(struct inode *startino, int startoffset, |
| startino | 38 | include/linux/affs_fs.h | extern int affs_fix_link_pred(struct inode *startino, LONG key, LONG newkey); |