Home
last modified time | relevance | path

Searched refs:XFS_LI_ATTRI (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/xfs/
Dxfs_attr_item.c171 attrip->attri_format.alfi_type = XFS_LI_ATTRI; in xfs_attri_item_format()
240 xfs_log_item_init(mp, &attrip->attri_item, XFS_LI_ATTRI, in xfs_attri_init()
849 xlog_recover_release_intent(log, XFS_LI_ATTRI, in xlog_recover_attrd_commit_pass2()
866 .item_type = XFS_LI_ATTRI,
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_log_format.h244 #define XFS_LI_ATTRI 0x1246 /* attr set/remove intent*/ macro
262 { XFS_LI_ATTRI, "XFS_LI_ATTRI" }, \