|
int | ext4_fs_get_xattr_ref (PEXT2_IRP_CONTEXT IrpContext, PEXT2_VCB fs, PEXT2_MCB inode_ref, struct ext4_xattr_ref *ref) |
|
int | ext4_fs_put_xattr_ref (struct ext4_xattr_ref *ref) |
|
int | ext4_fs_set_xattr (struct ext4_xattr_ref *ref, __u8 name_index, const char *name, size_t name_len, const void *data, size_t data_size, BOOL replace) |
|
int | ext4_fs_set_xattr_ordered (struct ext4_xattr_ref *ref, __u8 name_index, const char *name, size_t name_len, const void *data, size_t data_size) |
|
int | ext4_fs_remove_xattr (struct ext4_xattr_ref *ref, __u8 name_index, const char *name, size_t name_len) |
|
int | ext4_fs_get_xattr (struct ext4_xattr_ref *ref, __u8 name_index, const char *name, size_t name_len, void *buf, size_t buf_size, size_t *data_size) |
|
void | ext4_fs_xattr_iterate (struct ext4_xattr_ref *ref, int(*iter)(struct ext4_xattr_ref *ref, struct ext4_xattr_item *item, BOOL is_last)) |
|
void | ext4_fs_xattr_iterate_reset (struct ext4_xattr_ref *ref) |
|
const char * | ext4_extract_xattr_name (const char *full_name, size_t full_name_len, __u8 *name_index, size_t *name_len, BOOL *found) |
|
const char * | ext4_get_xattr_name_prefix (__u8 name_index, size_t *ret_prefix_len) |
|
void | ext4_xattr_purge_items (struct ext4_xattr_ref *xattr_ref) |
|
Extended Attribute manipulation.
Definition in file ext4_xattr.h.