Searched refs:xfs_rmap_intent (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_rmap_item.c279 struct xfs_rmap_intent *ra;
280 struct xfs_rmap_intent *rb;
282 ra = container_of(a, struct xfs_rmap_intent, ri_list);
283 rb = container_of(b, struct xfs_rmap_intent, ri_list);
293 struct xfs_rmap_intent *ri)
323 struct xfs_rmap_intent *ri;
357 struct xfs_rmap_intent *ri)
368 struct xfs_rmap_intent *ri)
381 struct xfs_rmap_intent *ri;
384 ri = container_of(item, struct xfs_rmap_intent, ri_lis
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.h160 struct xfs_rmap_intent { struct
170 struct xfs_rmap_intent *ri);
187 int xfs_rmap_finish_one(struct xfs_trans *tp, struct xfs_rmap_intent *ri,
H A Dxfs_rmap.c2634 struct xfs_rmap_intent *ri,
2723 struct xfs_rmap_intent *ri;
3106 xfs_rmap_intent_cache = kmem_cache_create("xfs_rmap_intent",
3107 sizeof(struct xfs_rmap_intent),

Completed in 153 milliseconds