|
FreeBSD ZFS
The Zettabyte File System
|
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 | |
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.
| uint64_t zfs_fuid::z_domidx |
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.
| uint64_t zfs_fuid::z_logfuid |
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.
1.7.3