Searched refs:fsbcount (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_dir2_readdir.c | 300 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()
|
D | xfs_attr_inactive.c | 214 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()
|
D | xfs_inode.c | 1106 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/ |
D | xfs_trans_space.h | 51 ((w) == XFS_DATA_FORK ? (mp)->m_dir_geo->fsbcount : 1) 77 ((mp)->m_dir_geo->fsbcount + XFS_DAENTER_BMAP1B(mp, XFS_DATA_FORK))
|
D | xfs_dir2.c | 134 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()
|
D | xfs_da_btree.h | 20 unsigned int fsbcount; /* da block size in filesystem blocks */ member
|
D | xfs_da_btree.c | 136 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()
|
D | xfs_dir2_leaf.c | 1772 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1784 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
|
D | xfs_bmap.c | 978 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | dir.c | 760 (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()
|
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()
|
D | dir_repair.c | 974 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_dir_recover() 976 dabno += geo->fsbcount) { in xrep_dir_recover()
|
D | attr_repair.c | 911 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_xattr_recover()
|