FreeBSD ZFS
The Zettabyte File System
Data Fields

zfs_acl_node Struct Reference

#include <zfs_acl.h>

Data Fields

list_node_t z_next
 Next chunk of ACEs.
void * z_acldata
 pointer into actual ACE(s)
void * z_allocdata
 pointer to kmem allocated memory
size_t z_allocsize
 Size of blob in bytes.
size_t z_size
 length of ACL data
uint64_t z_ace_count
 number of ACEs in this acl node
int z_ace_idx
 ace iterator positioned on

Detailed Description

Definition at line 147 of file zfs_acl.h.


Field Documentation

number of ACEs in this acl node

Definition at line 153 of file zfs_acl.h.

ace iterator positioned on

Definition at line 154 of file zfs_acl.h.

pointer into actual ACE(s)

Definition at line 149 of file zfs_acl.h.

pointer to kmem allocated memory

Definition at line 150 of file zfs_acl.h.

Size of blob in bytes.

Definition at line 151 of file zfs_acl.h.

list_node_t zfs_acl_node::z_next

Next chunk of ACEs.

Definition at line 148 of file zfs_acl.h.

length of ACL data

Definition at line 152 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