Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_dir2_readdir.c300 next_ra = map.br_startoff + geo->fsbcount; in xfs_dir2_leaf_readbuf()
303 if (map.br_blockcount < geo->fsbcount && in xfs_dir2_leaf_readbuf()
313 next_ra = roundup((xfs_dablk_t)map.br_startoff, geo->fsbcount); in xfs_dir2_leaf_readbuf()
325 ra_want -= geo->fsbcount; in xfs_dir2_leaf_readbuf()
326 next_ra += geo->fsbcount; in xfs_dir2_leaf_readbuf()
Dxfs_attr_inactive.c214 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, in xfs_attr3_node_inactive()
305 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, &bp); in xfs_attr3_root_inactive()
Dxfs_inode.c1106 for (off = round_up(got.br_startoff, geo->fsbcount); in xfs_inactive_dir()
1108 off += geo->fsbcount) { in xfs_inactive_dir()
1116 XFS_FSB_TO_BB(mp, geo->fsbcount), in xfs_inactive_dir()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_trans_space.h51 ((w) == XFS_DATA_FORK ? (mp)->m_dir_geo->fsbcount : 1)
77 ((mp)->m_dir_geo->fsbcount + XFS_DAENTER_BMAP1B(mp, XFS_DATA_FORK))
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()
627 count = args->geo->fsbcount; in xfs_dir2_grow_inode()
677 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
Dxfs_da_btree.h20 unsigned int fsbcount; /* da block size in filesystem blocks */ member
Dxfs_da_btree.c136 return mp->m_dir_geo->fsbcount; in xfs_dabuf_nfsb()
137 return mp->m_attr_geo->fsbcount; in xfs_dabuf_nfsb()
2380 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount); in xfs_da_grow_inode()
2447 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()
2665 count = args->geo->fsbcount; in xfs_da_shrink_inode()
Dxfs_dir2_leaf.c1772 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
1784 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
Dxfs_bmap.c978 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local()
/linux-6.12.1/fs/xfs/scrub/
Ddir.c760 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree()
835 args.geo->fsbcount); in xchk_directory_blocks()
837 lblk += args.geo->fsbcount) { in xchk_directory_blocks()
845 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
855 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
900 args.geo->fsbcount); in xchk_directory_blocks()
902 lblk += args.geo->fsbcount) { in xchk_directory_blocks()
909 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
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()
Ddir_repair.c974 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_dir_recover()
976 dabno += geo->fsbcount) { in xrep_dir_recover()
Dattr_repair.c911 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_xattr_recover()