Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_attr_item.c669 struct xfs_attri_log_item *new_attrip; in xfs_attri_item_relog() local
684 new_attrip = xfs_attri_init(tp->t_mountp, old_attrip->attri_nameval); in xfs_attri_item_relog()
685 new_attrp = &new_attrip->attri_format; in xfs_attri_item_relog()
693 xfs_trans_add_item(tp, &new_attrip->attri_item); in xfs_attri_item_relog()
694 set_bit(XFS_LI_DIRTY, &new_attrip->attri_item.li_flags); in xfs_attri_item_relog()
696 return &new_attrip->attri_item; in xfs_attri_item_relog()