Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c531 case XFS_ATTRI_OP_FLAGS_SET: in xfs_attri_validate()
614 case XFS_ATTRI_OP_FLAGS_SET: in xfs_attri_item_recover()
747 case XFS_ATTRI_OP_FLAGS_SET: in xlog_recover_attri_commit_pass2()
820 case XFS_ATTRI_OP_FLAGS_SET: in xlog_recover_attri_commit_pass2()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h964 #define XFS_ATTRI_OP_FLAGS_SET 1 /* Set the attribute */ macro
H A Dxfs_attr.c908 error = xfs_attr_intent_init(args, XFS_ATTRI_OP_FLAGS_SET, &new); in xfs_attr_defer_add()