Lines Matching refs:ext2_xattr_handle
302 struct ext2_xattr_handle { struct
313 static errcode_t ext2fs_xattrs_expand(struct ext2_xattr_handle *h, in ext2fs_xattrs_expand() argument
693 errcode_t ext2fs_xattrs_write(struct ext2_xattr_handle *handle) in ext2fs_xattrs_write()
813 static errcode_t read_xattrs_from_buffer(struct ext2_xattr_handle *handle, in read_xattrs_from_buffer()
975 static void xattrs_free_keys(struct ext2_xattr_handle *h) in xattrs_free_keys()
990 errcode_t ext2fs_xattrs_read(struct ext2_xattr_handle *handle) in ext2fs_xattrs_read()
1097 errcode_t ext2fs_xattrs_iterate(struct ext2_xattr_handle *h, in ext2fs_xattrs_iterate()
1120 errcode_t ext2fs_xattr_get(struct ext2_xattr_handle *h, const char *key, in ext2fs_xattr_get()
1389 static errcode_t xattr_array_update(struct ext2_xattr_handle *h, in xattr_array_update()
1525 errcode_t ext2fs_xattr_set(struct ext2_xattr_handle *h, in ext2fs_xattr_set()
1637 errcode_t ext2fs_xattr_remove(struct ext2_xattr_handle *handle, in ext2fs_xattr_remove()
1664 struct ext2_xattr_handle **handle) in ext2fs_xattrs_open()
1666 struct ext2_xattr_handle *h; in ext2fs_xattrs_open()
1692 errcode_t ext2fs_xattrs_close(struct ext2_xattr_handle **handle) in ext2fs_xattrs_close()
1694 struct ext2_xattr_handle *h = *handle; in ext2fs_xattrs_close()
1703 errcode_t ext2fs_xattrs_count(struct ext2_xattr_handle *handle, size_t *count) in ext2fs_xattrs_count()
1710 errcode_t ext2fs_xattrs_flags(struct ext2_xattr_handle *handle, in ext2fs_xattrs_flags()