Lines Matching refs:path_name
264 "path_name: %s\n"
268 ref->ref_flag, ref->path_name, ref->node_name,
429 ce->path = refs[0].path_name;
430 refs[0].path_name = NULL;
490 rc = cache_entry_hash(refs[0].path_name, strlen(refs[0].path_name), &hash);
667 convert_delimiter(ref[i].path_name, '\\');
765 ref->path_name = kstrdup(path, GFP_ATOMIC);
766 if (!ref->path_name)
784 kfree(ref->path_name);
785 ref->path_name = NULL;