FreeBSD ZFS
The Zettabyte File System
Data Fields

zfs_fuid Struct Reference

The FUIDs in the log will index into domain string table and the bottom half will be the rid. More...

#include <zfs_fuid.h>

Data Fields

list_node_t z_next
uint64_t z_id
 uid/gid being converted to fuid
uint64_t z_domidx
 index in AVL domain table
uint64_t z_logfuid
 index for domain in log

Detailed Description

The FUIDs in the log will index into domain string table and the bottom half will be the rid.

Used for mapping ephemeral uid/gid during ACL setting to FUIDs

Definition at line 75 of file zfs_fuid.h.


Field Documentation

index in AVL domain table

Definition at line 78 of file zfs_fuid.h.

uint64_t zfs_fuid::z_id

uid/gid being converted to fuid

Definition at line 77 of file zfs_fuid.h.

index for domain in log

Definition at line 79 of file zfs_fuid.h.

list_node_t zfs_fuid::z_next

Definition at line 76 of file zfs_fuid.h.


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