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

/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h49 } decmpfs_disk_header; typedef in typeref:struct:__anon468
82 uint8_t cmp_minimal_xattr; /* if non-zero, this file's com.apple.decmpfs xattr contained only the minimal decmpfs_disk_header */
/darwin-on-arm/xnu/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)) {
1714 if (hdr->uncompressed_size + sizeof(decmpfs_disk_header) != (uint64_t)hdr->attr_size) {
1729 if (hdr->uncompressed_size + sizeof(decmpfs_disk_header) != (uint64_t)hdr->attr_size) {

Completed in 18 milliseconds