Lines Matching refs:ext2_xattr
295 struct ext2_xattr { struct
305 struct ext2_xattr *attrs; argument
316 struct ext2_xattr *new_attrs; in ext2fs_xattrs_expand()
320 sizeof(struct ext2_xattr), &new_attrs); in ext2fs_xattrs_expand()
324 memcpy(new_attrs, h->attrs, h->capacity * sizeof(struct ext2_xattr)); in ext2fs_xattrs_expand()
639 write_xattrs_to_buffer(ext2_filsys fs, struct ext2_xattr *attrs, int count, in write_xattrs_to_buffer()
643 struct ext2_xattr *x; in write_xattrs_to_buffer()
819 struct ext2_xattr *x; in read_xattrs_from_buffer()
977 struct ext2_xattr *a = h->attrs; in xattrs_free_keys()
1102 struct ext2_xattr *x; in ext2fs_xattrs_iterate()
1123 struct ext2_xattr *x; in ext2fs_xattr_get()
1304 static errcode_t xattr_update_entry(ext2_filsys fs, struct ext2_xattr *x, in xattr_update_entry()
1358 static int xattr_find_position(struct ext2_xattr *attrs, int count, in xattr_find_position()
1361 struct ext2_xattr *x; in xattr_find_position()
1395 struct ext2_xattr tmp; in xattr_array_update()
1501 static int space_used(struct ext2_xattr *attrs, int count) in space_used()
1504 struct ext2_xattr *x; in space_used()
1533 struct ext2_xattr *x; in ext2fs_xattr_set()
1638 struct ext2_xattr *x; in ext2fs_xattr_remove()
1639 struct ext2_xattr *end = handle->attrs + handle->count; in ext2fs_xattr_remove()
1677 err = ext2fs_get_arrayzero(h->capacity, sizeof(struct ext2_xattr), in ext2fs_xattrs_open()