Home
last modified time | relevance | path

Searched refs:xfarray_store (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/ !
Dxfarray.h45 int xfarray_store(struct xfarray *array, xfarray_idx_t idx, const void *ptr);
73 return xfarray_store(array, array->nr, ptr); in xfarray_append()
Dquotacheck_repair.c97 error = xfarray_store(counts, dq->q_id, &xcdq); in xqcheck_commit_dquot()
Dquotacheck.c148 error = xfarray_store(counts, id, &xcdq); in xqcheck_update_incore_counts()
580 error = xfarray_store(counts, dq->q_id, &xcdq); in xqcheck_compare_dquot()
Dnlinks.c143 error = xfarray_store(xnc->nlinks, ino, &nl); in xchk_nlinks_update_incore()
618 error = xfarray_store(xnc->nlinks, ino, &nl); in xchk_nlinks_comparison_read()
Dxfarray.c200 xfarray_store( in xfarray_store() function
404 return xfarray_store(si->array, idx, ptr); in xfarray_sort_store()
Dalloc_repair.c506 error = xfarray_store(ra->free_records, record_nr, in xrep_abt_reserve_space()
Dagheader_repair.c990 return xfarray_store(ragi->iunlink_next, agino, &next_agino); in xrep_iunlink_store_next()
1005 return xfarray_store(ragi->iunlink_prev, agino, &prev_agino); in xrep_iunlink_store_prev()
/linux-6.12.1/Documentation/filesystems/xfs/ !
Dxfs-online-fsck-design.rst2012 ``xfarray_store`` functions, which wrap the similarly-named xfile functions to