taglinefilesource code
tempname1374fs/hpfs/hpfs_fs.cchar * tempname;
tempname1382fs/hpfs/hpfs_fs.ctempname = (char *) __get_free_page(GFP_KERNEL);
tempname1383fs/hpfs/hpfs_fs.cif (!tempname)
tempname1412fs/hpfs/hpfs_fs.ctranslate_hpfs_name(de->name, namelen, tempname, lc);
tempname1418fs/hpfs/hpfs_fs.cif (filldir(dirent, tempname, namelen, old_pos, ino) < 0) {
tempname1424fs/hpfs/hpfs_fs.cfree_page((unsigned long) tempname);