Home
last modified time | relevance | path

Searched defs:xfs_attri_log_format (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h1050 struct xfs_attri_log_format { struct
1051 uint16_t alfi_type; /* attri log item type */
1052 uint16_t alfi_size; /* size of this item */
1053 uint32_t alfi_igen; /* generation of alfi_ino for pptr ops */
1054 uint64_t alfi_id; /* attri identifier */
1055 uint64_t alfi_ino; /* the inode for this attr operation */
1056 uint32_t alfi_op_flags; /* marks the op as a set or remove */
1057 union {
1069 uint32_t alfi_value_len; /* attr value length */
1070 uint32_t alfi_attr_filter;/* attr filter flags */