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

  /external/squashfs-tools/squashfs-tools/
xattr.h 27 #define XATTR_VALUE_OOL SQUASHFS_XATTR_VALUE_OOL
xattr.c 270 if(xattr->type & XATTR_VALUE_OOL)
406 * Duplicate exists, make type XATTR_VALUE_OOL, and
409 xattr->type |= XATTR_VALUE_OOL;
556 xattr->type |= XATTR_VALUE_OOL;
594 if((xattr->type & XATTR_VALUE_OOL) &&
620 if(xattr->type & XATTR_VALUE_OOL) {

Completed in 201 milliseconds