Lines Matching defs:args
485 struct xfs_da_args *args,
562 xfs_dir2_db_to_da(args->geo, i),
595 struct xfs_da_args *args,
628 (freehdr.firstdb + i) * args->geo->fsbcount,
650 struct xfs_da_args args;
672 args.dp = sc->ip;
673 args.geo = mp->m_dir_geo;
674 args.trans = sc->tp;
675 error = xfs_dir2_isblock(&args, &is_block);
685 got.br_blockcount != args.geo->fsbcount)) {
707 args.geo->fsbcount);
709 lblk += args.geo->fsbcount) {
716 lblk = roundup(dabno, args.geo->fsbcount);
726 got.br_blockcount == args.geo->fsbcount &&
732 error = xchk_directory_leaf1_bestfree(sc, &args,
771 args.geo->fsbcount);
773 lblk += args.geo->fsbcount) {
774 error = xchk_directory_free_bestfree(sc, &args,
780 lblk = roundup(dabno, args.geo->fsbcount);