Home
last modified time | relevance | path

Searched refs:ool_value (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c438 xattr->ool_value = SQUASHFS_INVALID_BLK; in check_value_dupl()
445 xattr->ool_value = entry->ool_value; in check_value_dupl()
630 (xattr->ool_value == SQUASHFS_INVALID_BLK)) { in generate_xattrs()
633 xp = get_xattr_space(size, &xattr->ool_value); in generate_xattrs()
660 SQUASHFS_SWAP_LONG_LONGS(&xattr->ool_value, xp + in generate_xattrs()
664 xp = get_xattr_space(size, &xattr->ool_value); in generate_xattrs()
Dxattr.h49 long long ool_value; member