taglinefilesource code
tempname1371fs/hpfs/hpfs_fs.cchar * tempname;
tempname1379fs/hpfs/hpfs_fs.ctempname = (char *) __get_free_page(GFP_KERNEL);
tempname1380fs/hpfs/hpfs_fs.cif (!tempname)
tempname1409fs/hpfs/hpfs_fs.ctranslate_hpfs_name(de->name, namelen, tempname, lc);
tempname1415fs/hpfs/hpfs_fs.cif (filldir(dirent, tempname, namelen, old_pos, ino) < 0) {
tempname1421fs/hpfs/hpfs_fs.cfree_page((unsigned long) tempname);