FreeBSD ZFS
The Zettabyte File System
|
log record for creates without optional ACL. More...
#include <zil.h>
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 |
log record for creates without optional ACL.
This log record does support optional xvattr_t attributes.
uint64_t lr_create_t::lr_crtime[2] |
uint64_t lr_create_t::lr_doid |
uint64_t lr_create_t::lr_foid |
uint64_t lr_create_t::lr_gen |
uint64_t lr_create_t::lr_gid |
uint64_t lr_create_t::lr_mode |
uint64_t lr_create_t::lr_rdev |
uint64_t lr_create_t::lr_uid |