Searched refs:fsbcount (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/ |
D | xfs_dir2_readdir.c | 296 next_ra = map.br_startoff + geo->fsbcount; in xfs_dir2_leaf_readbuf() 299 if (map.br_blockcount < geo->fsbcount && in xfs_dir2_leaf_readbuf() 309 next_ra = roundup((xfs_dablk_t)map.br_startoff, geo->fsbcount); in xfs_dir2_leaf_readbuf() 321 ra_want -= geo->fsbcount; in xfs_dir2_leaf_readbuf() 322 next_ra += geo->fsbcount; in xfs_dir2_leaf_readbuf()
|
D | xfs_attr_inactive.c | 211 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()
|
/fs/xfs/scrub/ |
D | dir.c | 642 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree() 712 args.geo->fsbcount); in xchk_directory_blocks() 714 lblk += args.geo->fsbcount) { in xchk_directory_blocks() 721 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks() 731 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks() 776 args.geo->fsbcount); in xchk_directory_blocks() 778 lblk += args.geo->fsbcount) { in xchk_directory_blocks() 785 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
|
/fs/xfs/libxfs/ |
D | xfs_dir2.c | 117 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()
|
D | xfs_trans_space.h | 40 ((w) == XFS_DATA_FORK ? (mp)->m_dir_geo->fsbcount : 1) 66 ((mp)->m_dir_geo->fsbcount + XFS_DAENTER_BMAP1B(mp, XFS_DATA_FORK))
|
D | xfs_da_btree.h | 21 unsigned int fsbcount; /* da block size in filesystem blocks */ member
|
D | xfs_inode_fork.h | 53 ((XFS_DA_NODE_MAXDEPTH + 1 + 1) * (mp)->m_dir_geo->fsbcount)
|
D | xfs_da_btree.c | 122 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()
|
D | xfs_dir2_leaf.c | 1716 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1728 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
|
D | xfs_bmap.c | 1013 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local()
|