Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_attr_item.c670 struct xfs_attri_log_item *new_attrip; in xfs_attri_item_relog() local
685 new_attrip = xfs_attri_init(tp->t_mountp, old_attrip->attri_nameval); in xfs_attri_item_relog()
686 new_attrp = &new_attrip->attri_format; in xfs_attri_item_relog()
694 xfs_trans_add_item(tp, &new_attrip->attri_item); in xfs_attri_item_relog()
695 set_bit(XFS_LI_DIRTY, &new_attrip->attri_item.li_flags); in xfs_attri_item_relog()
697 return &new_attrip->attri_item; in xfs_attri_item_relog()