extAttr

Is used by zinfo_t and contains information about the extended attributes for the file object.

Service:
Defined In:fshooks.h

Syntax

  struct 
  {
     size_t     count;
     size_t     totalNameSize;
     size64_t   totalDataSize;
  } extAttr;
  

Fields

count

Specifies the number of extended attributes that are owned by the file object.

totalNameSize

Specifies the number of characters that are used in the names of all the extended attributes that are owned by the file object.

totalDataSize

Specifies the total number of bytes of data that are occupied by the extended attributes that are owned by the file object.

Remarks

This structure is ignored by the FSHOOK_TYPE_MODIFYINFO_REPORT event.