Searched refs:fsbcount (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_space.h47 ((w) == XFS_DATA_FORK ? (mp)->m_dir_geo->fsbcount : 1)
73 ((mp)->m_dir_geo->fsbcount + XFS_DAENTER_BMAP1B(mp, XFS_DATA_FORK))
H A Dxfs_dir2.c129 dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog;
170 dageo->fsbcount = 1;
586 count = args->geo->fsbcount;
653 if (eof != args->geo->leafblk + args->geo->fsbcount)
687 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done);
H A Dxfs_da_btree.h20 unsigned int fsbcount; /* da block size in filesystem blocks */ member in struct:xfs_da_geometry
H A Dxfs_da_btree.c136 return mp->m_dir_geo->fsbcount;
137 return mp->m_attr_geo->fsbcount;
2259 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount);
2325 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount;
2507 count = args->geo->fsbcount;
H A Dxfs_dir2_leaf.c1719 fo -= args->geo->fsbcount;
1731 fo -= args->geo->fsbcount;
H A Dxfs_bmap.c976 dargs.total = dargs.geo->fsbcount;
/linux-master/fs/xfs/scrub/
H A Dreap.c244 xfs_agblock_t fsbcount; local
254 for (fsbcount = 1; fsbcount <= max_fsbs; fsbcount++) {
261 XFS_FSB_TO_BB(mp, fsbcount),
H A Ddir.c601 (freehdr.firstdb + i) * args->geo->fsbcount,
665 * Iterate all the fsbcount-aligned block offsets in
670 * next fsbcount-aligned offset to avoid redundant
674 args.geo->fsbcount);
676 lblk += args.geo->fsbcount) {
684 lblk = roundup(dabno, args.geo->fsbcount);
694 got.br_blockcount == args.geo->fsbcount &&
730 * Iterate all the fsbcount-aligned block offsets in
735 * next fsbcount-aligned offset to avoid redundant
739 args.geo->fsbcount);
[all...]
H A Drmap.c289 xfs_extlen_t fsbcount = irec->rm_blockcount; local
327 if (xagb_bitmap_test(bmp, irec->rm_startblock, &fsbcount)) {
334 if (fsbcount < irec->rm_blockcount)
/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c299 next_ra = map.br_startoff + geo->fsbcount;
302 if (map.br_blockcount < geo->fsbcount &&
312 next_ra = roundup((xfs_dablk_t)map.br_startoff, geo->fsbcount);
324 ra_want -= geo->fsbcount;
325 next_ra += geo->fsbcount;
H A Dxfs_attr_inactive.c214 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0,
305 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, &bp);

Completed in 522 milliseconds