Lines Matching refs:ext2_xattr_handle
684 struct ext2_xattr_handle;
1263 errcode_t ext2fs_xattrs_write(struct ext2_xattr_handle *handle);
1264 errcode_t ext2fs_xattrs_read(struct ext2_xattr_handle *handle);
1265 errcode_t ext2fs_xattrs_iterate(struct ext2_xattr_handle *h,
1269 errcode_t ext2fs_xattr_get(struct ext2_xattr_handle *h, const char *key,
1271 errcode_t ext2fs_xattr_set(struct ext2_xattr_handle *handle,
1275 errcode_t ext2fs_xattr_remove(struct ext2_xattr_handle *handle,
1278 struct ext2_xattr_handle **handle);
1279 errcode_t ext2fs_xattrs_close(struct ext2_xattr_handle **handle);
1282 errcode_t ext2fs_xattrs_count(struct ext2_xattr_handle *handle, size_t *count);
1286 errcode_t ext2fs_xattrs_flags(struct ext2_xattr_handle *handle,