dircheck           77 fs/adfs/dir_f.c 	u32 dircheck = 0;
dircheck           89 fs/adfs/dir_f.c 			dircheck = le32_to_cpu(dir_u32(i)) ^ ror13(dircheck);
dircheck          104 fs/adfs/dir_f.c 			dircheck = *ptr.ptr8++ ^ ror13(dircheck);
dircheck          120 fs/adfs/dir_f.c 		dircheck = le32_to_cpu(v) ^ ror13(dircheck);
dircheck          123 fs/adfs/dir_f.c 	return (dircheck ^ (dircheck >> 8) ^ (dircheck >> 16) ^ (dircheck >> 24)) & 0xff;