Searched refs:xfarray_iter (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | xfarray.h | 87 xfarray_iter( in xfarray_iter() function
|
D | quotacheck_repair.c | 171 while ((error = xfarray_iter(counts, &cur, &xcdq)) == 1) { in xqcheck_commit_dqtype()
|
D | alloc_repair.c | 311 while ((error = xfarray_iter(ra->free_records, &cur, &arec)) == 1) { in xrep_bnobt_sort_records()
|
D | quotacheck.c | 621 while ((error = xfarray_iter(counts, &cur, &xcdq)) == 1) { in xqcheck_walk_observations()
|
D | agheader_repair.c | 1660 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()
|
D | nlinks.c | 916 while ((error = xfarray_iter(xnc->nlinks, &cur, &nl)) == 1) { in xchk_nlinks_compare()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 2062 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.
|