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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c1278 struct vol *s_vol, *d_vol; local
1347 if (NULL == ( d_vol = getvolbyvid( dvid )) ) {
1352 if (d_vol->v_flags & AFPVOL_RO) {
1357 if (NULL == ( dir = dirlookup( d_vol, ddid )) ) {
1362 if (( s_path = cname( d_vol, dir, &ibuf )) == NULL ) {
1373 if (copy_path_name(d_vol, newname, ibuf) < 0) {
1380 if (NULL == (upath = mtoupath(d_vol, newname, curdir->d_did, utf8_encoding()))) {
1385 if ( (err = copyfile(s_vol, d_vol, -1, p, upath , newname, adp)) < 0 ) {
1401 setvoltime(obj, d_vol );
1512 const struct vol *d_vol,
1511 copyfile(const struct vol *s_vol, const struct vol *d_vol, int sfd, char *src, char *dst, char *newname, struct adouble *adp) argument
[all...]

Completed in 127 milliseconds