Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_da_btree.h95 #define XFS_DA_OP_LOGGED (1u << 8) /* Use intent items to track op */ macro
106 { XFS_DA_OP_LOGGED, "LOGGED" }
Dxfs_attr.h612 if (args->op_flags & XFS_DA_OP_LOGGED) in xfs_attr_init_replace_state()
Dxfs_attr.c992 (args->op_flags & XFS_DA_OP_LOGGED); in xfs_attr_set()
Dxfs_attr_leaf.c1534 if (!(args->op_flags & XFS_DA_OP_LOGGED)) in xfs_attr3_leaf_add_work()
/Linux-v6.1/fs/xfs/
Dxfs_xattr.c95 ASSERT(!(args->op_flags & XFS_DA_OP_LOGGED)); in xfs_attr_change()
102 args->op_flags |= XFS_DA_OP_LOGGED; in xfs_attr_change()
Dxfs_attr_item.c404 if (!(args->op_flags & XFS_DA_OP_LOGGED)) in xfs_attr_create_intent()
595 XFS_DA_OP_LOGGED; in xfs_attri_item_recover()