Searched refs:path_name (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_recycle.c414 char *path_name = NULL; local
493 path_name = SMB_STRDUP("/");
494 ALLOC_CHECK(path_name, done);
497 path_name = SMB_STRDUP(file_name);
498 ALLOC_CHECK(path_name, done);
499 path_name[base - file_name] = '\0';
504 DEBUG(10, ("recycle: fpath = %s\n", path_name)); /* original path */
513 if (matchdirparam(recycle_exclude_dir(handle), path_name)) {
514 DEBUG(3, ("recycle: directory %s is excluded \n", path_name));
520 asprintf(&temp_name, "%s/%s", repository, path_name);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h494 char *path_name; member in struct:dfs_info3_param
528 kfree(param->path_name);
541 kfree(param[i].path_name);
H A Dcifs_dfs_ref.c290 cFYI(1, "DFS: ref path: %s", ref->path_name);
H A Dcifssmb.c4085 node->path_name = cifs_strndup_from_ucs(temp, max_len,
4087 if (!node->path_name) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddsp_defs.h55 extern OsFileHandle *OsOpenFile (char *path_name) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_srv.c2362 const char *user_name, const char *path_name )
2368 if ( path_name ) {
2371 init_unistr2(fl3->path, path_name, UNI_STR_TERMINATE);

Completed in 131 milliseconds