Home
last modified time | relevance | path

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

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