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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea_sys.c75 * attruname (r) name of attribute
88 LOG(log_debug7, logtype_afpd, "sys_getextattr_size(%s): attribute: \"%s\"", uname, attruname);
91 ret = sys_lgetxattr(uname, attruname, rbuf +4, 0);
94 ret = sys_getxattr(uname, attruname, rbuf +4, 0);
119 LOG(log_debug7, logtype_afpd, "sys_getextattr_size(%s): attribute: \"%s\", size: %u", uname, attruname, ret);
142 * attruname (r) name of attribute
163 LOG(log_debug7, logtype_afpd, "sys_getextattr_content(%s): attribute: \"%s\", size: %u", uname, attruname, maxreply);
166 ret = sys_lgetxattr(uname, attruname, rbuf +4, maxreply);
169 ret = sys_getxattr(uname, attruname, rbuf +4, maxreply);
185 LOG(log_error, logtype_afpd, "sys_getextattr_content(%s): error: %s", attruname, strerro
[all...]
H A Dea.c285 * attruname (r) name of EA
297 const char * __restrict attruname,
308 if (strcmp(attruname, (*ea->ea_entries)[count].ea_name) == 0) {
310 LOG(log_debug, logtype_afpd, "ea_addentry('%s', bitmap:0x%x): exists", attruname, bitmap);
342 (*(ea->ea_entries))[ea->ea_count].ea_name = strdup(attruname);
347 (*(ea->ea_entries))[ea->ea_count].ea_namelen = strlen(attruname);
432 * attruname (r) EA name
444 const char * __restrict attruname,
452 if ((eaname = ea_path(ea, attruname, 1)) == NULL) {
453 LOG(log_error, logtype_afpd, "write_ea('%s'): ea_path error", attruname);
296 ea_addentry(struct ea * __restrict ea, const char * __restrict attruname, size_t attrsize, int bitmap) argument
443 write_ea(const struct ea * __restrict ea, const char * __restrict attruname, const char * __restrict ibuf, size_t attrsize) argument
511 ea_delentry(struct ea * __restrict ea, const char * __restrict attruname) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvfs.h77 #define VFS_FUNC_ARGS_EA_GETSIZE const struct vol * __restrict vol, char * __restrict rbuf, size_t * __restrict rbuflen, const char * __restrict uname, int oflag, const char * __restrict attruname
78 #define VFS_FUNC_VARS_EA_GETSIZE vol, rbuf, rbuflen, uname, oflag, attruname
80 #define VFS_FUNC_ARGS_EA_GETCONTENT const struct vol * __restrict vol, char * __restrict rbuf, size_t * __restrict rbuflen, const char * __restrict uname, int oflag, const char * __restrict attruname, int maxreply
81 #define VFS_FUNC_VARS_EA_GETCONTENT vol, rbuf, rbuflen, uname, oflag, attruname, maxreply
86 #define VFS_FUNC_ARGS_EA_SET const struct vol * __restrict vol, const char * __restrict uname, const char * __restrict attruname, const char * __restrict ibuf, size_t attrsize, int oflag
87 #define VFS_FUNC_VARS_EA_SET vol, uname, attruname, ibuf, attrsize, oflag
89 #define VFS_FUNC_ARGS_EA_REMOVE const struct vol * __restrict vol, const char * __restrict uname, const char * __restrict attruname, int oflag
90 #define VFS_FUNC_VARS_EA_REMOVE vol, uname, attruname, oflag
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dextattrs.c267 char attruname[256]; local
322 if ( 0 >= convert_string(CH_UTF8_MAC, obj->options.unixcharset, ibuf, attrnamelen, attruname, 256) )
337 ret = vol->vfs->vfs_ea_getsize(vol, rbuf, rbuflen, s_path->u_name, oflag, attruname);
339 ret = vol->vfs->vfs_ea_getcontent(vol, rbuf, rbuflen, s_path->u_name, oflag, attruname, maxreply);
349 char attruname[256]; local
405 if ( 0 >= convert_string(CH_UTF8_MAC, obj->options.unixcharset, attrmname, attrnamelen, attruname, 256))
419 ret = vol->vfs->vfs_ea_set(vol, s_path->u_name, attruname, ibuf, attrsize, oflag);
429 char attruname[256]; local
475 if ( 0 >= (convert_string(CH_UTF8_MAC, obj->options.unixcharset,ibuf, attrnamelen, attruname, 256)) )
480 ret = vol->vfs->vfs_ea_remove(vol, s_path->u_name, attruname, ofla
[all...]

Completed in 102 milliseconds