Searched refs:xfarray_store (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ ! |
D | xfarray.h | 45 int xfarray_store(struct xfarray *array, xfarray_idx_t idx, const void *ptr); 73 return xfarray_store(array, array->nr, ptr); in xfarray_append()
|
D | quotacheck_repair.c | 97 error = xfarray_store(counts, dq->q_id, &xcdq); in xqcheck_commit_dquot()
|
D | quotacheck.c | 148 error = xfarray_store(counts, id, &xcdq); in xqcheck_update_incore_counts() 580 error = xfarray_store(counts, dq->q_id, &xcdq); in xqcheck_compare_dquot()
|
D | nlinks.c | 143 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()
|
D | xfarray.c | 200 xfarray_store( in xfarray_store() function 404 return xfarray_store(si->array, idx, ptr); in xfarray_sort_store()
|
D | alloc_repair.c | 506 error = xfarray_store(ra->free_records, record_nr, in xrep_abt_reserve_space()
|
D | agheader_repair.c | 990 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/ ! |
D | xfs-online-fsck-design.rst | 2012 ``xfarray_store`` functions, which wrap the similarly-named xfile functions to
|