Searched refs:rcbag (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | rcbag.h | 10 struct rcbag; 14 struct rcbag **bagp); 15 void rcbag_free(struct rcbag **bagp); 16 int rcbag_add(struct rcbag *bag, struct xfs_trans *tp, 18 uint64_t rcbag_count(const struct rcbag *bag); 20 int rcbag_next_edge(struct rcbag *bag, struct xfs_trans *tp, 23 int rcbag_remove_ending_at(struct rcbag *bag, struct xfs_trans *tp, 26 void rcbag_dump(struct rcbag *bag, struct xfs_trans *tp);
|
H A D | rcbag.c | 24 struct rcbag { struct 34 struct rcbag **bagp) in rcbag_init() argument 36 struct rcbag *bag; in rcbag_init() 39 bag = kzalloc(sizeof(struct rcbag), XCHK_GFP_FLAGS); in rcbag_init() 60 struct rcbag **bagp) in rcbag_free() 62 struct rcbag *bag = *bagp; in rcbag_free() 72 struct rcbag *bag, in rcbag_add() 132 const struct rcbag *rcbag) in rcbag_count() argument 134 return rcbag->nr_items; in rcbag_count() 148 struct rcbag *bag, in rcbag_next_edge() [all …]
|
H A D | refcount_repair.c | 376 struct rcbag *rcstack, in xrep_refc_push_rmaps_at() 412 struct rcbag *rcstack; in xrep_refc_find_refcounts()
|
/linux/fs/xfs/ |
H A D | Makefile | 218 rcbag.o \
|