Searched refs:xfs_exchmaps_intent (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_exchmaps.h | 10 struct xfs_exchmaps_intent { struct 41 xfs_exchmaps_whichfork(const struct xfs_exchmaps_intent *xmi) in xfs_exchmaps_whichfork() argument 108 struct xfs_exchmaps_intent *xfs_exchmaps_init_intent( 111 const struct xfs_exchmaps_intent *xmi); 113 const struct xfs_exchmaps_intent *xmi); 116 struct xfs_exchmaps_intent *xmi);
|
| H A D | xfs_exchmaps.c | 111 struct xfs_exchmaps_intent *xmi, in xmi_advance() 121 xmi_has_more_exchange_work(const struct xfs_exchmaps_intent *xmi) in xmi_has_more_exchange_work() 128 xmi_has_postop_work(const struct xfs_exchmaps_intent *xmi) in xmi_has_postop_work() 163 struct xfs_exchmaps_intent *xmi, in xfs_exchmaps_update_quota() 193 struct xfs_exchmaps_intent *xmi, in xfs_exchmaps_can_skip_mapping() 281 struct xfs_exchmaps_intent *xmi, in xfs_exchmaps_find_mappings() 383 struct xfs_exchmaps_intent *xmi, in xfs_exchmaps_one_step() 425 struct xfs_exchmaps_intent *xmi) in xfs_exchmaps_attr_to_sf() 457 struct xfs_exchmaps_intent *xmi) in xfs_exchmaps_dir_to_sf() 489 struct xfs_exchmaps_intent *xmi) in xfs_exchmaps_link_to_sf() [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_exchmaps_item.c | 219 struct xfs_exchmaps_intent *xmi; in xfs_exchmaps_create_intent() 224 xmi = list_first_entry_or_null(items, struct xfs_exchmaps_intent, in xfs_exchmaps_create_intent() 266 struct xfs_exchmaps_intent *xmi) in xfs_exchmaps_defer_add() 273 static inline struct xfs_exchmaps_intent *xmi_entry(const struct list_head *e) in xmi_entry() 275 return list_entry(e, struct xfs_exchmaps_intent, xmi_list); in xmi_entry() 283 struct xfs_exchmaps_intent *xmi = xmi_entry(item); in xfs_exchmaps_cancel_item() 296 struct xfs_exchmaps_intent *xmi = xmi_entry(item); in xfs_exchmaps_finish_item() 354 STATIC struct xfs_exchmaps_intent * 364 struct xfs_exchmaps_intent *xmi; in xfs_xmi_item_recover_intent() 425 struct xfs_exchmaps_intent *xmi; in xfs_exchmaps_recover_work()
|
| H A D | xfs_exchmaps_item.h | 59 struct xfs_exchmaps_intent; 62 struct xfs_exchmaps_intent *xmi);
|
| H A D | xfs_trace.h | 95 struct xfs_exchmaps_intent; 5516 TP_PROTO(struct xfs_mount *mp, const struct xfs_exchmaps_intent *xmi), 5556 TP_PROTO(struct xfs_mount *mp, const struct xfs_exchmaps_intent *xmi), \
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 3933 struct xfs_exchmaps_intent {
|