Home
last modified time | relevance | path

Searched refs:nr_steps (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/scrub/
H A Ddirtree.c171 if (path->nr_steps >= XFS_MAXLINK) in xchk_dirpath_append()
186 path->nr_steps++; in xchk_dirpath_append()
247 path->nr_steps = 0; in xchk_dirtree_create_path()
349 trace_xchk_dirpath_set_outcome(dl->sc, path->path_nr, path->nr_steps, in xchk_dirpath_set_outcome()
417 path->nr_steps, &dl->xname, &dl->pptr_rec); in xchk_dirpath_step_up()
425 path->nr_steps, &dl->xname, &dl->pptr_rec); in xchk_dirpath_step_up()
433 path->nr_steps, &dl->xname, &dl->pptr_rec); in xchk_dirpath_step_up()
441 path->nr_steps, &dl->xname, &dl->pptr_rec); in xchk_dirpath_step_up()
487 path->nr_steps, &dl->xname, &dl->pptr_rec); in xchk_dirpath_step_up()
679 for (i = 1, idx = path->second_step; i < path->nr_steps; i++, idx++) { in xchk_dirpath_is_stale()
[all …]
H A Ddirtree_repair.c60 trace_xrep_dirpath_set_outcome(dl->sc, path->path_nr, path->nr_steps, in xrep_dirpath_set_outcome()
576 path->nr_steps = 0; in xrep_dirtree_create_adoption_path()
H A Dtrace.h1787 unsigned int nr_steps, \
1789 TP_ARGS(sc, path_nr, nr_steps, outcome),
1793 __field(unsigned int, nr_steps)
1799 __entry->nr_steps = nr_steps;
1805 __entry->nr_steps,
1811 unsigned int nr_steps, \
1813 TP_ARGS(sc, path_nr, nr_steps, outcome))
/linux/fs/btrfs/
H A Draid56.c1188 static int bio_add_paddrs(struct bio *bio, phys_addr_t *paddrs, unsigned int nr_steps, in bio_add_paddrs() argument
1194 for (int i = 0; i < nr_steps; i++) { in bio_add_paddrs()
1656 const u32 nr_steps = rbio->sector_nsteps; in verify_bio_data_sectors() local
1674 paddrs[(offset / step) % nr_steps] = paddr; in verify_bio_data_sectors()
H A Dfile-item.c784 const u32 nr_steps = blocksize / step; in csum_one_bio() local
790 paddrs[(offset / step) % nr_steps] = paddr; in csum_one_bio()
H A Dinode.c3459 const u32 nr_steps = blocksize / step; in btrfs_calculate_block_csum_folio() local
3465 for (int i = 0; i < nr_steps; i++) { in btrfs_calculate_block_csum_folio()
3491 const u32 nr_steps = blocksize / step; in btrfs_calculate_block_csum_pages() local
3495 for (int i = 0; i < nr_steps; i++) { in btrfs_calculate_block_csum_pages()
3543 const u32 nr_steps = blocksize / step; in btrfs_data_csum_ok() local
3573 for (int i = 0; i < nr_steps; i++) in btrfs_data_csum_ok()
H A Ddisk-io.c180 const u32 nr_steps = eb->len / step; in btrfs_repair_eb_io_failure() local
191 ASSERT(i < nr_steps); in btrfs_repair_eb_io_failure()