Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Ddecmpfs.h71 #define MAX_DECMPFS_XATTR_SIZE 3802 macro
/xnu-10002.41.9/bsd/kern/
H A Ddecmpfs.c565 if (attr_size < sizeof(decmpfs_disk_header) || attr_size > MAX_DECMPFS_XATTR_SIZE) {