include/uapi/linux/posix_acl_xattr.h

Source file repositories/reference/linux-study-clean/include/uapi/linux/posix_acl_xattr.h

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/posix_acl_xattr.h
Extension
.h
Size
1115 bytes
Lines
40
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct posix_acl_xattr_entry {
	__le16			e_tag;
	__le16			e_perm;
	__le32			e_id;
};

struct posix_acl_xattr_header {
	__le32			a_version;
};

#endif	/* __UAPI_POSIX_ACL_XATTR_H */

Annotation

Implementation Notes