Home
last modified time | relevance | path

Searched refs:xfarray_length (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/scrub/
H A Dalloc_repair.c406 ra->nr_real_records = xfarray_length(ra->free_records); in xrep_abt_find_freespace()
443 record_nr = xfarray_length(ra->free_records) - 1; in xrep_abt_reserve_space()
H A Ddirtree.c254 path->first_step = xfarray_length(dl->path_steps) - 1; in xchk_dirtree_create_path()
495 path->second_step = xfarray_length(dl->path_steps) - 1; in xchk_dirpath_step_up()
H A Drefcount_repair.c610 xfarray_length(rr->refcount_records)); in xrep_refc_build_new_tree()
H A Ddirtree_repair.c612 path->first_step = xfarray_length(dl->path_steps) - 1; in xrep_dirtree_create_adoption_path()
H A Dattr_repair.c1406 if (xfarray_length(rx->pptr_recs) == 0) in xrep_xattr_finalize_tempfile()
1431 (!xfs_has_parent(sc->mp) || xfarray_length(rx->pptr_recs) == 0)) { in xrep_xattr_rebuild_tree()
H A Dxfarray.c269 xfarray_length( in xfarray_length() function