Searched refs:ext2_xattr_handle (Results 1 – 8 of 8) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext_attr.c | 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() [all …]
|
D | ext2fs.h | 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); [all …]
|
D | inline_data.c | 32 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()
|
/third_party/e2fsprogs/debugfs/ |
D | xattrs.c | 95 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()
|
/third_party/e2fsprogs/contrib/android/ |
D | perms.c | 36 struct ext2_xattr_handle *xhandle; in ino_add_xattr()
|
/third_party/e2fsprogs/misc/ |
D | fuse2fs.c | 2419 struct ext2_xattr_handle *h; in op_getxattr() 2522 struct ext2_xattr_handle *h; in op_listxattr() 2600 struct ext2_xattr_handle *h; in op_setxattr() 2677 struct ext2_xattr_handle *h; in op_removexattr()
|
D | create_inode.c | 143 struct ext2_xattr_handle *handle; in set_inode_xattr()
|
/third_party/e2fsprogs/e2fsck/ |
D | pass1.c | 925 struct ext2_xattr_handle *handle; in get_inline_data_ea_size()
|