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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_cache.c154 node->attr_uid = uid;
190 node->attr_uid = 0;
229 ((uid == node->attr_uid) || (0 == node->attr_uid)) && /* does this user or root have access to the cached attributes? */
263 ((uid == node->attr_uid) || (0 == node->attr_uid)) && /* does this user or root have access to the cached attributes */
274 if ( (node->attr_time != 0) && ((uid == node->attr_uid) || (0 == node->attr_uid)) )
H A Dwebdav_cache.h66 uid_t attr_uid; /* user authorized to use attribute data */ member in struct:node_entry

Completed in 105 milliseconds