Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_da_btree.h99 #define XFS_DA_OP_LOGGED (1u << 6) /* Use intent items to track op */ macro
108 { XFS_DA_OP_LOGGED, "LOGGED" }
Dxfs_attr.h626 if (args->op_flags & XFS_DA_OP_LOGGED) in xfs_attr_init_replace_state()
Dxfs_parent.c161 args->op_flags = XFS_DA_OP_LOGGED | XFS_DA_OP_OKNOENT; in xfs_parent_da_args_init()
Dxfs_attr_leaf.c1534 if (!(args->op_flags & XFS_DA_OP_LOGGED)) in xfs_attr3_leaf_add_work()
/linux-6.12.1/fs/xfs/
Dxfs_xattr.c105 args->op_flags |= XFS_DA_OP_LOGGED; in xfs_attr_change()
Dxfs_attr_item.c432 if (!(args->op_flags & XFS_DA_OP_LOGGED)) in xfs_attr_create_intent()
703 XFS_DA_OP_LOGGED; in xfs_attri_recover_work()
883 ASSERT(args->op_flags & XFS_DA_OP_LOGGED); in xfs_attr_defer_add()
/linux-6.12.1/fs/xfs/scrub/
Dattr_repair.c665 args.op_flags |= XFS_DA_OP_LOGGED; in xrep_xattr_insert_rec()