Home
last modified time | relevance | path

Searched refs:path_steps (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/scrub/
A Ddirtree.c85 xfarray_destroy(dl->path_steps); in xchk_dirtree_buf_cleanup()
121 &dl->path_steps); in xchk_setup_dirtree()
143 xfarray_destroy(dl->path_steps); in xchk_setup_dirtree()
183 error = xfarray_append(dl->path_steps, &step); in xchk_dirpath_append()
255 path->first_step = xfarray_length(dl->path_steps) - 1; in xchk_dirtree_create_path()
496 path->second_step = xfarray_length(dl->path_steps) - 1; in xchk_dirpath_step_up()
605 error = xfarray_load(dl->path_steps, step_idx, &step); in xchk_dirpath_step_is_stale()
748 xfarray_truncate(dl->path_steps); in xchk_dirtree_reset()
766 error = xfarray_load(dl->path_steps, path->first_step, &step); in xchk_dirtree_load_path()
A Ddirtree_repair.c105 error = xfarray_load(dl->path_steps, path->first_step, &step); in xrep_dirpath_retain_parent()
269 error = xfarray_load(dl->path_steps, path->first_step, step); in xrep_dirtree_prep_path()
598 path->first_step = xfarray_length(dl->path_steps) - 1; in xrep_dirtree_create_adoption_path()
A Ddirtree.h132 struct xfarray *path_steps; member

Completed in 7 milliseconds