Searched refs:fsbcount (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_trans_space.h | 64 ((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 D | xfs_da_btree.h | 20 unsigned int fsbcount; /* da block size in filesystem blocks */ member
|
| /linux/fs/xfs/ |
| H A D | xfs_attr_inactive.c | 214 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 D | xfs_inode.c | 1124 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 D | rmap.c | 289 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 D | attr_repair.c | 911 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_xattr_recover()
|