FreeBSD ZFS
The Zettabyte File System
Data Fields

zfs_acl_phys Struct Reference

#include <zfs_acl.h>

Data Fields

uint64_t z_acl_extern_obj
 ext acl pieces
uint32_t z_acl_size
 Number of bytes in ACL.
uint16_t z_acl_version
 acl version
uint16_t z_acl_count
 ace count
uint8_t z_ace_data [ZFS_ACE_SPACE]
 space for embedded ACEs

Detailed Description

Definition at line 117 of file zfs_acl.h.


Field Documentation

uint8_t zfs_acl_phys::z_ace_data[ZFS_ACE_SPACE]

space for embedded ACEs

Definition at line 122 of file zfs_acl.h.

ace count

Definition at line 121 of file zfs_acl.h.

ext acl pieces

Definition at line 118 of file zfs_acl.h.

Number of bytes in ACL.

Definition at line 119 of file zfs_acl.h.

acl version

Definition at line 120 of file zfs_acl.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines