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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddirectory.h87 struct dir *d_dir; /* */ member in struct:path
95 return o_path->d_dir != NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dcatsearch.c275 id = get_id(vol, adp, &path->st, path->d_dir->d_did, path->u_name, strlen(path->u_name));
435 ret = getdirparams(vol, c1.dbitmap, path, path->d_dir, p , &tbuf );
439 ret = getfilparams ( vol, c1.fbitmap, path, path->d_dir, p, &tbuf);
606 path.d_dir = dircache_search_by_name(vol,
610 if (path.d_dir == NULL) {
612 if ((path.d_dir = dir_add(vol,
620 path.m_name = cfrombstr(path.d_dir->d_m_name);
622 if (addstack(path.u_name, path.d_dir, cidx) == -1) {
628 path.d_dir = currentdir;
789 /* For files path.d_dir i
[all...]
H A Dofork.c302 len = blength(path->d_dir->d_u_name);
305 strncpy(pathname + 3, cfrombstr(path->d_dir->d_u_name), len + 1);
320 if ((ret = ostat(cfrombstr(path->d_dir->d_u_name), &path->st, vol_syml_opt(vol))) < 0)
H A Dfiledir.c209 dir = s_path->d_dir;
548 sdir = path->d_dir;
747 sdir = path->d_dir;
H A Ddirectory.c438 ret->d_dir = dir;
459 ret->d_dir = NULL; /* 4 */
780 path->d_dir = NULL;
811 path->d_dir = NULL;
1392 ret.d_dir = dir;
1902 dir = path->d_dir;

Completed in 63 milliseconds