HomeSort by relevance Sort by last modified time
    Searched defs:xattrs (Results 1 - 4 of 4) sorted by null

  /external/squashfs-tools/squashfs-tools/
xattr.h 56 int xattrs; member in struct:dupl_id
83 fprintf(stderr, "Xattrs in filesystem! These are not "
121 fprintf(stderr, "Xattrs in filesystem! These are not "
read_xattrs.c 59 static void *xattrs = NULL; variable
164 * number of xattrs in the file system
228 xattrs = realloc(xattrs, (i + 1) * SQUASHFS_METADATA_SIZE);
229 if(xattrs == NULL)
237 ((unsigned char *) xattrs) +
269 free(xattrs);
295 * xattrs from the filesystem on appending, and Unsquashfs uses it
296 * to retrieve the xattrs for writing to disk.
300 * this will cause xattrs to be be lost on appending. Unsquashf
    [all...]
xattr.c 47 #ifdef XATTR_NOFOLLOW /* Apple's xattrs */
152 static struct xattr_list *next_xattr_list(int *xattr_count, struct xattr_list **xattrs) {
154 x = realloc(*xattrs, ++*xattr_count * sizeof(struct xattr_list));
156 *xattrs = x;
161 struct selabel_handle *sehnd, struct xattr_list *xattrs)
165 xattrs->type = get_prefix(xattrs, "security.selinux");
167 xattrs->value = (void *)attr_val;
168 xattrs->vsize = strlen(attr_val);
171 static void set_caps_xattr(uint64_t caps, struct xattr_list *xattrs)
687 int xattrs = 0; local
690 int xattrs; local
    [all...]
  /system/extras/ext4_utils/
ext4_utils.h 107 struct xattr_list_element *xattrs; member in struct:fs_aux_info

Completed in 91 milliseconds