Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dreap.c240 xfs_agblock_t fsbcount; in xreap_agextent_binval() local
250 for (fsbcount = 1; fsbcount < max_fsbs; fsbcount++) { in xreap_agextent_binval()
257 XFS_FSB_TO_BB(mp, fsbcount), in xreap_agextent_binval()
H A Ddir.c599 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree()
663 * Iterate all the fsbcount-aligned block offsets in in xchk_directory_blocks()
668 * next fsbcount-aligned offset to avoid redundant in xchk_directory_blocks()
672 args.geo->fsbcount); in xchk_directory_blocks()
674 lblk += args.geo->fsbcount) { in xchk_directory_blocks()
682 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
692 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
728 * Iterate all the fsbcount-aligned block offsets in in xchk_directory_blocks()
733 * next fsbcount-aligned offset to avoid redundant in xchk_directory_blocks()
737 args.geo->fsbcount); in xchk_directory_blocks()
[all...]
H A Drmap.c279 xfs_extlen_t fsbcount = irec->rm_blockcount; in xchk_rmapbt_mark_bitmap() local
317 if (xagb_bitmap_test(bmp, irec->rm_startblock, &fsbcount)) { in xchk_rmapbt_mark_bitmap()
324 if (fsbcount < irec->rm_blockcount) in xchk_rmapbt_mark_bitmap()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddir.c628 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree()
685 got.br_blockcount != args.geo->fsbcount)) { in xchk_directory_blocks()
698 * Iterate all the fsbcount-aligned block offsets in in xchk_directory_blocks()
703 * next fsbcount-aligned offset to avoid redundant in xchk_directory_blocks()
707 args.geo->fsbcount); in xchk_directory_blocks()
709 lblk += args.geo->fsbcount) { in xchk_directory_blocks()
716 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
726 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
762 * Iterate all the fsbcount-aligned block offsets in in xchk_directory_blocks()
767 * next fsbcount in xchk_directory_blocks()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dir2_readdir.c298 next_ra = map.br_startoff + geo->fsbcount; in xfs_dir2_leaf_readbuf()
301 if (map.br_blockcount < geo->fsbcount && in xfs_dir2_leaf_readbuf()
311 next_ra = roundup((xfs_dablk_t)map.br_startoff, geo->fsbcount); in xfs_dir2_leaf_readbuf()
323 ra_want -= geo->fsbcount; in xfs_dir2_leaf_readbuf()
324 next_ra += geo->fsbcount; in xfs_dir2_leaf_readbuf()
H A Dxfs_attr_inactive.c210 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, in xfs_attr3_node_inactive()
303 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, &bp); in xfs_attr3_root_inactive()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dir2_readdir.c297 next_ra = map.br_startoff + geo->fsbcount; in xfs_dir2_leaf_readbuf()
300 if (map.br_blockcount < geo->fsbcount && in xfs_dir2_leaf_readbuf()
310 next_ra = roundup((xfs_dablk_t)map.br_startoff, geo->fsbcount); in xfs_dir2_leaf_readbuf()
322 ra_want -= geo->fsbcount; in xfs_dir2_leaf_readbuf()
323 next_ra += geo->fsbcount; in xfs_dir2_leaf_readbuf()
H A Dxfs_attr_inactive.c211 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, in xfs_attr3_node_inactive()
301 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, &bp); in xfs_attr3_root_inactive()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_trans_space.h40 ((w) == XFS_DATA_FORK ? (mp)->m_dir_geo->fsbcount : 1)
67 ((mp)->m_dir_geo->fsbcount + XFS_DAENTER_BMAP1B(mp, XFS_DATA_FORK))
H A Dxfs_dir2.c117 dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog; in xfs_da_mount()
156 dageo->fsbcount = 1; in xfs_da_mount()
572 count = args->geo->fsbcount; in xfs_dir2_grow_inode()
630 *vp = last == args->geo->leafblk + args->geo->fsbcount; in xfs_dir2_isleaf()
661 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
H A Dxfs_da_btree.h21 unsigned int fsbcount; /* da block size in filesystem blocks */ member
H A Dxfs_da_btree.c122 return mp->m_dir_geo->fsbcount; in xfs_dabuf_nfsb()
123 return mp->m_attr_geo->fsbcount; in xfs_dabuf_nfsb()
2237 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount); in xfs_da_grow_inode()
2301 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()
2476 count = args->geo->fsbcount; in xfs_da_shrink_inode()
H A Dxfs_dir2_leaf.c1707 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
1719 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
H A Dxfs_bmap.c1014 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local()
/kernel/linux/linux-6.6/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.c122 dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog; in xfs_da_mount()
163 dageo->fsbcount = 1; in xfs_da_mount()
585 count = args->geo->fsbcount; in xfs_dir2_grow_inode()
650 if (eof != args->geo->leafblk + args->geo->fsbcount) in xfs_dir2_isleaf()
684 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
H A Dxfs_da_btree.h20 unsigned int fsbcount; /* da block size in filesystem blocks */ member
H A Dxfs_da_btree.c134 return mp->m_dir_geo->fsbcount; in xfs_dabuf_nfsb()
135 return mp->m_attr_geo->fsbcount; in xfs_dabuf_nfsb()
2249 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount); in xfs_da_grow_inode()
2313 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()
2488 count = args->geo->fsbcount; in xfs_da_shrink_inode()
H A Dxfs_dir2_leaf.c1716 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
1728 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
H A Dxfs_bmap.c950 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local()

Completed in 33 milliseconds