Searched defs:xfs_attri_log_format (Results 1 – 1 of 1) sorted by relevance
981 struct xfs_attri_log_format { struct982 uint16_t alfi_type; /* attri log item type */983 uint16_t alfi_size; /* size of this item */984 uint32_t __pad; /* pad to 64 bit aligned */985 uint64_t alfi_id; /* attri identifier */986 uint64_t alfi_ino; /* the inode for this attr operation */987 uint32_t alfi_op_flags; /* marks the op as a set or remove */988 uint32_t alfi_name_len; /* attr name length */989 uint32_t alfi_value_len; /* attr value length */990 uint32_t alfi_attr_filter;/* attr filter flags */