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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h41 #define DECMPFS_XATTR_NAME "com.apple.decmpfs" /* extended attribute to use for decmpfs */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c466 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, NULL, &attr_size, XATTR_NOSECURITY, decmpfs_ctx);
486 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, attr_uio, &read_size, XATTR_NOSECURITY, decmpfs_ctx);
706 /* UF_COMPRESSED is on, make sure the file has the DECMPFS_XATTR_NAME xattr */
801 * Compression bit was turned on, make sure the file has the DECMPFS_XATTR_NAME attribute.
827 /* no DECMPFS_XATTR_NAME attribute, so deny the update */
895 if (strncmp(xattr, DECMPFS_XATTR_NAME, 11) == 0)
1477 err = vn_removexattr(vp, DECMPFS_XATTR_NAME, 0, decmpfs_ctx);
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c148 #ifdef DECMPFS_XATTR_NAME
2203 #ifdef DECMPFS_XATTR_NAME
2285 #ifdef DECMPFS_XATTR_NAME
2286 if (strncmp(name, DECMPFS_XATTR_NAME, end-name) == 0)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c2450 ret = hfs_xattr_read(from_cp->c_vp, DECMPFS_XATTR_NAME, data, &size);
2454 ret = hfs_xattr_write(to_cp->c_vp, DECMPFS_XATTR_NAME, data, size);

Completed in 87 milliseconds