Home
last modified time | relevance | path

Searched refs:ext2_xattr (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext_attr.c206 struct ext2_xattr { struct
215 struct ext2_xattr *attrs; argument
224 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 …]