Home
last modified time | relevance | path

Searched refs:bmap_records (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/scrub/
H A Dbmap_repair.c68 struct xfarray *bmap_records; member
165 error = xfarray_append(rb->bmap_records, &rbe); in xrep_bmap_from_rmap()
318 error = xfarray_sort(rb->bmap_records, xrep_bmap_extent_cmp, in xrep_bmap_sort_records()
323 foreach_xfarray_idx(rb->bmap_records, array_cur) { in xrep_bmap_sort_records()
329 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_sort_records()
392 error = xfarray_append(rb->bmap_records, &rbe); in xrep_bmap_find_delalloc()
443 error = xfarray_load(rb->bmap_records, rb->array_cur++, in xrep_bmap_get_records()
530 foreach_xfarray_idx(rb->bmap_records, array_cur) { in xrep_bmap_extents_load()
533 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_extents_load()
825 sizeof(struct xfs_bmbt_rec), &rb->bmap_records); in xrep_bmap()
[all …]