Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr.c60 static int xfs_attr_node_try_addname(struct xfs_attr_intent *attr);
61 STATIC int xfs_attr_node_addname_find_attr(struct xfs_attr_intent *attr);
62 STATIC int xfs_attr_node_remove_attr(struct xfs_attr_intent *attr);
385 struct xfs_attr_intent *attr) in xfs_attr_sf_addname()
496 struct xfs_attr_intent *attr, in xfs_attr_complete_op()
516 struct xfs_attr_intent *attr) in xfs_attr_leaf_addname()
590 struct xfs_attr_intent *attr) in xfs_attr_node_addname()
625 struct xfs_attr_intent *attr) in xfs_attr_rmtval_alloc()
692 struct xfs_attr_intent *attr) in xfs_attr_item_init_da_state()
709 struct xfs_attr_intent *attr) in xfs_attr_node_removename_setup()
[all …]
H A Dxfs_attr.h501 struct xfs_attr_intent { struct
534 xfs_attr_intent_op(const struct xfs_attr_intent *attr) in xfs_attr_intent_op() argument
562 int xfs_attr_set_iter(struct xfs_attr_intent *attr);
563 int xfs_attr_remove_iter(struct xfs_attr_intent *attr);
/linux/fs/xfs/
H A Dxfs_attr_item.c371 const struct xfs_attr_intent *attr) in xfs_attr_log_item()
419 struct xfs_attr_intent *attr; in xfs_attr_create_intent()
428 attr = list_first_entry_or_null(items, struct xfs_attr_intent, in xfs_attr_create_intent()
460 struct xfs_attr_intent *attr) in xfs_attr_free_item()
471 static inline struct xfs_attr_intent *attri_entry(const struct list_head *e) in attri_entry()
473 return list_entry(e, struct xfs_attr_intent, xattri_list); in attri_entry()
484 struct xfs_attr_intent *attr = attri_entry(item); in xfs_attr_finish_item()
527 struct xfs_attr_intent *attr = attri_entry(item); in xfs_attr_cancel_item()
631 static inline struct xfs_attr_intent *
639 struct xfs_attr_intent *attr; in xfs_attri_recover_work()
[all …]