Searched refs:orig_path (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtivo_commands.h14 ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
H A Dalbumart.c38 art_cache_exists(const char * orig_path, char ** cache_file) argument
40 asprintf(cache_file, "%s/art_cache%s", db_path, orig_path);
H A Dtivo_commands.c616 ProcessTiVoCommand(struct upnphttp * h, const char * orig_path) argument
627 path = strdup(orig_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_commands.h28 ProcessTiVoCommand(struct upnphttp *h, const char *orig_path);
H A Dalbumart.c43 art_cache_exists(const char *orig_path, char **cache_file) argument
45 if( xasprintf(cache_file, "%s/art_cache%s", db_path, orig_path) < 0 )
H A Dtivo_commands.c659 ProcessTiVoCommand(struct upnphttp *h, const char *orig_path) argument
670 path = strdup(orig_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_netatalk.c33 const char *fname, char **adbl_path, char **orig_path,
57 char **adbl_path, char **orig_path,
65 if (!ctx || !path || !fname || !adbl_path || !orig_path ||
79 *orig_path = talloc_asprintf(ctx, "%s/%s", path, &fname[ptr0]);
82 ptr1 = atalk_get_path_ptr(*orig_path);
84 sys_lstat(*orig_path, orig_info);
90 dname = talloc_strdup(ctx, *orig_path);
92 name = *orig_path;
97 DEBUG(3, ("ATALK: DEBUG:\n%s\n%s\n", *orig_path, *adbl_path));
230 char *orig_path local
56 atalk_build_paths(TALLOC_CTX *ctx, const char *path, const char *fname, char **adbl_path, char **orig_path, SMB_STRUCT_STAT *adbl_info, SMB_STRUCT_STAT *orig_info) argument
262 char *orig_path = 0; local
318 char *orig_path = 0; local
350 char *orig_path = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmove_extent.c230 struct ext4_ext_path *orig_path = NULL; local
295 err = get_ext_path(orig_inode, eblock, &orig_path);
300 orig_path, new_ext, 0))
306 le32_to_cpu(end_ext->ee_block) - 1, &orig_path);
311 orig_path, end_ext, 0))
315 if (orig_path) {
316 ext4_ext_drop_refs(orig_path);
317 kfree(orig_path);
380 * @orig_path: path indicates first extent to be changed
394 struct ext4_ext_path *orig_path,
393 mext_insert_extents(handle_t *handle, struct inode *orig_inode, struct ext4_ext_path *orig_path, struct ext4_extent *o_start, struct ext4_extent *o_end, struct ext4_extent *start_ext, struct ext4_extent *new_ext, struct ext4_extent *end_ext) argument
474 mext_leaf_block(handle_t *handle, struct inode *orig_inode, struct ext4_ext_path *orig_path, struct ext4_extent *dext, ext4_lblk_t *from) argument
658 struct ext4_ext_path *orig_path = NULL; local
1186 struct ext4_ext_path *orig_path = NULL, *holecheck_path = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfilename.c129 pstring orig_path; local
216 pstrcpy(orig_path, name);
240 stat_cache_add(orig_path, name, conn->case_sensitive);
241 DEBUG(5,("conversion finished %s -> %s\n",orig_path, name));
486 stat_cache_add(orig_path, dirpath, conn->case_sensitive);
503 stat_cache_add(orig_path, name, conn->case_sensitive);
510 DEBUG(5,("conversion finished %s -> %s\n",orig_path, name));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_map.c186 __os_unique_name(orig_path, hfile, result_path, result_path_len)
187 _TCHAR *orig_path, *result_path;
199 basename = _tcsrchr(orig_path, '/');
200 p = _tcsrchr(orig_path, '\\');
204 basename = _tcsrchr(orig_path, ':');
207 basename = orig_path;

Completed in 262 milliseconds