tmpde              84 fs/isofs/dir.c 		char *tmpname, struct iso_directory_record *tmpde)
tmpde             136 fs/isofs/dir.c 			memcpy(tmpde, de, slop);
tmpde             145 fs/isofs/dir.c 				memcpy((void *) tmpde + slop, bh->b_data, offset);
tmpde             147 fs/isofs/dir.c 			de = tmpde;
tmpde             254 fs/isofs/dir.c 	struct iso_directory_record *tmpde;
tmpde             261 fs/isofs/dir.c 	tmpde = (struct iso_directory_record *) (tmpname+1024);
tmpde             263 fs/isofs/dir.c 	result = do_isofs_readdir(inode, file, ctx, tmpname, tmpde);
tmpde            1213 fs/isofs/inode.c 	struct iso_directory_record *tmpde = NULL;
tmpde            1254 fs/isofs/inode.c 			if (!tmpde) {
tmpde            1255 fs/isofs/inode.c 				tmpde = kmalloc(256, GFP_KERNEL);
tmpde            1256 fs/isofs/inode.c 				if (!tmpde)
tmpde            1259 fs/isofs/inode.c 			memcpy(tmpde, de, slop);
tmpde            1268 fs/isofs/inode.c 				memcpy((void *)tmpde+slop, bh->b_data, offset);
tmpde            1270 fs/isofs/inode.c 			de = tmpde;
tmpde            1286 fs/isofs/inode.c 	kfree(tmpde);
tmpde            1298 fs/isofs/inode.c 	kfree(tmpde);
tmpde            1317 fs/isofs/inode.c 	struct iso_directory_record *tmpde = NULL;
tmpde            1336 fs/isofs/inode.c 		tmpde = kmalloc(de_len, GFP_KERNEL);
tmpde            1337 fs/isofs/inode.c 		if (!tmpde) {
tmpde            1341 fs/isofs/inode.c 		memcpy(tmpde, bh->b_data + offset, frag1);
tmpde            1346 fs/isofs/inode.c 		memcpy((char *)tmpde+frag1, bh->b_data, de_len - frag1);
tmpde            1347 fs/isofs/inode.c 		de = tmpde;
tmpde            1493 fs/isofs/inode.c 	kfree(tmpde);
tmpde              38 fs/isofs/namei.c 	char *tmpname, struct iso_directory_record *tmpde)
tmpde              84 fs/isofs/namei.c 			memcpy(tmpde, de, slop);
tmpde              93 fs/isofs/namei.c 				memcpy((void *) tmpde + slop, bh->b_data, offset);
tmpde              95 fs/isofs/namei.c 			de = tmpde;