Home
last modified time | relevance | path

Searched refs:XFS_DA_OP_LOGGED (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h95 #define XFS_DA_OP_LOGGED (1u << 8) /* Use intent items to track op */ macro
106 { XFS_DA_OP_LOGGED, "LOGGED" }
H A Dxfs_attr.h614 if (args->op_flags & XFS_DA_OP_LOGGED) in xfs_attr_init_replace_state()
H A Dxfs_attr.c992 (args->op_flags & XFS_DA_OP_LOGGED); in xfs_attr_set()
H A Dxfs_attr_leaf.c1538 if (!(args->op_flags & XFS_DA_OP_LOGGED)) in xfs_attr3_leaf_add_work()
/openbmc/linux/fs/xfs/
H A Dxfs_xattr.c106 ASSERT(!(args->op_flags & XFS_DA_OP_LOGGED)); in xfs_attr_change()
113 args->op_flags |= XFS_DA_OP_LOGGED; in xfs_attr_change()
H A Dxfs_attr_item.c411 if (!(args->op_flags & XFS_DA_OP_LOGGED)) in xfs_attr_create_intent()
611 XFS_DA_OP_LOGGED; in xfs_attri_item_recover()