taglinefilesource code
bpath424fs/umsdos/dir.cchar *bpath = (char*)kmalloc(PATH_MAX,GFP_KERNEL);
bpath425fs/umsdos/dir.cif (bpath == NULL){
bpath429fs/umsdos/dir.cchar *ptbpath = bpath+PATH_MAX-1;
bpath465fs/umsdos/dir.ckfree (bpath);