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.c70 struct xfarray *bmap_records; member
174 error = xfarray_append(rb->bmap_records, &rbe); in xrep_bmap_from_rmap()
327 error = xfarray_sort(rb->bmap_records, xrep_bmap_extent_cmp, in xrep_bmap_sort_records()
332 foreach_xfarray_idx(rb->bmap_records, array_cur) { in xrep_bmap_sort_records()
338 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_sort_records()
509 error = xfarray_append(rb->bmap_records, &rbe); in xrep_bmap_find_delalloc()
576 error = xfarray_load(rb->bmap_records, rb->array_cur++, in xrep_bmap_get_records()
663 foreach_xfarray_idx(rb->bmap_records, array_cur) { in xrep_bmap_extents_load()
666 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_extents_load()
951 sizeof(struct xfs_bmbt_rec), &rb->bmap_records); in xrep_bmap()
[all …]