Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_attr_item.c374 attrp->alfi_op_flags = attr->xattri_op_flags; in xfs_attr_log_item()
503 unsigned int op = attrp->alfi_op_flags & in xfs_attri_validate()
509 if (attrp->alfi_op_flags & ~XFS_ATTRI_OP_FLAGS_TYPE_MASK) in xfs_attri_validate()
576 attr->xattri_op_flags = attrp->alfi_op_flags & in xfs_attri_item_recover()
689 new_attrp->alfi_op_flags = old_attrp->alfi_op_flags; in xfs_attri_item_relog()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_log_format.h987 uint32_t alfi_op_flags; /* marks the op as a set or remove */ member