Lines Matching refs:ext2_xattr
295 struct ext2_xattr { struct
307 struct ext2_xattr *attrs; argument
318 struct ext2_xattr *new_attrs; in ext2fs_xattrs_expand()
322 sizeof(struct ext2_xattr), &new_attrs); in ext2fs_xattrs_expand()
326 memcpy(new_attrs, h->attrs, h->capacity * sizeof(struct ext2_xattr)); in ext2fs_xattrs_expand()
643 write_xattrs_to_buffer(ext2_filsys fs, struct ext2_xattr *attrs, int count, in write_xattrs_to_buffer()
647 struct ext2_xattr *x; in write_xattrs_to_buffer()
817 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()
1362 static int xattr_find_position(struct ext2_xattr *attrs, int count, in xattr_find_position()
1365 struct ext2_xattr *x; in xattr_find_position()
1395 struct ext2_xattr tmp; in xattr_array_update()
1505 static int space_used(struct ext2_xattr *attrs, int count) in space_used()
1508 struct ext2_xattr *x; in space_used()
1535 struct ext2_xattr *x; in ext2fs_xattr_set()
1642 struct ext2_xattr *x; in ext2fs_xattr_remove()
1643 struct ext2_xattr *end = handle->attrs + handle->count; in ext2fs_xattr_remove()
1681 err = ext2fs_get_arrayzero(h->capacity, sizeof(struct ext2_xattr), in ext2fs_xattrs_open()