Lines Matching defs:args
451 struct xfs_da_args *args,
533 xfs_dir2_db_to_da(args->geo, i),
566 struct xfs_da_args *args,
599 (freehdr.firstdb + i) * args->geo->fsbcount,
621 struct xfs_da_args args = {
649 error = xfs_dir2_isblock(&args, &is_block);
672 args.geo->fsbcount);
674 lblk += args.geo->fsbcount) {
675 last_data_db = xfs_dir2_da_to_db(args.geo, lblk);
682 lblk = roundup(dabno, args.geo->fsbcount);
692 got.br_blockcount == args.geo->fsbcount &&
698 error = xchk_directory_leaf1_bestfree(sc, &args, last_data_db,
737 args.geo->fsbcount);
739 lblk += args.geo->fsbcount) {
740 error = xchk_directory_free_bestfree(sc, &args,
746 lblk = roundup(dabno, args.geo->fsbcount);