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_da_btree.h20 unsigned int fsbcount; /* da block size in filesystem blocks */ member
/linux/fs/xfs/
H A Dxfs_attr_inactive.c214 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, in xfs_attr3_node_inactive()
376 XFS_FSB_TO_B(mp, mp->m_attr_geo->fsbcount)); in xfs_attr_inactive()
H A Dxfs_inode.c1124 for (off = round_up(got.br_startoff, geo->fsbcount); in xfs_inactive_dir()
1126 off += geo->fsbcount) { in xfs_inactive_dir()
1134 XFS_FSB_TO_BB(mp, geo->fsbcount), in xfs_inactive_dir()
/linux/fs/xfs/scrub/
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 Dattr_repair.c911 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_xattr_recover()