FreeBSD ZFS
The Zettabyte File System
Data Fields

zap_attribute_t Struct Reference

#include <zap.h>

Data Fields

int za_integer_length
boolean_t za_normalization_conflict
 za_normalization_conflict will be set if there are additional entries with this normalized form (eg, "foo" and "Foo").
uint64_t za_num_integers
uint64_t za_first_integer
 no sign extension for <8byte ints
char za_name [MAXNAMELEN]

Detailed Description

Definition at line 338 of file zap.h.


Field Documentation

no sign extension for <8byte ints

Definition at line 346 of file zap.h.

Definition at line 339 of file zap.h.

char zap_attribute_t::za_name[MAXNAMELEN]

Definition at line 347 of file zap.h.

za_normalization_conflict will be set if there are additional entries with this normalized form (eg, "foo" and "Foo").

Definition at line 344 of file zap.h.

Definition at line 345 of file zap.h.


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