taglinefilesource code
stype118fs/affs/amigaffs.cint affs_checksum_block (int bsize, void *data, int *ptype, int *stype)
stype122fs/affs/amigaffs.cif (stype)
stype123fs/affs/amigaffs.c*stype = swap_long (((long *) data)[bsize / 4 - 1]);
stype137fs/affs/inode.cint ptype, stype;
stype195fs/affs/inode.cif (affs_checksum_block (AFFS_BLOCK_SIZE, root_data, &ptype, &stype)
stype196fs/affs/inode.c|| ptype != T_SHORT || stype != ST_ROOT) {
stype55include/linux/affs_fs.hextern int affs_checksum_block (int bsize, void *data, int *ptype, int *stype);