Searched refs:UF_COMPRESSED (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Libc-1044.1.2/gen/
H A Dstrtofflags.c95 { "nocompressed", UF_COMPRESSED, 0 },
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c705 if (va_fetch.va_flags & UF_COMPRESSED) {
706 /* UF_COMPRESSED is on, make sure the file has the DECMPFS_XATTR_NAME xattr */
720 /* UF_COMPRESSED isn't on, so the file isn't compressed */
787 if (vap->va_flags & UF_COMPRESSED) {
799 if (!(old_flags & UF_COMPRESSED)) {
802 * This precludes anyone from using the UF_COMPRESSED bit for anything else, and it enforces
811 vap->va_flags &= ~UF_COMPRESSED;
828 vap->va_flags &= ~UF_COMPRESSED;
1503 new_bsdflags = va.va_flags & ~UF_COMPRESSED;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h471 #define UF_COMPRESSED 0x00000020 /* file is hfs-compressed */ macro
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_attrlist.c220 if (VTOC(dvp)->c_bsdflags & UF_COMPRESSED) {
1014 handle_compressed = (cattrp->ca_flags & UF_COMPRESSED);// && hfs_file_is_compressed(VTOC(vp), 1);
1648 handle_compressed = (cattrp->ca_flags & UF_COMPRESSED);// && hfs_file_is_compressed(VTOC(vp), 1);
H A Dhfs_vnops.c332 if (!(cp->c_bsdflags & UF_COMPRESSED)) {
1560 if ((cp->c_bsdflags ^ vap->va_flags) & UF_COMPRESSED) {
1562 * the UF_COMPRESSED was toggled, so reset our cached compressed state
1698 * we've changed the UF_COMPRESSED flag, so reset the decmpfs state for this cnode
2092 if (ISSET(from_cp->c_bsdflags, UF_COMPRESSED)) {
2155 if (ISSET(from_cp->c_bsdflags, UF_COMPRESSED)) {
2432 CLR(from_cp->c_bsdflags, UF_COMPRESSED);
2458 SET(to_cp->c_bsdflags, UF_COMPRESSED);
2482 if (!compressed && (cp->c_bsdflags & UF_COMPRESSED)) {
5479 if (VTOC(vp)->c_bsdflags & UF_COMPRESSED) {
[all...]
H A Dhfs_readwrite.c176 } else if ((VTOC(vp)->c_bsdflags & UF_COMPRESSED)) {
335 } else if ((VTOC(vp)->c_bsdflags & UF_COMPRESSED)) {
2335 if (cp->c_attr.ca_flags & (UF_IMMUTABLE | UF_COMPRESSED)) {
2348 cp->c_bsdflags |= UF_COMPRESSED;
H A Dhfs_search.c885 if ( c_attr.ca_flags & UF_COMPRESSED ) {
H A Dhfs_vfsutils.c3558 if (vp == NULL || (VTOC(vp)->c_bsdflags & UF_COMPRESSED) == 0 || VTOCMP(vp) == NULL || VTOCMP(vp)->cmp_type != DATALESS_CMPFS_TYPE) {
3581 } else if (VTOC(vp)->c_bsdflags & UF_COMPRESSED) {
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c1802 if (s->sb.st_flags & UF_COMPRESSED) {
1804 if (fchflags(s->dst_fd, UF_COMPRESSED) == 0) {
2205 (s->sb.st_flags & UF_COMPRESSED) &&
/macosx-10.10/BootCache-109/
H A Dlibrary.c812 if (fd_stats.st_flags & UF_COMPRESSED) {

Completed in 217 milliseconds