Searched refs:xattrs (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c125 static int read_xattrs_from_system(char *filename, struct xattr_list **xattrs) argument
227 *xattrs = xattr_list;
310 static struct dupl_id *check_id_dupl(struct xattr_list *xattr_list, int xattrs) argument
316 /* compute checksum over all xattrs */
317 for(i = 0; i < xattrs; i++) {
327 if (entry->xattrs != xattrs)
330 for(i = 0; i < xattrs; i++) {
341 if(i == xattrs)
352 entry->xattrs
405 get_xattr_id(int xattrs, struct xattr_list *xattr_list, long long xattr_disk, struct dupl_id *xattr_dupl) argument
500 generate_xattrs(int xattrs, struct xattr_list *xattr_list) argument
642 int xattrs; local
[all...]
H A Dread_xattrs.c73 static void *xattrs = NULL; variable
183 * number of xattrs in the file system
249 void *x = realloc(xattrs, (i + 1) * SQUASHFS_METADATA_SIZE);
254 xattrs = x;
263 ((unsigned char *) xattrs) +
281 free(xattrs);
308 xptr = xattrs + get_xattr_block(start) + offset;
344 ool_xptr = xattrs + get_xattr_block(start) + offset;
H A Dxattr.h54 int xattrs; member in struct:dupl_id
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dxattr.c18 * These define virtual xattrs exposing the recursive directory
350 struct ceph_inode_xattr **xattrs = NULL; variable in typeref:struct:ceph_inode_xattr
371 xattrs = kcalloc(numattr, sizeof(struct ceph_xattr *),
374 if (!xattrs)
376 memset(xattrs, 0, numattr*sizeof(struct ceph_xattr *));
378 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr),
380 if (!xattrs[i])
388 kfree(xattrs[i]); variable
389 kfree(xattrs); variable
403 0, 0, 0, &xattrs[numatt
408 kfree(xattrs); variable
419 kfree(xattrs[i]); variable
420 kfree(xattrs); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-rsync.lua85 xattrs = true,
386 xattrs = false,
431 xattrs = 'X',

Completed in 112 milliseconds