fsbcount         1005 fs/xfs/libxfs/xfs_bmap.c 		dargs.total = dargs.geo->fsbcount;
fsbcount         2157 fs/xfs/libxfs/xfs_da_btree.c 	error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount);
fsbcount         2224 fs/xfs/libxfs/xfs_da_btree.c 	last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount;
fsbcount         2409 fs/xfs/libxfs/xfs_da_btree.c 	count = args->geo->fsbcount;
fsbcount         2528 fs/xfs/libxfs/xfs_da_btree.c 		nfsb = mp->m_dir_geo->fsbcount;
fsbcount         2530 fs/xfs/libxfs/xfs_da_btree.c 		nfsb = mp->m_attr_geo->fsbcount;
fsbcount           22 fs/xfs/libxfs/xfs_da_btree.h 	int		fsbcount;	/* da block size in filesystem blocks */
fsbcount          127 fs/xfs/libxfs/xfs_dir2.c 	dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog;
fsbcount          145 fs/xfs/libxfs/xfs_dir2.c 	dageo->fsbcount = 1;
fsbcount          566 fs/xfs/libxfs/xfs_dir2.c 	count = args->geo->fsbcount;
fsbcount          622 fs/xfs/libxfs/xfs_dir2.c 	*vp = last == args->geo->leafblk + args->geo->fsbcount;
fsbcount          653 fs/xfs/libxfs/xfs_dir2.c 	error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done);
fsbcount         1671 fs/xfs/libxfs/xfs_dir2_leaf.c 	fo -= args->geo->fsbcount;
fsbcount         1683 fs/xfs/libxfs/xfs_dir2_leaf.c 			fo -= args->geo->fsbcount;
fsbcount           40 fs/xfs/libxfs/xfs_trans_space.h 	((w) == XFS_DATA_FORK ? (mp)->m_dir_geo->fsbcount : 1)
fsbcount           67 fs/xfs/libxfs/xfs_trans_space.h 	((mp)->m_dir_geo->fsbcount + XFS_DAENTER_BMAP1B(mp, XFS_DATA_FORK))
fsbcount          555 fs/xfs/scrub/dir.c 				i * args->geo->fsbcount, -1, &dbp);
fsbcount          607 fs/xfs/scrub/dir.c 				(freehdr.firstdb + i) * args->geo->fsbcount,
fsbcount          664 fs/xfs/scrub/dir.c 		     got.br_blockcount != args.geo->fsbcount)) {
fsbcount          686 fs/xfs/scrub/dir.c 				args.geo->fsbcount);
fsbcount          688 fs/xfs/scrub/dir.c 		     lblk += args.geo->fsbcount) {
fsbcount          695 fs/xfs/scrub/dir.c 		lblk = roundup(dabno, args.geo->fsbcount);
fsbcount          705 fs/xfs/scrub/dir.c 	    got.br_blockcount == args.geo->fsbcount &&
fsbcount          750 fs/xfs/scrub/dir.c 				args.geo->fsbcount);
fsbcount          752 fs/xfs/scrub/dir.c 		     lblk += args.geo->fsbcount) {
fsbcount          759 fs/xfs/scrub/dir.c 		lblk = roundup(dabno, args.geo->fsbcount);
fsbcount          293 fs/xfs/xfs_dir2_readdir.c 	next_ra = map.br_startoff + geo->fsbcount;
fsbcount          296 fs/xfs/xfs_dir2_readdir.c 	if (map.br_blockcount < geo->fsbcount &&
fsbcount          306 fs/xfs/xfs_dir2_readdir.c 		next_ra = roundup((xfs_dablk_t)map.br_startoff, geo->fsbcount);
fsbcount          317 fs/xfs/xfs_dir2_readdir.c 			ra_want -= geo->fsbcount;
fsbcount          318 fs/xfs/xfs_dir2_readdir.c 			next_ra += geo->fsbcount;