Searched refs:br_startoff (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/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() 599 key->bmbt.br_startoff = in xfs_bmbt_init_key_from_rec() 608 ASSERT(key->bmbt.br_startoff != 0); in xfs_bmbt_init_rec_from_key() 610 xfs_bmbt_disk_set_allf(&rec->bmbt, be64_to_cpu(key->bmbt.br_startoff), in xfs_bmbt_init_rec_from_key() 635 return (__int64_t)be64_to_cpu(key->bmbt.br_startoff) - in xfs_bmbt_key_diff() 636 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff() 736 return be64_to_cpu(k1->bmbt.br_startoff) < in xfs_bmbt_keys_inorder() 737 be64_to_cpu(k2->bmbt.br_startoff); in xfs_bmbt_keys_inorder()
|
D | xfs_da_btree.c | 2062 b = mapp[mapi - 1].br_startoff + in xfs_da_grow_inode_int() 2075 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int() 2076 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_da_grow_inode_int() 2401 if (off != mapp[i].br_startoff) { in xfs_da_map_covers_blocks() 2501 irecs->br_startoff = (xfs_fileoff_t)bno; in xfs_dabuf_map() 2519 (long long)irecs[i].br_startoff, in xfs_dabuf_map()
|
D | xfs_format.h | 1400 xfs_fileoff_t br_startoff; /* starting file offset */ member 1410 __be64 br_startoff; /* starting file offset */ member
|
/linux-4.4.14/fs/xfs/ |
D | xfs_dir2_readdir.c | 305 map->br_startoff += j; in xfs_dir2_leaf_readbuf() 354 mip->map_off = map[i].br_startoff + map[i].br_blockcount; in xfs_dir2_leaf_readbuf() 389 mip->curdb = xfs_dir2_da_to_db(geo, map->br_startoff); in xfs_dir2_leaf_readbuf() 390 error = xfs_dir3_data_read(NULL, dp, map->br_startoff, in xfs_dir2_leaf_readbuf() 421 map[mip->ra_index].br_startoff + mip->ra_offset, in xfs_dir2_leaf_readbuf() 434 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() 162 imap->br_startoff); in xfs_iomap_write_direct() 709 map_start_fsb = imap->br_startoff; in xfs_iomap_write_allocate() 815 if ((offset_fsb >= imap->br_startoff) && in xfs_iomap_write_allocate() 816 (offset_fsb < (imap->br_startoff + in xfs_iomap_write_allocate() 827 map_start_fsb = imap->br_startoff + imap->br_blockcount; in xfs_iomap_write_allocate()
|
D | xfs_bmap_util.c | 293 *eof = endoff >= rec.br_startoff + rec.br_blockcount; in xfs_bmap_eof() 669 XFS_FSB_TO_BB(mp, map[i].br_startoff); in xfs_getbmap() 685 map[i].br_startoff <= XFS_B_TO_FSB(mp, XFS_ISIZE(ip))) in xfs_getbmap() 1158 ASSERT(imap.br_startoff == offset_fsb); in xfs_zero_remaining_bytes() 1164 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + in xfs_zero_remaining_bytes() 1169 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1; in xfs_zero_remaining_bytes() 1192 (offset - XFS_FSB_TO_B(mp, imap.br_startoff)), in xfs_zero_remaining_bytes()
|
D | xfs_file.c | 546 start_zero_fsb = imap.br_startoff + imap.br_blockcount; in xfs_zero_eof() 565 start_zero_fsb = imap.br_startoff + imap.br_blockcount; in xfs_zero_eof() 1204 endoff = XFS_FSB_TO_B(mp, map->br_startoff + map->br_blockcount); in xfs_find_get_desired_pgoff() 1385 XFS_FSB_TO_B(mp, map[i].br_startoff)); in xfs_seek_hole_data() 1439 fsbno = map[i - 1].br_startoff + map[i - 1].br_blockcount; in xfs_seek_hole_data()
|
D | xfs_aops.c | 352 return offset >= imap->br_startoff && in xfs_imap_valid() 353 offset < imap->br_startoff + imap->br_blockcount; in xfs_imap_valid() 607 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff); in xfs_map_buffer() 1159 end_index = imap.br_startoff + imap.br_blockcount; in xfs_vm_writepage() 1356 mapping_size = imap->br_startoff + imap->br_blockcount - iblock; in xfs_map_trim_size()
|
D | xfs_rtalloc.c | 824 for (bno = map.br_startoff, fsbno = map.br_startblock; in xfs_growfs_rt_alloc() 825 bno < map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc() 862 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; 1247 __entry->startoff = irec ? irec->br_startoff : 0;
|
D | xfs_qm.c | 994 firstid = (xfs_dqid_t) map[i].br_startoff * in xfs_qm_dqiterate()
|