Lines Matching defs:geo
193 struct xfs_da_geometry *geo = mp->m_dir_geo;
227 db = xfs_dir2_dataptr_to_db(geo, ptr);
228 off = xfs_dir2_dataptr_to_off(geo, ptr);
229 rec_bno = xfs_dir2_db_to_da(geo, db);
231 if (rec_bno >= geo->leafblk) {
252 iter_off = geo->data_entry_offset;
253 end = xfs_dir3_data_end_offset(geo, bp->b_addr);
493 struct xfs_da_geometry *geo = sc->mp->m_dir_geo;
511 ltp = xfs_dir2_leaf_tail_p(geo, leaf);
526 if (bestcount != xfs_dir2_byte_to_db(geo, sc->ip->i_d.di_size)) {
532 if (leafhdr.count > geo->leaf_max_ents) {
562 xfs_dir2_db_to_da(args->geo, i),
628 (freehdr.firstdb + i) * args->geo->fsbcount,
673 args.geo = mp->m_dir_geo;
685 got.br_blockcount != args.geo->fsbcount)) {
707 args.geo->fsbcount);
709 lblk += args.geo->fsbcount) {
716 lblk = roundup(dabno, args.geo->fsbcount);
726 got.br_blockcount == args.geo->fsbcount &&
771 args.geo->fsbcount);
773 lblk += args.geo->fsbcount) {
780 lblk = roundup(dabno, args.geo->fsbcount);