Searched refs:path_ptr (Results 1 – 2 of 2) sorted by relevance
1069 char *path_buffer, *path_ptr; in get_root_path() local1074 path_ptr = d_path(path, path_buffer, len); in get_root_path()1075 if (IS_ERR(path_ptr)) in get_root_path()1076 error = SET_ERROR(-PTR_ERR(path_ptr)); in get_root_path()1078 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()