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

/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h134 typedef uint64_t (*decmpfs_get_decompression_flags_func)(vnode_t vp, vfs_context_t ctx, decmpfs_header *hdr); // returns flags from the DECMPFS_FLAGS enumeration below typedef
152 decmpfs_get_decompression_flags_func get_flags;
/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c751 decmpfs_get_decompression_flags_func get_flags = decmp_get_func(hdr->compression_type, get_flags);

Completed in 26 milliseconds