Searched defs:xfs_attri_log_format (Results 1 – 1 of 1) sorted by relevance
1060 struct xfs_attri_log_format { struct1061 uint16_t alfi_type; /* attri log item type */1062 uint16_t alfi_size; /* size of this item */1063 uint32_t alfi_igen; /* generation of alfi_ino for pptr ops */1064 uint64_t alfi_id; /* attri identifier */1065 uint64_t alfi_ino; /* the inode for this attr operation */1066 uint32_t alfi_op_flags; /* marks the op as a set or remove */1067 union {1079 uint32_t alfi_value_len; /* attr value length */1080 uint32_t alfi_attr_filter;/* attr filter flags */