Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Dxfarray.h87 xfarray_iter( in xfarray_iter() function
H A Dquotacheck_repair.c171 while ((error = xfarray_iter(counts, &cur, &xcdq)) == 1) { in xqcheck_commit_dqtype()
H A Dquotacheck.c624 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 Dnlinks.c916 while ((error = xfarray_iter(xnc->nlinks, &cur, &nl)) == 1) { in xchk_nlinks_compare()
H A Dagheader_repair.c1652 while ((error = xfarray_iter(ragi->iunlink_next, &idx, &agino)) == 1) { in xrep_iunlink_commit()
1660 while ((error = xfarray_iter(ragi->iunlink_prev, &idx, &agino)) == 1) { in xrep_iunlink_commit()
/linux-6.15/Documentation/filesystems/xfs/
H A 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.