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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.h111 extern int movecwd (const struct vol *, struct dir *);
H A Ddirectory.c404 * The final movecwd in cname failed, possibly with EPERM or ENOENT. We:
421 if (movecwd( vol, dirlookup(vol, dir->d_pdid)) < 0 ) /* 1 */
442 if (movecwd(vol, dirlookup(vol, dir->d_pdid)) < 0 ) /* 1 */
1220 if (movecwd(vol, dir) < 0 ) {
1237 if (movecwd( vol, dir ) < 0 ) {
1353 if (movecwd( vol, cdir ) < 0 ) { /* 16 */
1392 int movecwd(const struct vol *vol, struct dir *dir) function
1399 LOG(log_maxdebug, logtype_afpd, "movecwd: from: curdir:\"%s\", cwd:\"%s\"",
1407 LOG(log_debug, logtype_afpd, "movecwd(to: did: %u, \"%s\")",
1411 LOG(log_debug, logtype_afpd, "movecwd(\"
[all...]
H A Dofork.c316 if (movecwd(vol, dir))
H A Dcatsearch.c773 if (movecwd(vol, dir) < 0 )
H A Dfiledir.c551 if ( movecwd( vol, dirlookup(vol, sdir->d_pdid) ) < 0 ) {
H A Dfile.c1946 if (movecwd(vol, dir) < 0) {
2055 if ((movecwd(vol, dir) < 0) || (lstat(upath, &st) < 0)) {
H A Dfork.c88 if (movecwd(vol, dir) < 0)

Completed in 165 milliseconds