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