Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -216,12 +216,6 @@ struct fsxattr {
#define FS_IOC_GETFSLABEL _IOR(0x94, 49, char[FSLABEL_MAX])
#define FS_IOC_SETFSLABEL _IOW(0x94, 50, char[FSLABEL_MAX])
/** KNOX DDAR */
#define FS_IOC_GET_DD_POLICY _IO('P', 0x00)
#define FS_IOC_SET_DD_POLICY _IO('P', 0x01)
#define FS_IOC_GET_DD_INODE_COUNT _IOR('P', 0x02, long)
#define FS_IOC_HAS_DD_POLICY _IO('P', 0x03) /* KNOX_SUPPORT_DAR_DUAL_DO */
/*
* Inode flags (FS_IOC_GETFLAGS / FS_IOC_SETFLAGS)
*