Searched refs:v_dbpath (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolinfo.h25 char *v_dbpath; member in struct:volinfo
H A Dvolume.h78 char *v_dbpath; member in struct:vol
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd.c330 if (stat(volinfo.v_dbpath, &st) != 0) {
332 dbd_log( LOGSTD, "Can't stat dbpath \"%s\": %s", volinfo.v_dbpath, strerror(errno));
335 if ((mkdir(volinfo.v_dbpath, 0755)) != 0) {
342 if ( (strlen(volinfo.v_dbpath) + strlen("/.AppleDB")) > MAXPATHLEN ) {
346 strncpy(dbpath, volinfo.v_dbpath, MAXPATHLEN - strlen("/.AppleDB"));
H A Dmain.c315 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.v_dbpath, MAXPATHLEN - strlen("/.AppleDB"));
H A Dcnid_metad.c626 if (set_dbdir(volinfo->v_dbpath) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c298 if ((vol->v_dbpath = malloc(MAXPATHLEN+1)) == NULL)
300 strcpy(vol->v_dbpath, value);
459 free(volinfo->v_dbpath); volinfo->v_dbpath = NULL;
567 if (vol->v_dbpath)
568 strlcat(item, vol->v_dbpath, sizeof(item));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c800 volume->v_dbpath = volxlate(obj, NULL, MAXPATHLEN, options[VOLOPT_DBPATH].c_value, pwd, path, name);
1389 free(vol->v_dbpath);

Completed in 52 milliseconds