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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.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 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.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 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.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 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Denumerate.c176 struct path *o_path; local
259 o_path = cname( vol, dir, &ibuf );
265 if (NULL == o_path ) {
268 if ( *o_path->m_name != '\0') {
270 return path_error(o_path, AFPERR_NODIR );
274 getcwdpath(), o_path->u_name, fbitmap, dbitmap, reqcnt, sindex, maxsz);
287 if (( !o_path->st_valid && ostat(".", &o_path->st, vol_syml_opt(vol)) < 0 ) ||
302 setdiroffcnt(curdir, &o_path->st, ret);
397 ntohs(vid), ntohl(did), o_path
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Denumerate.c176 struct path *o_path; local
259 o_path = cname( vol, dir, &ibuf );
265 if (NULL == o_path ) {
268 if ( *o_path->m_name != '\0') {
270 return path_error(o_path, AFPERR_NODIR );
274 getcwdpath(), o_path->u_name, fbitmap, dbitmap, reqcnt, sindex, maxsz);
287 if (( !o_path->st_valid && ostat(".", &o_path->st, vol_syml_opt(vol)) < 0 ) ||
302 setdiroffcnt(curdir, &o_path->st, ret);
397 ntohs(vid), ntohl(did), o_path
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Denumerate.c176 struct path *o_path; local
259 o_path = cname( vol, dir, &ibuf );
265 if (NULL == o_path ) {
268 if ( *o_path->m_name != '\0') {
270 return path_error(o_path, AFPERR_NODIR );
274 getcwdpath(), o_path->u_name, fbitmap, dbitmap, reqcnt, sindex, maxsz);
287 if (( !o_path->st_valid && ostat(".", &o_path->st, vol_syml_opt(vol)) < 0 ) ||
302 setdiroffcnt(curdir, &o_path->st, ret);
397 ntohs(vid), ntohl(did), o_path
[all...]

Completed in 229 milliseconds