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

/linux-master/fs/xfs/
H A Dxfs_exchmaps_item.h59 struct xfs_exchmaps_intent;
62 struct xfs_exchmaps_intent *xmi);
H A Dxfs_exchmaps_item.c222 struct xfs_exchmaps_intent *xmi;
227 xmi = list_first_entry_or_null(items, struct xfs_exchmaps_intent,
269 struct xfs_exchmaps_intent *xmi)
276 static inline struct xfs_exchmaps_intent *xmi_entry(const struct list_head *e)
278 return list_entry(e, struct xfs_exchmaps_intent, xmi_list);
286 struct xfs_exchmaps_intent *xmi = xmi_entry(item);
299 struct xfs_exchmaps_intent *xmi = xmi_entry(item);
357 STATIC struct xfs_exchmaps_intent *
367 struct xfs_exchmaps_intent *xmi;
428 struct xfs_exchmaps_intent *xm
[all...]
H A Dxfs_trace.h87 struct xfs_exchmaps_intent;
4975 TP_PROTO(struct xfs_mount *mp, const struct xfs_exchmaps_intent *xmi),
5015 TP_PROTO(struct xfs_mount *mp, const struct xfs_exchmaps_intent *xmi), \
/linux-master/fs/xfs/libxfs/
H A Dxfs_exchmaps.h10 struct xfs_exchmaps_intent { struct
41 xfs_exchmaps_whichfork(const struct xfs_exchmaps_intent *xmi)
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 Dxfs_exchmaps.c111 struct xfs_exchmaps_intent *xmi,
121 xmi_has_more_exchange_work(const struct xfs_exchmaps_intent *xmi)
128 xmi_has_postop_work(const struct xfs_exchmaps_intent *xmi)
163 struct xfs_exchmaps_intent *xmi,
193 struct xfs_exchmaps_intent *xmi,
281 struct xfs_exchmaps_intent *xmi,
383 struct xfs_exchmaps_intent *xmi,
425 struct xfs_exchmaps_intent *xmi)
457 struct xfs_exchmaps_intent *xmi)
489 struct xfs_exchmaps_intent *xm
[all...]

Completed in 244 milliseconds