Searched refs:path_name (Results 1 – 5 of 5) sorted by relevance
272 ref->ref_flag, ref->path_name, ref->node_name, in dump_refs()745 ref->path_name = kstrndup(path, strlen(path), GFP_KERNEL); in setup_ref()746 if (!ref->path_name) in setup_ref()764 kfree(ref->path_name); in setup_ref()765 ref->path_name = NULL; in setup_ref()
1637 char *path_name; member1675 kfree(param->path_name); in free_dfs_info_param()1687 kfree(param[i].path_name); in free_dfs_info_array()
750 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()752 if (!node->path_name) { in parse_dfs_referrals()
311 char *path_name; in fuse_dentry_canonical_path() local314 path_name = (char *)get_zeroed_page(GFP_KERNEL); in fuse_dentry_canonical_path()315 if (!path_name) in fuse_dentry_canonical_path()323 args.out_args[0].value = path_name; in fuse_dentry_canonical_path()328 free_page((unsigned long)path_name); in fuse_dentry_canonical_path()
2070 static void update_dev_time(const char *path_name) in update_dev_time() argument2074 filp = filp_open(path_name, O_RDWR, 0); in update_dev_time()