Lines Matching refs:ecp
287 struct testfs_bcmd *ecp) in check_layout_entry() argument
325 testfs_bcmd_exitdir(cp, ecp)); in check_layout_entry()
345 struct testfs_bcmd *ecp) in testfs_bcmd_verify_layout() argument
352 while (cp < ecp) { in testfs_bcmd_verify_layout()
369 TC_PRINT("check %s for %zu entries\n", pp->path, ecp - scp); in testfs_bcmd_verify_layout()
386 cp = testfs_bcmd_find(&stat, scp, ecp); in testfs_bcmd_verify_layout()
404 rc = check_layout_entry(pp, &stat, cp, ecp); in testfs_bcmd_verify_layout()
432 struct testfs_bcmd *ecp) in testfs_bcmd_exitdir() argument
437 while ((level > 0) && (++cp < ecp)) { in testfs_bcmd_exitdir()
449 struct testfs_bcmd *ecp) in testfs_bcmd_find() argument
453 while (cp < ecp) { in testfs_bcmd_find()
462 cp = testfs_bcmd_exitdir(cp, ecp); in testfs_bcmd_find()