Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dxfarray.h87 xfarray_iter( in xfarray_iter() function
H A Dquotacheck_repair.c158 while ((error = xfarray_iter(counts, &cur, &xcdq)) == 1) { in xqcheck_commit_dqtype()
H A Dquotacheck.c621 while ((error = xfarray_iter(counts, &cur, &xcdq)) == 1) { in xqcheck_walk_observations()
H A Dalloc_repair.c310 while ((error = xfarray_iter(ra->free_records, &cur, &arec)) == 1) { in xrep_bnobt_sort_records()
H A Dagheader_repair.c1656 while ((error = xfarray_iter(ragi->iunlink_next, &idx, &agino)) == 1) { in xrep_iunlink_commit()
1664 while ((error = xfarray_iter(ragi->iunlink_prev, &idx, &agino)) == 1) { in xrep_iunlink_commit()
H A Dnlinks.c940 while ((error = xfarray_iter(xnc->nlinks, &cur, &nl)) == 1) { in xchk_nlinks_compare()
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst2017 For xfarray users that want to iterate a sparse array, the ``xfarray_iter``
2026 while ((ret = xfarray_iter(array, &i, &rec)) == 1) {
2650 Bag members are examined through ``xfarray_iter`` loops.