Searched refs:volinfo (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolinfo.h7 /* volinfo for shell utilities */
9 #define VOLINFOFILE ".volinfo"
16 struct volinfo { struct
38 struct volinfo *allocvolinfo(char *path);
39 extern int loadvolinfo(char *path, struct volinfo *vol);
40 extern void retainvolinfo(struct volinfo *vol);
41 extern int closevolinfo(struct volinfo *vol);
43 extern int vol_load_charsets(struct volinfo *vol);
H A DMakefile.am8 server_ipc.h tdb.h uam.h unicode.h util.h uuid.h volinfo.h \
H A DMakefile.in323 server_ipc.h tdb.h uam.h unicode.h util.h uuid.h volinfo.h \
H A DMakefile323 server_ipc.h tdb.h uam.h unicode.h util.h uuid.h volinfo.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_util.c62 #include <atalk/volinfo.h>
90 * Load volinfo and initialize struct vol
105 /* try to find a .AppleDesktop/.volinfo */
106 if (loadvolinfo((char *)path, &vol->volinfo) != 0)
109 if (STRCMP(vol->volinfo.v_cnidscheme, != , "dbd"))
110 ERROR("\"%s\" isn't a \"dbd\" CNID volume!", vol->volinfo.v_path);
112 if (vol_load_charsets(&vol->volinfo) == -1)
116 if (vol->volinfo.v_adouble != AD_VERSION2)
117 ERROR("Unsupported adouble versions: %u", vol->volinfo.v_adouble);
119 if (vol->volinfo
156 utompath(const struct volinfo *volinfo, const char *upath) argument
[all...]
H A Dad.h25 #include <atalk/volinfo.h>
50 struct volinfo volinfo; member in struct:__anon7027
69 extern char *utompath(const struct volinfo *volinfo, const char *upath);
H A Dad_find.c31 #include <atalk/volinfo.h>
120 if (convert_charset(vol.volinfo.v_volcharset,
121 vol.volinfo.v_volcharset,
122 vol.volinfo.v_maccharset,
149 bstring volpath = bfromcstr(vol.volinfo.v_path);
H A Dad_rm.c35 #include <atalk/volinfo.h>
168 /* Load .volinfo file for source */
204 if (volume.volinfo.v_path) {
205 if ((volume.volinfo.v_adouble == AD_VERSION2)
238 if (volume.volinfo.v_path) {
239 if ((volume.volinfo.v_adouble == AD_VERSION2)
286 if (volume.volinfo.v_path) {
287 if ((volume.volinfo.v_adouble == AD_VERSION2)
H A Dad.c30 #include <atalk/volinfo.h>
H A Dad_mv.c37 #include <atalk/volinfo.h>
298 if (!svolume.volinfo.v_path
299 || !dvolume.volinfo.v_path
300 || strcmp(svolume.volinfo.v_path, dvolume.volinfo.v_path) != 0)
376 ad_init(&ad, dvolume.volinfo.v_adouble, dvolume.volinfo.v_ad_options);
H A Dad_cp.c70 #include <atalk/volinfo.h>
354 /* Load .volinfo file for destination*/
358 /* Load .volinfo file for source */
478 if (dvolume.volinfo.v_path) {
514 if (dvolume.volinfo.v_path && dvolume.volinfo.v_adouble == AD_VERSION2) {
523 if (svolume.volinfo.v_path && svolume.volinfo.v_adouble == AD_VERSION2) {
546 ad_init(&ad, dvolume.volinfo.v_adouble, dvolume.volinfo
[all...]
H A Dad_ls.c36 #include <atalk/volinfo.h>
231 if (vol->volinfo.v_path == NULL)
234 ad_init(&ad, vol->volinfo.v_adouble, vol->volinfo.v_ad_options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd.h7 #include <atalk/volinfo.h>
32 extern int cmd_dbd_scanvol(DBD *dbd, struct volinfo *volinfo, dbd_flags_t flags);
H A Dcmd_dbd.c74 #include <atalk/volinfo.h>
85 struct volinfo volinfo; /* needed by pack.c:idxname() */ variable in typeref:struct:volinfo
312 /* Load .volinfo file */
313 if (loadvolinfo(volpath, &volinfo) == -1) {
314 dbd_log( LOGSTD, "Not a Netatalk volume at '%s', no .volinfo file at '%s/.AppleDesktop/.volinfo' or unknown volume options", volpath, volpath);
317 if (vol_load_charsets(&volinfo) == -1) {
323 if (volinfo.v_vfs_ea != AFPVOL_EA_AD && volinfo
[all...]
H A Dcnid_metad.c92 #include <atalk/volinfo.h>
112 struct volinfo *volinfo; member in struct:server
143 static struct server *test_usockfn(struct volinfo *volinfo) argument
147 if ((srv[i].volinfo) && (strcmp(srv[i].volinfo->v_path, volinfo->v_path) == 0)) {
155 static int maybe_start_dbd(char *dbdpn, struct volinfo *volinfo) argument
454 struct volinfo *volinfo; local
[all...]
H A Dpack.c20 #include <atalk/volinfo.h>
26 extern struct volinfo volinfo;
85 if (convert_charset(volinfo.v_volcharset,
86 volinfo.v_volcharset,
87 volinfo.v_maccharset,
H A Dmain.c35 #include <atalk/volinfo.h>
49 struct volinfo volinfo; variable in typeref:struct:volinfo
308 /* Load .volinfo file */
309 if (loadvolinfo(argv[optind], &volinfo) == -1) {
310 LOG(log_error, logtype_cnid, "Cant load volinfo for \"%s\"", argv[1]);
313 /* Put "/.AppleDB" at end of volpath, get path from volinfo file */
315 if ((strlen(volinfo.v_dbpath) + strlen("/.AppleDB")) > MAXPATHLEN ) {
316 LOG(log_error, logtype_cnid, "CNID db pathname too long: \"%s\"", volinfo.v_dbpath);
319 strncpy(dbpath, volinfo
[all...]
H A Dcmd_dbd_scanvol.c31 #include <atalk/volinfo.h>
48 static struct volinfo *myvolinfo;
1045 static int scanvol(struct volinfo *vi, dbd_flags_t flags)
1192 int cmd_dbd_scanvol(DBD *dbd_ref, struct volinfo *vi, dbd_flags_t flags)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c16 .volinfo file handling, command line utilities
42 #include <atalk/volinfo.h>
198 int vol_load_charsets( struct volinfo *vol)
240 static int parseline ( char *buf, struct volinfo *vol)
344 int loadvolinfo (char *path, struct volinfo *vol)
356 memset(vol, 0, sizeof(struct volinfo));
359 /* volinfo file is in .AppleDesktop */
379 fprintf (stderr, "error opening volinfo (%s): %s", volinfofile, strerror(errno));
423 * Allocate a struct volinfo object for refcounting usage with retain and close, and
426 struct volinfo *allocvolinf
448 closevolinfo(struct volinfo *volinfo) argument
[all...]
H A DMakefile.am24 volinfo.c \
H A Dcnid.c51 #include <atalk/volinfo.h>
68 * @param volpath (r) volume path that path is a subdir of (has been computed in volinfo funcs)
H A DMakefile.in97 strdicasecmp.c strlcpy.c volinfo.c unix.c ftw.c
102 strcasestr.lo strdicasecmp.lo strlcpy.lo volinfo.lo unix.lo \
320 strdicasecmp.c strlcpy.c volinfo.c unix.c $(am__append_1)
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/volinfo.Plo@am__quote@
H A DMakefile97 strdicasecmp.c strlcpy.c volinfo.c unix.c ftw.c
102 strcasestr.lo strdicasecmp.lo strlcpy.lo volinfo.lo unix.lo \
320 strdicasecmp.c strlcpy.c volinfo.c unix.c $(am__append_1)
391 include ./$(DEPDIR)/volinfo.Plo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp72 GetVolParmsInfoBuffer volinfo; local
77 volPB.ioParam.ioBuffer = (Ptr)&volinfo;
78 volPB.ioParam.ioReqCount = sizeof(volinfo);
82 *isRemote = (volinfo.vMServerAdr != 0);
83 *vMAttrib = volinfo.vMAttrib;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.c25 #include <atalk/volinfo.h>
30 static struct volinfo vol;

Completed in 209 milliseconds

12