HomeSort by relevance Sort by last modified time
    Searched refs:ext4_xattr_entry (Results 1 - 2 of 2) sorted by null

  /system/extras/ext4_utils/
xattr.h 22 struct ext4_xattr_entry { struct
37 sizeof(struct ext4_xattr_entry)) & ~EXT4_XATTR_ROUND)
39 ((struct ext4_xattr_entry *)( \
contents.c 258 static size_t xattr_free_space(struct ext4_xattr_entry *entry, char *end)
277 static struct ext4_xattr_entry* xattr_get_last(struct ext4_xattr_entry *entry)
303 static void xattr_assert_sane(struct ext4_xattr_entry *entry)
306 struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(entry);
331 struct ext4_xattr_entry *entry)
359 static struct ext4_xattr_entry* xattr_addto_range(
362 struct ext4_xattr_entry *first,
378 struct ext4_xattr_entry *new_entry = xattr_get_last(first);
402 struct ext4_xattr_entry *first = (struct ext4_xattr_entry *) (hdr + 1)
    [all...]

Completed in 160 milliseconds