taglinefilesource code
bpath552fs/umsdos/dir.cchar *bpath = (char*)kmalloc(PATH_MAX,GFP_KERNEL);
bpath553fs/umsdos/dir.cif (bpath == NULL){
bpath557fs/umsdos/dir.cchar *ptbpath = bpath+PATH_MAX-1;
bpath593fs/umsdos/dir.ckfree (bpath);