Lines Matching refs:ext2_xattr_handle
669 struct ext2_xattr_handle;
1240 errcode_t ext2fs_xattrs_write(struct ext2_xattr_handle *handle);
1241 errcode_t ext2fs_xattrs_read(struct ext2_xattr_handle *handle);
1242 errcode_t ext2fs_xattrs_iterate(struct ext2_xattr_handle *h,
1246 errcode_t ext2fs_xattr_get(struct ext2_xattr_handle *h, const char *key,
1248 errcode_t ext2fs_xattr_set(struct ext2_xattr_handle *handle,
1252 errcode_t ext2fs_xattr_remove(struct ext2_xattr_handle *handle,
1255 struct ext2_xattr_handle **handle);
1256 errcode_t ext2fs_xattrs_close(struct ext2_xattr_handle **handle);
1259 errcode_t ext2fs_xattrs_count(struct ext2_xattr_handle *handle, size_t *count);
1263 errcode_t ext2fs_xattrs_flags(struct ext2_xattr_handle *handle,