Searched refs:br_startoff (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 115 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 …]
|
D | xfs_bmap_btree.c | 109 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()
|
D | xfs_da_btree.c | 2051 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()
|
D | xfs_format.h | 1353 xfs_fileoff_t br_startoff; /* starting file offset */ member 1363 __be64 br_startoff; /* starting file offset */ member
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dir2_readdir.c | 302 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()
|
D | xfs_iomap.c | 106 (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()
|
D | xfs_file.c | 512 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()
|
D | xfs_bmap_util.c | 267 *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()
|
D | xfs_aops.c | 345 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()
|
D | xfs_rtalloc.c | 829 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()
|
D | xfs_pnfs.c | 104 iomap->offset = XFS_FSB_TO_B(mp, imap->br_startoff); in xfs_bmbt_to_iomap()
|
D | xfs_dquot.c | 532 xfs_dqid_t firstid = (xfs_dqid_t)map.br_startoff * in xfs_qm_dqtobp()
|
D | xfs_trace.h | 234 __entry->startoff = r->br_startoff; 278 __entry->startoff = r.br_startoff; 1198 __entry->startoff = irec ? irec->br_startoff : 0;
|
D | xfs_qm.c | 995 firstid = (xfs_dqid_t) map[i].br_startoff * in xfs_qm_dqiterate()
|