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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddirectory.h93 static inline int path_isadir(struct path *o_path) argument
95 return o_path->d_dir != NULL;
97 return o_path->m_name == '\0' || /* we are in a it */
98 !o_path->st_valid || /* in cache but we can't chdir in it */
99 (!o_path->st_errno && S_ISDIR(o_path->st.st_mode)); /* not in cache an can't chdir */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Denumerate.c179 struct path *o_path; local
262 o_path = cname( vol, dir, &ibuf );
268 if (NULL == o_path ) {
271 if ( *o_path->m_name != '\0') {
273 return path_error(o_path, AFPERR_NODIR );
277 getcwdpath(), o_path->u_name, fbitmap, dbitmap, reqcnt, sindex, maxsz);
290 if (( !o_path->st_valid && ostat(".", &o_path->st, vol_syml_opt(vol)) < 0 ) ||
305 setdiroffcnt(curdir, &o_path->st, ret);
397 ntohs(vid), ntohl(did), o_path
[all...]

Completed in 86 milliseconds