Home
last modified time | relevance | path

Searched refs:XFS_ATTRI_OP_FLAGS_REPLACE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c532 case XFS_ATTRI_OP_FLAGS_REPLACE: in xfs_attri_validate()
615 case XFS_ATTRI_OP_FLAGS_REPLACE: in xfs_attri_item_recover()
748 case XFS_ATTRI_OP_FLAGS_REPLACE: in xlog_recover_attri_commit_pass2()
821 case XFS_ATTRI_OP_FLAGS_REPLACE: in xlog_recover_attri_commit_pass2()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h966 #define XFS_ATTRI_OP_FLAGS_REPLACE 3 /* Replace the attribute */ macro
H A Dxfs_attr.c978 error = xfs_attr_intent_init(args, XFS_ATTRI_OP_FLAGS_REPLACE, &new); in xfs_attr_defer_replace()