Searched defs:xfs_attri_log_format (Results 1 – 1 of 1) sorted by relevance
1055 struct xfs_attri_log_format { struct1056 uint16_t alfi_type; /* attri log item type */1057 uint16_t alfi_size; /* size of this item */1058 uint32_t alfi_igen; /* generation of alfi_ino for pptr ops */1059 uint64_t alfi_id; /* attri identifier */1060 uint64_t alfi_ino; /* the inode for this attr operation */1061 uint32_t alfi_op_flags; /* marks the op as a set or remove */1062 union {1074 uint32_t alfi_value_len; /* attr value length */1075 uint32_t alfi_attr_filter;/* attr filter flags */