Searched refs:decmpfs_disk_header (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h49 } decmpfs_disk_header; typedef in typeref:struct:__anon456
82 uint8_t cmp_minimal_xattr; /* if non-zero, this file's com.apple.decmpfs xattr contained only the minimal decmpfs_disk_header */
/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c460 hdr->attr_size = sizeof(decmpfs_disk_header);
470 if (attr_size < sizeof(decmpfs_disk_header) || attr_size > MAX_DECMPFS_XATTR_SIZE) {
742 if (hdr->attr_size == sizeof(decmpfs_disk_header)) {
1744 if (hdr->uncompressed_size + sizeof(decmpfs_disk_header) != (uint64_t)hdr->attr_size) {
1759 if (hdr->uncompressed_size + sizeof(decmpfs_disk_header) != (uint64_t)hdr->attr_size) {

Completed in 18 milliseconds