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 268 static size_t xattr_free_space(struct ext4_xattr_entry *entry, char *end)
288 static struct ext4_xattr_entry* xattr_get_last(struct ext4_xattr_entry *entry)
314 static void xattr_assert_sane(struct ext4_xattr_entry *entry)
317 struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(entry);
342 struct ext4_xattr_entry *entry)
370 static struct ext4_xattr_entry* xattr_addto_range(
373 struct ext4_xattr_entry *first,
389 struct ext4_xattr_entry *new_entry = xattr_get_last(first);
413 struct ext4_xattr_entry *first = (struct ext4_xattr_entry *) (hdr + 1)
    [all...]

Completed in 2162 milliseconds