Searched refs:fsbcount (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | dir.c | 559 i * args->geo->fsbcount, -1, &dbp); in xchk_directory_leaf1_bestfree() 611 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree() 668 got.br_blockcount != args.geo->fsbcount)) { in xchk_directory_blocks() 690 args.geo->fsbcount); in xchk_directory_blocks() 692 lblk += args.geo->fsbcount) { in xchk_directory_blocks() 699 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks() 709 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks() 754 args.geo->fsbcount); in xchk_directory_blocks() 756 lblk += args.geo->fsbcount) { in xchk_directory_blocks() 763 lblk = roundup(dabno, args.geo->fsbcount); in xchk_directory_blocks()
|
/Linux-v4.19/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() 320 ra_want -= geo->fsbcount; in xfs_dir2_leaf_readbuf() 321 next_ra += geo->fsbcount; in xfs_dir2_leaf_readbuf()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_trans_space.h | 40 ((w) == XFS_DATA_FORK ? (mp)->m_dir_geo->fsbcount : 1) 67 ((mp)->m_dir_geo->fsbcount + XFS_DAENTER_BMAP1B(mp, XFS_DATA_FORK))
|
D | xfs_dir2.c | 131 dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog; in xfs_da_mount() 149 dageo->fsbcount = 1; in xfs_da_mount() 570 count = args->geo->fsbcount; in xfs_dir2_grow_inode() 626 *vp = last == args->geo->leafblk + args->geo->fsbcount; in xfs_dir2_isleaf() 657 error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, 0, 0, &done); in xfs_dir2_shrink_inode()
|
D | xfs_da_btree.h | 22 int fsbcount; /* da block size in filesystem blocks */ member
|
D | xfs_da_btree.c | 2139 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount); in xfs_da_grow_inode() 2206 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock() 2391 count = args->geo->fsbcount; in xfs_da_shrink_inode() 2510 nfsb = mp->m_dir_geo->fsbcount; in xfs_dabuf_map() 2512 nfsb = mp->m_attr_geo->fsbcount; in xfs_dabuf_map()
|
D | xfs_dir2_leaf.c | 1735 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1747 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf()
|
D | xfs_bmap.c | 1006 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local()
|