Home
last modified time | relevance | path

Searched refs:fsbcount (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h64 ((w) == XFS_DATA_FORK ? (mp)->m_dir_geo->fsbcount : 1)
90 ((mp)->m_dir_geo->fsbcount + XFS_DAENTER_BMAP1B(mp, XFS_DATA_FORK))
H A Dxfs_dir2.c134 dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog; in xfs_da_mount()
175 dageo->fsbcount = 1; in xfs_da_mount()
292 if (eof == geo->leafblk + geo->fsbcount) in xfs_dir2_format()
625 count = args->geo->fsbcount; in xfs_dir2_grow_inode()
675 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
/linux/fs/xfs/scrub/
H A Ddir.c768 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree()
843 args.geo->fsbcount); in xchk_directory_blocks()
845 lblk += args.geo->fsbcount) { in xchk_directory_blocks()
853 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
863 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
908 args.geo->fsbcount); in xchk_directory_blocks()
910 lblk += args.geo->fsbcount) { in xchk_directory_blocks()
917 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
H A Drmap.c289 xfs_extlen_t fsbcount = irec->rm_blockcount; in xchk_rmapbt_mark_bitmap() local
327 if (xagb_bitmap_test(bmp, irec->rm_startblock, &fsbcount)) { in xchk_rmapbt_mark_bitmap()
334 if (fsbcount < irec->rm_blockcount) in xchk_rmapbt_mark_bitmap()
H A Ddir_repair.c984 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_dir_recover()
986 dabno += geo->fsbcount) { in xrep_dir_recover()
H A Dattr_repair.c911 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_xattr_recover()