Searched refs:br_startoff (Results 1 - 25 of 33) sorted by last modified time

12

/linux-master/fs/xfs/
H A Dxfs_icache.c1793 got.br_startoff, got.br_blockcount);
H A Dxfs_aops.c335 cow_fsb = imap.br_startoff;
359 imap.br_startoff = end_fsb; /* fake a hole past EOF */
364 if (imap.br_startoff > offset_fsb) {
365 imap.br_blockcount = imap.br_startoff - offset_fsb;
366 imap.br_startoff = offset_fsb;
378 cow_fsb < imap.br_startoff + imap.br_blockcount)
379 imap.br_blockcount = cow_fsb - imap.br_startoff;
H A Dxfs_trace.h392 __entry->startoff = r.br_startoff;
1472 __entry->startoff = irec ? irec->br_startoff : 0;
2988 __entry->l_loff = bi->bi_bmap.br_startoff;
3544 __entry->lblk = irec->br_startoff;
H A Dxfs_dquot.c758 if (got.br_startoff < start)
759 got.br_startoff = start;
760 *id = got.br_startoff * mp->m_quotainfo->qi_dqperchunk;
H A Dxfs_rtalloc.c726 for (bno = map.br_startoff, fsbno = map.br_startblock;
727 bno < map.br_startoff + map.br_blockcount;
764 oblocks = map.br_startoff + map.br_blockcount;
H A Dxfs_rmap_item.c308 map->me_startoff = ri->ri_bmap.br_startoff;
494 ri->ri_bmap.br_startoff = map->me_startoff;
H A Dxfs_reflink.c261 if (got.br_startoff >= offset_fsb + count_fsb)
317 xfs_fileoff_t offset_fsb = imap->br_startoff;
328 cmap->br_startoff = offset_fsb + count_fsb;
329 if (cmap->br_startoff > offset_fsb) {
330 xfs_trim_extent(imap, imap->br_startoff,
331 cmap->br_startoff - imap->br_startoff);
337 xfs_trim_extent(imap, cmap->br_startoff, cmap->br_blockcount);
354 xfs_fileoff_t offset_fsb = imap->br_startoff;
397 resaligned = xfs_aligned_fsb_count(imap->br_startoff,
[all...]
H A Dxfs_qm.c1040 firstid = (xfs_dqid_t) map[i].br_startoff *
H A Dxfs_iomap.c46 (unsigned long long)imap->br_startoff,
127 iomap->offset = XFS_FSB_TO_B(mp, imap->br_startoff);
232 aligned_end_fsb >= irec.br_startoff + irec.br_blockcount)
448 prev.br_startoff + prev.br_blockcount < offset_fsb)
460 got.br_startoff + got.br_blockcount != prev.br_startoff ||
774 if (imap->br_startoff > offset_fsb)
776 if (imap->br_startoff + imap->br_blockcount < end_fsb)
836 end_fsb = imap.br_startoff + imap.br_blockcount;
893 end_fsb = min(end_fsb, imap.br_startoff
[all...]
H A Dxfs_dir2_readdir.c277 if (map.br_startoff >= last_da)
282 new_off = xfs_dir2_da_to_byte(geo, map.br_startoff);
285 error = xfs_dir3_data_read(args->trans, dp, map.br_startoff, 0, &bp);
298 *ra_blk = map.br_startoff;
299 next_ra = map.br_startoff + geo->fsbcount;
305 if (map.br_startoff >= last_da)
312 next_ra = roundup((xfs_dablk_t)map.br_startoff, geo->fsbcount);
314 next_ra < map.br_startoff + map.br_blockcount) {
H A Dxfs_bmap_util.c191 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff);
235 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount;
240 rec->br_startoff += rec->br_blockcount;
390 if (got.br_startoff > bno) {
392 got.br_startoff);
402 bno = got.br_startoff + got.br_blockcount;
463 while (got.br_startoff + got.br_blockcount > start_fsb) {
1269 error = xfs_bmapi_read(ip, tirec.br_startoff,
1275 ASSERT(tirec.br_startoff == irec.br_startoff);
[all...]
H A Dxfs_bmap_item.c263 map->me_startoff = bi->bi_bmap.br_startoff;
464 bi->bi_bmap.br_startoff = map->me_startoff;
/linux-master/fs/xfs/scrub/
H A Dtrace.h388 __entry->startoff = cursor->bmap.br_startoff;
1711 __entry->lblk = irec->br_startoff;
2166 __entry->startoff = irec->br_startoff;
H A Drmap_repair.c358 rec->br_startoff == accum->rm_offset + accum->rm_blockcount &&
372 accum->rm_offset = rec->br_startoff;
H A Dreaddir.c169 if (map.br_startoff >= last_da)
174 new_off = xfs_dir2_da_to_byte(geo, map.br_startoff);
178 return xfs_dir3_data_read(tp, dp, map.br_startoff, 0, bpp);
H A Dinode_repair.c798 fileoff = be64_to_cpu(fkp->br_startoff);
1621 off = got.br_startoff + got.br_blockcount;
H A Ddir.c659 if (got.br_startoff >= leaf_lblk)
673 for (lblk = roundup((xfs_dablk_t)got.br_startoff,
675 lblk < got.br_startoff + got.br_blockcount;
683 dabno = got.br_startoff + got.br_blockcount;
693 got.br_startoff == leaf_lblk &&
717 lblk = got.br_startoff;
738 for (lblk = roundup((xfs_dablk_t)got.br_startoff,
740 lblk < got.br_startoff + got.br_blockcount;
747 dabno = got.br_startoff + got.br_blockcount;
H A Dcow_repair.c94 startoff = xc->irec.br_startoff +
373 if (got->br_startoff > startoff)
426 new.br_startoff += repl->len;
431 new.br_startoff = got->br_startoff;
463 got.br_startoff + got.br_blockcount);
H A Dbmap_repair.c129 .br_startoff = startoff,
172 irec.br_startoff += irec.br_blockcount;
337 if (irec.br_startoff < next_off)
340 next_off = irec.br_startoff + irec.br_blockcount;
H A Dbmap.c166 offset = irec->br_startoff;
185 irec->br_startoff);
213 irec->br_startoff);
218 irec->br_startoff);
221 if (rmap.rm_offset != irec->br_startoff)
223 irec->br_startoff);
226 if (rmap_end != irec->br_startoff + irec->br_blockcount)
228 irec->br_startoff);
233 irec->br_startoff);
245 irec->br_startoff);
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_types.h152 xfs_fileoff_t br_startoff; /* starting file offset */ member in struct:xfs_bmbt_irec
H A Dxfs_rmap.c2649 ri->ri_bmap.br_startoff, ri->ri_bmap.br_blockcount,
2686 ri->ri_bmap.br_startoff);
2730 bmap->br_startoff,
2824 bmap.br_startoff = 0;
2846 bmap.br_startoff = 0;
H A Dxfs_iext_tree.c57 ASSERT((irec->br_startoff & ~XFS_IEXT_STARTOFF_MASK) == 0);
61 rec->lo = irec->br_startoff & XFS_IEXT_STARTOFF_MASK;
76 irec->br_startoff = rec->lo & XFS_IEXT_STARTOFF_MASK;
638 xfs_fileoff_t offset = irec->br_startoff;
652 xfs_iext_rec_cmp(cur_rec(cur), irec->br_startoff) != 0);
986 gotp->br_startoff <= *end - 1)
990 *end = gotp->br_startoff + gotp->br_blockcount;
1009 if (new->br_startoff != old.br_startoff) {
1010 xfs_iext_update_node(ifp, old.br_startoff,
[all...]
H A Dxfs_format.h1701 __be64 br_startoff; /* starting file offset */
H A Dxfs_da_btree.c2215 b = mapp[mapi - 1].br_startoff +
2228 if (got != count || mapp[0].br_startoff != *bno ||
2229 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount !=
2574 if (off != irecs[i].br_startoff)
2602 "[%02d] br_startoff %lld br_startblock %lld br_blockcount %lld br_state %d",
2603 i, irecs[i].br_startoff,

Completed in 304 milliseconds

12