Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A 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);
H A Dxfs_attr.c59 static int xfs_attr_node_try_addname(struct xfs_attr_intent *attr);
60 STATIC int xfs_attr_node_addname_find_attr(struct xfs_attr_intent *attr);
61 STATIC int xfs_attr_node_remove_attr(struct xfs_attr_intent *attr);
376 struct xfs_attr_intent *attr) in xfs_attr_sf_addname()
443 struct xfs_attr_intent *attr, in xfs_attr_complete_op()
462 struct xfs_attr_intent *attr) in xfs_attr_leaf_addname()
536 struct xfs_attr_intent *attr) in xfs_attr_node_addname()
571 struct xfs_attr_intent *attr) in xfs_attr_rmtval_alloc()
638 struct xfs_attr_intent *attr) in xfs_attr_item_init_da_state()
655 struct xfs_attr_intent *attr) in xfs_attr_node_removename_setup()
[all …]
H A 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);
H A 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()
681 struct xfs_attr_intent *attr) in xfs_attr_rmtval_remove()
/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c321 struct xfs_attr_intent *attr, in xfs_xattri_finish_update()
366 const struct xfs_attr_intent *attr) in xfs_attr_log_item()
398 struct xfs_attr_intent *attr; in xfs_attr_create_intent()
407 attr = list_first_entry_or_null(items, struct xfs_attr_intent, in xfs_attr_create_intent()
437 struct xfs_attr_intent *attr) in xfs_attr_free_item()
456 struct xfs_attr_intent *attr; in xfs_attr_finish_item()
460 attr = container_of(item, struct xfs_attr_intent, xattri_list); in xfs_attr_finish_item()
490 struct xfs_attr_intent *attr; in xfs_attr_cancel_item()
492 attr = container_of(item, struct xfs_attr_intent, xattri_list); in xfs_attr_cancel_item()
560 struct xfs_attr_intent *attr; in xfs_attri_item_recover()
[all …]