taglinefilesource code
bpath426fs/umsdos/dir.cchar *bpath = (char*)kmalloc(PATH_MAX,GFP_KERNEL);
bpath427fs/umsdos/dir.cif (bpath == NULL){
bpath431fs/umsdos/dir.cchar *ptbpath = bpath+PATH_MAX-1;
bpath467fs/umsdos/dir.ckfree (bpath);