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

/linux-master/fs/xfs/
H A Dxfs_attr_item.c328 attrp->alfi_op_flags = attr->xattri_op_flags;
469 unsigned int op = attrp->alfi_op_flags &
475 if (attrp->alfi_op_flags & ~XFS_ATTRI_OP_FLAGS_TYPE_MASK)
481 /* alfi_op_flags should be either a set or remove */
523 attr->xattri_op_flags = attrp->alfi_op_flags &
652 new_attrp->alfi_op_flags = old_attrp->alfi_op_flags;
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h989 uint32_t alfi_op_flags; /* marks the op as a set or remove */ member in struct:xfs_attri_log_format

Completed in 157 milliseconds