Searched refs:cmp_type (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h83 uint32_t cmp_type; member in struct:decmpfs_cnode
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c371 cp->cmp_type = 0;
377 decmpfs_cnode_set_vnode_cmp_type(decmpfs_cnode *cp, uint32_t cmp_type, int skiplock) argument
380 cp->cmp_type = cmp_type;
450 (cp->cmp_type != 0) &&
462 hdr->compression_type = cp->cmp_type;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c401 if (VTOCMP(vp) && VTOCMP(vp)->cmp_type >= CMP_MAX) {
402 if (VTOCMP(vp)->cmp_type != DATALESS_CMPFS_TYPE) {
707 if (compressed || (!VNODE_IS_RSRC(vp) && cp->c_decmp && cp->c_decmp->cmp_type >= CMP_MAX)) {
H A Dhfs_vfsutils.c3140 if (vp == NULL || (VTOC(vp)->c_bsdflags & UF_COMPRESSED) == 0 || VTOCMP(vp) == NULL || VTOCMP(vp)->cmp_type != DATALESS_CMPFS_TYPE) {

Completed in 32 milliseconds