Searched defs:xfs_attri_log_format (Results 1 – 1 of 1) sorted by relevance
974 struct xfs_attri_log_format { struct975 uint16_t alfi_type; /* attri log item type */976 uint16_t alfi_size; /* size of this item */977 uint32_t __pad; /* pad to 64 bit aligned */978 uint64_t alfi_id; /* attri identifier */979 uint64_t alfi_ino; /* the inode for this attr operation */980 uint32_t alfi_op_flags; /* marks the op as a set or remove */981 uint32_t alfi_name_len; /* attr name length */982 uint32_t alfi_value_len; /* attr value length */983 uint32_t alfi_attr_filter;/* attr filter flags */