Searched refs:xfs_refcount_intent (Results 1 – 5 of 5) sorted by relevance
| /fs/xfs/ |
| A D | xfs_refcount_item.c | 248 static inline struct xfs_refcount_intent *ci_entry(const struct list_head *e) in ci_entry() 250 return list_entry(e, struct xfs_refcount_intent, ri_list); in ci_entry() 268 struct xfs_refcount_intent *ra = ci_entry(a); in xfs_refcount_update_diff_items() 269 struct xfs_refcount_intent *rb = ci_entry(b); in xfs_refcount_update_diff_items() 279 struct xfs_refcount_intent *ri) in xfs_refcount_update_log_item() 318 struct xfs_refcount_intent *ri; in __xfs_refcount_update_create_intent() 370 struct xfs_refcount_intent *ri) in xfs_refcount_defer_add() 395 struct xfs_refcount_intent *ri = ci_entry(item); in xfs_refcount_update_cancel_item() 409 struct xfs_refcount_intent *ri = ci_entry(item); in xfs_refcount_update_finish_item() 485 struct xfs_refcount_intent *ri; in xfs_cui_recover_work() [all …]
|
| A D | xfs_refcount_item.h | 74 struct xfs_refcount_intent; 77 struct xfs_refcount_intent *ri);
|
| A D | xfs_trace.h | 102 struct xfs_refcount_intent; 3898 TP_PROTO(struct xfs_mount *mp, struct xfs_refcount_intent *refc), 3927 TP_PROTO(struct xfs_mount *mp, struct xfs_refcount_intent *refc), \
|
| /fs/xfs/libxfs/ |
| A D | xfs_refcount.h | 58 struct xfs_refcount_intent { struct 85 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur); argument 87 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
|
| A D | xfs_refcount.c | 1356 struct xfs_refcount_intent *ri, in xfs_refcount_continue_op() 1386 struct xfs_refcount_intent *ri, in xfs_refcount_finish_one() 1474 struct xfs_refcount_intent *ri, in xfs_rtrefcount_continue_op() 1499 struct xfs_refcount_intent *ri, in xfs_rtrefcount_finish_one() 1586 struct xfs_refcount_intent *ri; in __xfs_refcount_add() 2235 sizeof(struct xfs_refcount_intent), in xfs_refcount_intent_init_cache()
|
Completed in 18 milliseconds