Searched refs:attrsize (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea_sys.c86 uint32_t attrsize; local
122 attrsize = htonl((uint32_t)ret);
123 memcpy(rbuf, &attrsize, 4);
154 uint32_t attrsize; local
193 attrsize = htonl((uint32_t)ret);
194 memcpy(rbuf, &attrsize, 4);
297 * attrsize (r) length EA in ibuf
318 ret = sys_lsetxattr(uname, attruname, ibuf, attrsize,attr_flag);
321 ret = sys_setxattr(uname, attruname, ibuf, attrsize, attr_flag);
337 getcwdpath(), uname, attruname, attrsize,
[all...]
H A Dea.c286 * attrsize (r) size of ea
298 size_t attrsize,
314 (*(ea->ea_entries))[count].ea_size = attrsize;
341 (*(ea->ea_entries))[ea->ea_count].ea_size = attrsize;
434 * attrsize (r) size of EA
446 size_t attrsize)
481 if (write(fd, ibuf, attrsize) != (ssize_t)attrsize) {
1214 * attrsize (r) length EA in ibuf
1236 if ((ea_addentry(&ea, attruname, attrsize, ofla
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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacglob.h57 unsigned long attrsize; member in struct:__anon7690
H A Dextrafld.c94 static char *make_EF_Head_MAC3(char *ef, unsigned compsize, ulg attrsize,
458 off_t attrsize = (EB_L_MAC3_FINFO_LEN + EB_MAX_OF_VARDATA); local
473 attrbuff = (char *)malloc( (size_t)attrsize );
479 attrsize = make_extrafield_MAC3(attrbuff);
482 ((compbuff = (char *)malloc((size_t)attrsize + MEMCOMPRESS_OVERHEAD))
487 (size_t)attrsize + MEMCOMPRESS_OVERHEAD,
489 (size_t)attrsize );
491 compsize = attrsize;
496 compsize = attrsize;
499 if ((compsize) < attrsize) {
568 make_EF_Head_MAC3(char *ef, unsigned compsize, ulg attrsize, unsigned flag) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c671 off_t attrsize = 0;
684 if (get_attr_dir( z->name, &attrbuff, &attrsize) != EOK ) {
687 if (attrsize == 0) {
695 if (attrsize > (off_t)ULONG_MAX) {
697 attrsize = (off_t)(ULONG_MAX - MEMCOMPRESS_OVERHEAD);
702 printf( "\t[in=%lu]", (unsigned long)attrsize );
706 compbuff = (char *)malloc( (size_t)attrsize + MEMCOMPRESS_OVERHEAD );
711 (size_t)attrsize + MEMCOMPRESS_OVERHEAD,
713 (size_t)attrsize );
719 if (compsize > attrsize) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c686 off_t attrsize = 0; local
701 retval = get_attr_dir( z->name, &attrbuff, &attrsize );
705 if( attrsize == 0 ) {
713 if( attrsize > (off_t)ULONG_MAX ) {
715 attrsize = (off_t)(ULONG_MAX - MEMCOMPRESS_OVERHEAD);
720 printf( "\t[in=%lu]", (unsigned long)attrsize );
724 compbuff = (char *)malloc( (size_t)attrsize + MEMCOMPRESS_OVERHEAD );
729 (size_t)attrsize + MEMCOMPRESS_OVERHEAD,
731 (size_t)attrsize );
737 if( compsize > attrsize ) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dextattrs.c336 uint32_t did, attrsize; local
398 memcpy(&attrsize, ibuf, sizeof(attrsize));
399 attrsize = ntohl(attrsize);
400 ibuf += sizeof(attrsize);
401 if (attrsize > MAX_EA_SIZE)
405 LOG(log_debug, logtype_afpd, "afp_setextattr(%s): EA: %s, size: %u", s_path->u_name, to_stringz(attrmname, attrnamelen), attrsize);
407 ret = vol->vfs->vfs_ea_set(vol, s_path->u_name, attruname, ibuf, attrsize, oflag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvfs.h86 #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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dinode.c1003 const char *name, const void *value, size_t attrsize, int command)
1011 dprintk("%s: id: %llu, start: %llu, name: '%s', attrsize: %zu, cmd: %d.\n",
1012 __func__, id, start, name, attrsize, command);
1020 t = netfs_trans_alloc(psb, namelen + path_len + attrsize, 0, 0);
1043 memcpy(data, value, attrsize);
1048 cmd->size = attrsize + namelen + path_len;
1054 netfs_trans_update(cmd, t, namelen + path_len + attrsize);
1066 const void *value, size_t attrsize, int flags)
1075 return pohmelfs_send_xattr_req(pi, flags, attrsize, name,
1076 value, attrsize, NETFS_XATTR_SE
1002 pohmelfs_send_xattr_req(struct pohmelfs_inode *pi, u64 id, u64 start, const char *name, const void *value, size_t attrsize, int command) argument
1065 pohmelfs_setxattr(struct dentry *dentry, const char *name, const void *value, size_t attrsize, int flags) argument
1079 pohmelfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t attrsize) argument
[all...]

Completed in 178 milliseconds