Home
last modified time | relevance | path

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

/fs/xfs/
A 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()
A 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()
A Dxfs_inode.c1118 for (off = round_up(got.br_startoff, geo->fsbcount); in xfs_inactive_dir()
1120 off += geo->fsbcount) { in xfs_inactive_dir()
1128 XFS_FSB_TO_BB(mp, geo->fsbcount), in xfs_inactive_dir()
/fs/xfs/scrub/
A Ddir.c768 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree()
843 args.geo->fsbcount); in xchk_directory_blocks()
845 lblk += args.geo->fsbcount) { in xchk_directory_blocks()
853 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
863 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
908 args.geo->fsbcount); in xchk_directory_blocks()
910 lblk += args.geo->fsbcount) { in xchk_directory_blocks()
917 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
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()
A Ddir_repair.c980 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_dir_recover()
982 dabno += geo->fsbcount) { in xrep_dir_recover()
A Dattr_repair.c911 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_xattr_recover()
/fs/xfs/libxfs/
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))
A 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()
626 count = args->geo->fsbcount; in xfs_dir2_grow_inode()
676 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
A Dxfs_da_btree.h20 unsigned int fsbcount; /* da block size in filesystem blocks */ member
A 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()
A 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()
A Dxfs_bmap.c976 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local()

Completed in 41 milliseconds