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

/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h130 typedef int (*decmpfs_validate_compressed_file_func)(vnode_t vp, vfs_context_t ctx, decmpfs_header *hdr); typedef
148 decmpfs_validate_compressed_file_func validate;
/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c600 decmpfs_validate_compressed_file_func validate = decmp_get_func(hdr->compression_type, validate);

Completed in 82 milliseconds