Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dxfarray.h87 xfarray_iter( in xfarray_iter() function
Dquotacheck_repair.c171 while ((error = xfarray_iter(counts, &cur, &xcdq)) == 1) { in xqcheck_commit_dqtype()
Dalloc_repair.c311 while ((error = xfarray_iter(ra->free_records, &cur, &arec)) == 1) { in xrep_bnobt_sort_records()
Dquotacheck.c621 while ((error = xfarray_iter(counts, &cur, &xcdq)) == 1) { in xqcheck_walk_observations()
Dagheader_repair.c1660 while ((error = xfarray_iter(ragi->iunlink_next, &idx, &agino)) == 1) { in xrep_iunlink_commit()
1668 while ((error = xfarray_iter(ragi->iunlink_prev, &idx, &agino)) == 1) { in xrep_iunlink_commit()
Dnlinks.c916 while ((error = xfarray_iter(xnc->nlinks, &cur, &nl)) == 1) { in xchk_nlinks_compare()
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst2062 For xfarray users that want to iterate a sparse array, the ``xfarray_iter``
2071 while ((ret = xfarray_iter(array, &i, &rec)) == 1) {
2717 Bag members are examined through ``xfarray_iter`` loops.