Searched refs:path_ptr (Results 1 – 3 of 3) sorted by relevance
333 char * path_ptr, *path; in fcmd_resolve() local364 path_ptr = path; in fcmd_resolve()366 while ((*path_ptr == ' ') || (*path_ptr == '\t')) path_ptr ++; in fcmd_resolve()368 tc = get_first_token (path_ptr, &lp); in fcmd_resolve()
1079 char *path_buffer, *path_ptr; in get_root_path() local1084 path_ptr = d_path(path, path_buffer, len); in get_root_path()1085 if (IS_ERR(path_ptr)) in get_root_path()1086 error = SET_ERROR(-PTR_ERR(path_ptr)); in get_root_path()1088 strcpy(buff, path_ptr); in get_root_path()
508 path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *path_ptr) in path_rec_completion() argument510 struct ipoib_path *path = path_ptr; in path_rec_completion()