Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_attr_remote.h15 int xfs_attr_rmtval_remove(struct xfs_attr_intent *attr);
18 int xfs_attr_rmtval_set_blk(struct xfs_attr_intent *attr);
19 int xfs_attr_rmtval_find_space(struct xfs_attr_intent *attr);
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);
377 struct xfs_attr_intent *attr) in xfs_attr_sf_addname()
417 struct xfs_attr_intent *attr, in xfs_attr_complete_op()
433 struct xfs_attr_intent *attr) in xfs_attr_leaf_addname()
485 struct xfs_attr_intent *attr) in xfs_attr_node_addname()
520 struct xfs_attr_intent *attr) in xfs_attr_rmtval_alloc()
587 struct xfs_attr_intent *attr) in xfs_attr_item_init_da_state()
604 struct xfs_attr_intent *attr) in xfs_attr_node_removename_setup()
[all …]
Dxfs_attr.h500 struct xfs_attr_intent { struct
548 int xfs_attr_set_iter(struct xfs_attr_intent *attr); argument
549 int xfs_attr_remove_iter(struct xfs_attr_intent *attr);
Dxfs_attr_remote.c576 struct xfs_attr_intent *attr) in xfs_attr_rmtval_find_space()
606 struct xfs_attr_intent *attr) in xfs_attr_rmtval_set_blk()
682 struct xfs_attr_intent *attr) in xfs_attr_rmtval_remove()
/linux-6.6.21/fs/xfs/
Dxfs_attr_item.c321 struct xfs_attr_intent *attr, in xfs_xattri_finish_update()
359 const struct xfs_attr_intent *attr) in xfs_attr_log_item()
391 struct xfs_attr_intent *attr; in xfs_attr_create_intent()
400 attr = list_first_entry_or_null(items, struct xfs_attr_intent, in xfs_attr_create_intent()
430 struct xfs_attr_intent *attr) in xfs_attr_free_item()
449 struct xfs_attr_intent *attr; in xfs_attr_finish_item()
453 attr = container_of(item, struct xfs_attr_intent, xattri_list); in xfs_attr_finish_item()
483 struct xfs_attr_intent *attr; in xfs_attr_cancel_item()
485 attr = container_of(item, struct xfs_attr_intent, xattri_list); in xfs_attr_cancel_item()
545 struct xfs_attr_intent *attr; in xfs_attri_item_recover()
[all …]