FreeBSD ZFS
The Zettabyte File System
Data Fields

lr_truncate_t Struct Reference

#include <zil.h>

Collaboration diagram for lr_truncate_t:
Collaboration graph
[legend]

Data Fields

lr_t lr_common
 common portion of log record
uint64_t lr_foid
 object id of file to truncate
uint64_t lr_offset
 offset to truncate from
uint64_t lr_length
 length to truncate

Detailed Description

Definition at line 301 of file zil.h.


Field Documentation

common portion of log record

Definition at line 302 of file zil.h.

object id of file to truncate

Definition at line 303 of file zil.h.

length to truncate

Definition at line 305 of file zil.h.

offset to truncate from

Definition at line 304 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