Searched refs:ext2_xattr (Results 1 – 1 of 1) sorted by relevance
206 struct ext2_xattr { struct215 struct ext2_xattr *attrs; argument224 struct ext2_xattr *new_attrs; in ext2fs_xattrs_expand()228 sizeof(struct ext2_xattr), &new_attrs); in ext2fs_xattrs_expand()232 memcpy(new_attrs, h->attrs, h->length * sizeof(struct ext2_xattr)); in ext2fs_xattrs_expand()262 const struct ext2_xattr *xa = a, *xb = b; in attr_compare()456 struct ext2_xattr **pos, in write_xattrs_to_buffer()462 struct ext2_xattr *x = *pos; in write_xattrs_to_buffer()522 struct ext2_xattr *x; in ext2fs_xattrs_write()567 qsort(x, handle->length, sizeof(struct ext2_xattr), attr_compare); in ext2fs_xattrs_write()[all …]