Lines Matching defs:lo_p_buf
1006 char *lo_p_buf = NULL;1011 lo_p_buf = kzalloc(PATH_MAX, GFP_KERNEL);1012 if (unlikely(!lo_p_buf))1023 kfree(lo_p_buf);1027 lo_p_buf[path_len++] =1029 lo_p_buf[path_len++] = '/';1033 for (buf_head = lo_p_buf, buf_tail = lo_p_buf + path_len - 1;1038 lo_p_buf[0] = '/';1039 return lo_p_buf;