Home
last modified time | relevance | path

Searched refs:alfi_op_flags (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_attr_item.c363 return attrp->alfi_op_flags & XFS_ATTRI_OP_FLAGS_TYPE_MASK; in xfs_attr_log_item_op()
385 attrp->alfi_op_flags = attr->xattri_op_flags; in xfs_attr_log_item()
554 if (attrp->alfi_op_flags & ~XFS_ATTRI_OP_FLAGS_TYPE_MASK) in xfs_attri_validate()
831 new_attrp->alfi_op_flags = old_attrp->alfi_op_flags; in xfs_attr_relog_intent()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h1055 uint32_t alfi_op_flags; /* marks the op as a set or remove */ member