taglinefilesource code
tempname1356fs/hpfs/hpfs_fs.cchar * tempname;
tempname1364fs/hpfs/hpfs_fs.ctempname = (char *) __get_free_page(GFP_KERNEL);
tempname1365fs/hpfs/hpfs_fs.cif (!tempname)
tempname1394fs/hpfs/hpfs_fs.ctranslate_hpfs_name(de->name, namelen, tempname, lc);
tempname1400fs/hpfs/hpfs_fs.cif (filldir(dirent, tempname, namelen, old_pos, ino) < 0) {
tempname1406fs/hpfs/hpfs_fs.cfree_page((unsigned long) tempname);