Home
last modified time | relevance | path

Searched refs:ext2_xattr_handle (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext_attr.c212 struct ext2_xattr_handle { struct
221 static errcode_t ext2fs_xattrs_expand(struct ext2_xattr_handle *h, in ext2fs_xattrs_expand() argument
455 static errcode_t write_xattrs_to_buffer(struct ext2_xattr_handle *handle, in write_xattrs_to_buffer()
520 errcode_t ext2fs_xattrs_write(struct ext2_xattr_handle *handle) in ext2fs_xattrs_write()
657 static errcode_t read_xattrs_from_buffer(struct ext2_xattr_handle *handle, in read_xattrs_from_buffer()
766 static void xattrs_free_keys(struct ext2_xattr_handle *h) in xattrs_free_keys()
780 errcode_t ext2fs_xattrs_read(struct ext2_xattr_handle *handle) in ext2fs_xattrs_read()
885 errcode_t ext2fs_xattrs_iterate(struct ext2_xattr_handle *h, in ext2fs_xattrs_iterate()
908 errcode_t ext2fs_xattr_get(struct ext2_xattr_handle *h, const char *key, in ext2fs_xattr_get()
994 errcode_t ext2fs_xattr_set(struct ext2_xattr_handle *handle, in ext2fs_xattr_set()
[all …]
Dext2fs.h652 struct ext2_xattr_handle;
1220 errcode_t ext2fs_xattrs_write(struct ext2_xattr_handle *handle);
1221 errcode_t ext2fs_xattrs_read(struct ext2_xattr_handle *handle);
1222 errcode_t ext2fs_xattrs_iterate(struct ext2_xattr_handle *h,
1226 errcode_t ext2fs_xattr_get(struct ext2_xattr_handle *h, const char *key,
1228 errcode_t ext2fs_xattr_set(struct ext2_xattr_handle *handle,
1232 errcode_t ext2fs_xattr_remove(struct ext2_xattr_handle *handle,
1235 struct ext2_xattr_handle **handle);
1236 errcode_t ext2fs_xattrs_close(struct ext2_xattr_handle **handle);
1239 errcode_t ext2fs_xattrs_count(struct ext2_xattr_handle *handle, size_t *count);
Dinline_data.c32 struct ext2_xattr_handle *handle; in ext2fs_inline_data_ea_set()
57 struct ext2_xattr_handle *handle; in ext2fs_inline_data_ea_get()
261 struct ext2_xattr_handle *handle; in ext2fs_inline_data_ea_remove()
/external/e2fsprogs/debugfs/
Dxattrs.c60 struct ext2_xattr_handle *h; in dump_inode_attributes()
108 struct ext2_xattr_handle *h; in do_get_xattr()
179 struct ext2_xattr_handle *h; in do_set_xattr()
261 struct ext2_xattr_handle *h; in do_rm_xattr()
/external/e2fsprogs/contrib/android/
Dperms.c32 struct ext2_xattr_handle *xhandle; in ino_add_xattr()
/external/e2fsprogs/misc/
Dfuse2fs.c2414 struct ext2_xattr_handle *h; in op_getxattr()
2517 struct ext2_xattr_handle *h; in op_listxattr()
2595 struct ext2_xattr_handle *h; in op_setxattr()
2678 struct ext2_xattr_handle *h; in op_removexattr()
Dcreate_inode.c138 struct ext2_xattr_handle *handle; in set_inode_xattr()
/external/e2fsprogs/e2fsck/
Dpass1.c814 struct ext2_xattr_handle *handle; in get_inline_data_ea_size()