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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.h104 extern struct dir *dir_add(struct vol *, const struct dir *, struct path *, int);
H A Denumerate.c395 if ((dir = dir_add(vol, curdir, &s_path, len)) == NULL) {
H A Ddirectory.c51 * o merge dircache_search_by_name and dir_add ??
919 struct dir *dir_add(struct vol *vol, const struct dir *dir, struct path *path, int len) function
935 LOG(log_debug, logtype_afpd, "dir_add(did:%u,'%s/%s'): {stray cache entry: did:%u,'%s', removing}",
940 AFP_PANIC("dir_add");
961 LOG(log_error, logtype_afpd, "dir_add(\"%s\"): can't assign macname", path->u_name);
971 LOG(log_error, logtype_afpd, "dir_add: fullpath: %s", strerror(errno) );
989 LOG(log_error, logtype_afpd, "dir_add: fatal dircache error: %s", cfrombstr(fullpath));
995 LOG(log_debug, logtype_afpd, "dir_add('%s/%s'): error: %u",
1007 LOG(log_debug, logtype_afpd, "dir_add(did:%u,'%s/%s'): {cached: %u,'%s'}",
1344 if ((cdir = dir_add(vo
[all...]
H A Dcatsearch.c619 if ((path.d_dir = dir_add(vol,

Completed in 20 milliseconds