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

/linux-master/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.h428 * Enum values for xfs_attr_intent.xattri_da_state
500 struct xfs_attr_intent { struct
548 int xfs_attr_set_iter(struct xfs_attr_intent *attr);
549 int xfs_attr_remove_iter(struct xfs_attr_intent *attr);
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);
377 struct xfs_attr_intent *attr)
417 struct xfs_attr_intent *attr,
433 struct xfs_attr_intent *attr)
485 struct xfs_attr_intent *attr)
520 struct xfs_attr_intent *attr)
587 struct xfs_attr_intent *attr)
604 struct xfs_attr_intent *att
[all...]
H A Dxfs_attr_remote.c583 struct xfs_attr_intent *attr)
613 struct xfs_attr_intent *attr)
691 struct xfs_attr_intent *attr)
/linux-master/fs/xfs/
H A Dxfs_attr_item.c316 const struct xfs_attr_intent *attr)
321 * At this point the xfs_attr_intent has been constructed, and we've
323 * structure with fields from this xfs_attr_intent
345 struct xfs_attr_intent *attr;
354 attr = list_first_entry_or_null(items, struct xfs_attr_intent,
383 struct xfs_attr_intent *attr)
394 static inline struct xfs_attr_intent *attri_entry(const struct list_head *e)
396 return list_entry(e, struct xfs_attr_intent, xattri_list);
407 struct xfs_attr_intent *attr = attri_entry(item);
450 struct xfs_attr_intent *att
[all...]

Completed in 165 milliseconds