Lines Matching refs:xfs_attr_intent
372 const struct xfs_attr_intent *attr) in xfs_attr_log_item()
420 struct xfs_attr_intent *attr; in xfs_attr_create_intent()
429 attr = list_first_entry_or_null(items, struct xfs_attr_intent, in xfs_attr_create_intent()
461 struct xfs_attr_intent *attr) in xfs_attr_free_item()
472 static inline struct xfs_attr_intent *attri_entry(const struct list_head *e) in attri_entry()
474 return list_entry(e, struct xfs_attr_intent, xattri_list); in attri_entry()
485 struct xfs_attr_intent *attr = attri_entry(item); in xfs_attr_finish_item()
528 struct xfs_attr_intent *attr = attri_entry(item); in xfs_attr_cancel_item()
629 static inline struct xfs_attr_intent *
637 struct xfs_attr_intent *attr; in xfs_attri_recover_work()
673 attr = kzalloc(sizeof(struct xfs_attr_intent) + in xfs_attri_recover_work()
738 struct xfs_attr_intent *attr; in xfs_attr_recover_work()
874 struct xfs_attr_intent *new; in xfs_attr_defer_add()