taglinefilesource code
tmpname110fs/isofs/dir.cchar * tmpname, struct iso_directory_record * tmpde)
tmpname241fs/isofs/dir.clen = isofs_name_translate(name, len, tmpname);
tmpname242fs/isofs/dir.cif (filldir(dirent, tmpname, len, filp->f_pos, inode_number) < 0)
tmpname244fs/isofs/dir.cdcache_add(inode, tmpname, len, inode_number);
tmpname269fs/isofs/dir.cchar * tmpname;
tmpname275fs/isofs/dir.ctmpname = (char *) __get_free_page(GFP_KERNEL);
tmpname276fs/isofs/dir.cif (!tmpname)
tmpname278fs/isofs/dir.ctmpde = (struct iso_directory_record *) (tmpname+256);
tmpname280fs/isofs/dir.cresult = do_isofs_readdir(inode, filp, dirent, filldir, tmpname, tmpde);
tmpname282fs/isofs/dir.cfree_page((unsigned long) tmpname);