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.c302 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()
[all …]
Dext2fs.h669 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);
[all …]
Dinline_data.c32 struct ext2_xattr_handle *handle; in ext2fs_inline_data_ea_set()
52 struct ext2_xattr_handle *handle; in ext2fs_inline_data_ea_get()
256 struct ext2_xattr_handle *handle; in ext2fs_inline_data_ea_remove()
/external/e2fsprogs/debugfs/
Dxattrs.c95 struct ext2_xattr_handle *h; in dump_inode_attributes()
145 struct ext2_xattr_handle *h; in do_get_xattr()
243 struct ext2_xattr_handle *h; in do_set_xattr()
327 struct ext2_xattr_handle *h; in do_rm_xattr()
/external/e2fsprogs/contrib/android/
Dperms.c35 struct ext2_xattr_handle *xhandle; in ino_add_xattr()
/external/e2fsprogs/misc/
Dfuse2fs.c2424 struct ext2_xattr_handle *h; in op_getxattr()
2527 struct ext2_xattr_handle *h; in op_listxattr()
2605 struct ext2_xattr_handle *h; in op_setxattr()
2682 struct ext2_xattr_handle *h; in op_removexattr()
Dcreate_inode.c141 struct ext2_xattr_handle *handle; in set_inode_xattr()
/external/e2fsprogs/e2fsck/
Dpass1.c924 struct ext2_xattr_handle *handle; in get_inline_data_ea_size()