Searched refs:ext2_xattr_handle (Results 1 – 8 of 8) sorted by relevance
/external/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 | 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); [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()
|
/external/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()
|
/external/e2fsprogs/contrib/android/ |
D | perms.c | 35 struct ext2_xattr_handle *xhandle; in ino_add_xattr()
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 2424 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()
|
D | create_inode.c | 141 struct ext2_xattr_handle *handle; in set_inode_xattr()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 924 struct ext2_xattr_handle *handle; in get_inline_data_ea_size()
|