FreeBSD ZFS
The Zettabyte File System
Data Fields

lr_create_t Struct Reference

log record for creates without optional ACL. More...

#include <zil.h>

Collaboration diagram for lr_create_t:
Collaboration graph
[legend]

Data Fields

lr_t lr_common
 common portion of log record
uint64_t lr_doid
 object id of directory
uint64_t lr_foid
 object id of created file object
uint64_t lr_mode
 mode of object
uint64_t lr_uid
 uid of object
uint64_t lr_gid
 gid of object
uint64_t lr_gen
 generation (txg of creation)
uint64_t lr_crtime [2]
 creation time
uint64_t lr_rdev
 rdev of object to create

Detailed Description

log record for creates without optional ACL.

This log record does support optional xvattr_t attributes.

Definition at line 224 of file zil.h.


Field Documentation

common portion of log record

Definition at line 225 of file zil.h.

creation time

Definition at line 232 of file zil.h.

object id of directory

Definition at line 226 of file zil.h.

object id of created file object

Definition at line 227 of file zil.h.

generation (txg of creation)

Definition at line 231 of file zil.h.

gid of object

Definition at line 230 of file zil.h.

mode of object

Definition at line 228 of file zil.h.

rdev of object to create

Definition at line 233 of file zil.h.

uid of object

Definition at line 229 of file zil.h.


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