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

/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h41 #define DECMPFS_XATTR_NAME "com.apple.decmpfs" /* extended attribute to use for decmpfs */ macro
/darwin-on-arm/xnu/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)
1447 err = vn_removexattr(vp, DECMPFS_XATTR_NAME, 0, decmpfs_ctx);

Completed in 22 milliseconds