Home
last modified time | relevance | path

Searched refs:br_startoff (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c115 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_eq()
129 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_ge()
297 ASSERT(be64_to_cpu(prevp->br_startoff) < in xfs_check_block()
298 be64_to_cpu(keyp->br_startoff)); in xfs_check_block()
536 ASSERT(mval[i].br_startoff >= bno); in xfs_bmap_validate_ret()
538 ASSERT(mval[i].br_startoff + mval[i].br_blockcount <= in xfs_bmap_validate_ret()
541 ASSERT(mval[i].br_startoff < bno + len); in xfs_bmap_validate_ret()
542 ASSERT(mval[i].br_startoff + mval[i].br_blockcount > in xfs_bmap_validate_ret()
546 mval[i - 1].br_startoff + mval[i - 1].br_blockcount == in xfs_bmap_validate_ret()
547 mval[i].br_startoff); in xfs_bmap_validate_ret()
[all …]
Dxfs_bmap_btree.c109 s->br_startoff = ((xfs_fileoff_t)l0 & in __xfs_bmbt_get_all()
231 xfs_bmbt_set_allf(r, s->br_startoff, s->br_startblock, in xfs_bmbt_set_all()
272 xfs_bmbt_disk_set_allf(r, s->br_startoff, s->br_startblock, in xfs_bmbt_disk_set_all()
598 key->bmbt.br_startoff = in xfs_bmbt_init_key_from_rec()
607 ASSERT(key->bmbt.br_startoff != 0); in xfs_bmbt_init_rec_from_key()
609 xfs_bmbt_disk_set_allf(&rec->bmbt, be64_to_cpu(key->bmbt.br_startoff), in xfs_bmbt_init_rec_from_key()
634 return (__int64_t)be64_to_cpu(key->bmbt.br_startoff) - in xfs_bmbt_key_diff()
635 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff()
734 return be64_to_cpu(k1->bmbt.br_startoff) < in xfs_bmbt_keys_inorder()
735 be64_to_cpu(k2->bmbt.br_startoff); in xfs_bmbt_keys_inorder()
Dxfs_da_btree.c2051 b = mapp[mapi - 1].br_startoff + in xfs_da_grow_inode_int()
2064 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int()
2065 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_da_grow_inode_int()
2390 if (off != mapp[i].br_startoff) { in xfs_da_map_covers_blocks()
2490 irecs->br_startoff = (xfs_fileoff_t)bno; in xfs_dabuf_map()
2508 (long long)irecs[i].br_startoff, in xfs_dabuf_map()
Dxfs_format.h1353 xfs_fileoff_t br_startoff; /* starting file offset */ member
1363 __be64 br_startoff; /* starting file offset */ member
/linux-4.1.27/fs/xfs/
Dxfs_dir2_readdir.c302 map->br_startoff += j; in xfs_dir2_leaf_readbuf()
351 mip->map_off = map[i].br_startoff + map[i].br_blockcount; in xfs_dir2_leaf_readbuf()
386 mip->curdb = xfs_dir2_da_to_db(geo, map->br_startoff); in xfs_dir2_leaf_readbuf()
387 error = xfs_dir3_data_read(NULL, dp, map->br_startoff, in xfs_dir2_leaf_readbuf()
418 map[mip->ra_index].br_startoff + mip->ra_offset, in xfs_dir2_leaf_readbuf()
431 map[mip->ra_index].br_startoff + in xfs_dir2_leaf_readbuf()
Dxfs_iomap.c106 (unsigned long long)imap->br_startoff, in xfs_alert_fsblock_zero()
152 imap->br_startoff); in xfs_iomap_write_direct()
671 map_start_fsb = imap->br_startoff; in xfs_iomap_write_allocate()
777 if ((offset_fsb >= imap->br_startoff) && in xfs_iomap_write_allocate()
778 (offset_fsb < (imap->br_startoff + in xfs_iomap_write_allocate()
789 map_start_fsb = imap->br_startoff + imap->br_blockcount; in xfs_iomap_write_allocate()
Dxfs_file.c512 start_zero_fsb = imap.br_startoff + imap.br_blockcount; in xfs_zero_eof()
531 start_zero_fsb = imap.br_startoff + imap.br_blockcount; in xfs_zero_eof()
1166 endoff = XFS_FSB_TO_B(mp, map->br_startoff + map->br_blockcount); in xfs_find_get_desired_pgoff()
1347 XFS_FSB_TO_B(mp, map[i].br_startoff)); in xfs_seek_hole_data()
1401 fsbno = map[i - 1].br_startoff + map[i - 1].br_blockcount; in xfs_seek_hole_data()
Dxfs_bmap_util.c267 *eof = endoff >= rec.br_startoff + rec.br_blockcount; in xfs_bmap_eof()
643 XFS_FSB_TO_BB(mp, map[i].br_startoff); in xfs_getbmap()
659 map[i].br_startoff <= XFS_B_TO_FSB(mp, XFS_ISIZE(ip))) in xfs_getbmap()
1135 ASSERT(imap.br_startoff == offset_fsb); in xfs_zero_remaining_bytes()
1136 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1; in xfs_zero_remaining_bytes()
1154 (offset - XFS_FSB_TO_B(mp, imap.br_startoff)), in xfs_zero_remaining_bytes()
Dxfs_aops.c345 return offset >= imap->br_startoff && in xfs_imap_valid()
346 offset < imap->br_startoff + imap->br_blockcount; in xfs_imap_valid()
602 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff); in xfs_map_buffer()
1154 end_index = imap.br_startoff + imap.br_blockcount; in xfs_vm_writepage()
1328 mapping_size = imap->br_startoff + imap->br_blockcount - iblock; in xfs_map_trim_size()
Dxfs_rtalloc.c829 for (bno = map.br_startoff, fsbno = map.br_startblock; in xfs_growfs_rt_alloc()
830 bno < map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc()
869 oblocks = map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc()
Dxfs_pnfs.c104 iomap->offset = XFS_FSB_TO_B(mp, imap->br_startoff); in xfs_bmbt_to_iomap()
Dxfs_dquot.c532 xfs_dqid_t firstid = (xfs_dqid_t)map.br_startoff * in xfs_qm_dqtobp()
Dxfs_trace.h234 __entry->startoff = r->br_startoff;
278 __entry->startoff = r.br_startoff;
1198 __entry->startoff = irec ? irec->br_startoff : 0;
Dxfs_qm.c995 firstid = (xfs_dqid_t) map[i].br_startoff * in xfs_qm_dqiterate()