Searched refs:br_startoff (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/ |
D | xfs_bmap.c | 413 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_eq() 427 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_ge() 605 if (delta->xed_startoff > new->br_startoff) in xfs_bmap_add_extent() 606 delta->xed_startoff = new->br_startoff; in xfs_bmap_add_extent() 608 new->br_startoff + new->br_blockcount) in xfs_bmap_add_extent() 609 delta->xed_blockcount = new->br_startoff + in xfs_bmap_add_extent() 648 new->br_startoff + new->br_blockcount > prev.br_startoff) { in xfs_bmap_add_extent() 790 new_endoff = new->br_startoff + new->br_blockcount; in xfs_bmap_add_extent_delay_real() 791 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real() 792 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real() [all …]
|
D | xfs_bmap_btree.c | 112 s->br_startoff = ((xfs_fileoff_t)l0 & in __xfs_bmbt_get_all() 290 xfs_bmbt_set_allf(r, s->br_startoff, s->br_startblock, in xfs_bmbt_set_all() 353 xfs_bmbt_disk_set_allf(r, s->br_startoff, s->br_startblock, in xfs_bmbt_disk_set_all() 688 key->bmbt.br_startoff = in xfs_bmbt_init_key_from_rec() 697 ASSERT(key->bmbt.br_startoff != 0); in xfs_bmbt_init_rec_from_key() 699 xfs_bmbt_disk_set_allf(&rec->bmbt, be64_to_cpu(key->bmbt.br_startoff), in xfs_bmbt_init_rec_from_key() 724 return (__int64_t)be64_to_cpu(key->bmbt.br_startoff) - in xfs_bmbt_key_diff() 725 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff() 735 return be64_to_cpu(k1->bmbt.br_startoff) < in xfs_bmbt_keys_inorder() 736 be64_to_cpu(k2->bmbt.br_startoff); in xfs_bmbt_keys_inorder() [all …]
|
D | xfs_iomap.c | 109 (void *)(__psint_t)(imapp->br_startoff), in xfs_iomap_map_trace() 139 iomapp->iomap_offset = XFS_FSB_TO_B(mp, imap->br_startoff); in xfs_imap_to_bmap() 383 (unsigned long long)imap->br_startoff, in xfs_cmn_err_fsblock_zero() 437 ret_imap->br_startoff); in xfs_iomap_write_direct() 723 map_start_fsb = map->br_startoff; in xfs_iomap_write_allocate() 828 if ((offset_fsb >= imap.br_startoff) && in xfs_iomap_write_allocate() 829 (offset_fsb < (imap.br_startoff + in xfs_iomap_write_allocate() 842 map_start_fsb = imap.br_startoff + imap.br_blockcount; in xfs_iomap_write_allocate()
|
D | xfs_bmap_btree.h | 129 xfs_fileoff_t br_startoff; /* starting file offset */ member 139 __be64 br_startoff; /* starting file offset */ member
|
D | xfs_dir2.c | 596 b = mapp[mapi - 1].br_startoff + in xfs_dir2_grow_inode() 615 if (got != count || mapp[0].br_startoff != bno || in xfs_dir2_grow_inode() 616 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_dir2_grow_inode()
|
D | xfs_dir2_leaf.c | 841 map->br_startoff += j; in xfs_dir2_leaf_getdents() 894 map[map_valid + nmap - 1].br_startoff + in xfs_dir2_leaf_getdents() 933 curdb = xfs_dir2_da_to_db(mp, map->br_startoff); in xfs_dir2_leaf_getdents() 934 error = xfs_da_read_buf(NULL, dp, map->br_startoff, in xfs_dir2_leaf_getdents() 978 map[ra_index].br_startoff + in xfs_dir2_leaf_getdents()
|
D | xfs_da_btree.c | 1632 b = mapp[mapi - 1].br_startoff + in xfs_da_grow_inode() 1644 if (got != count || mapp[0].br_startoff != bno || in xfs_da_grow_inode() 1645 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_da_grow_inode() 1920 if (off != mapp[i].br_startoff) { in xfs_da_map_covers_blocks() 1980 map.br_startoff = (xfs_fileoff_t)bno; in xfs_da_do_buf() 1996 map.br_startoff = (xfs_fileoff_t)bno; in xfs_da_do_buf() 2013 (long long)mapp[i].br_startoff, in xfs_da_do_buf()
|
D | xfs_rtalloc.c | 150 for (bno = map.br_startoff, fsbno = map.br_startblock; in xfs_growfs_rt_alloc() 151 bno < map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc() 190 oblocks = map.br_startoff + map.br_blockcount; in xfs_growfs_rt_alloc()
|
D | xfs_vnodeops.c | 2971 ASSERT(imap.br_startoff == offset_fsb); in xfs_zero_remaining_bytes() 2972 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1; in xfs_zero_remaining_bytes() 2992 (offset - XFS_FSB_TO_B(mp, imap.br_startoff)), in xfs_zero_remaining_bytes()
|
/fs/xfs/linux-2.6/ |
D | xfs_lrw.c | 521 start_zero_fsb = imap.br_startoff + imap.br_blockcount; in xfs_zero_eof() 544 start_zero_fsb = imap.br_startoff + imap.br_blockcount; in xfs_zero_eof()
|
/fs/xfs/quota/ |
D | xfs_qm.c | 1565 firstid = (xfs_dqid_t) map[i].br_startoff * in xfs_qm_dqiterate()
|