Searched refs:br_startoff (Results 1 – 18 of 18) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_iomap.c | 50 (unsigned long long)imap->br_startoff, in xfs_alert_fsblock_zero() 144 iomap->offset = XFS_FSB_TO_B(mp, imap->br_startoff); in xfs_bmbt_to_iomap() 257 aligned_end_fsb >= irec.br_startoff + irec.br_blockcount) in xfs_iomap_eof_align_last_fsb() 510 prev.br_startoff + prev.br_blockcount < offset_fsb) in xfs_iomap_prealloc_size() 522 got.br_startoff + got.br_blockcount != prev.br_startoff || in xfs_iomap_prealloc_size() 805 if (imap->br_startoff > offset_fsb) in imap_spans_range() 807 if (imap->br_startoff + imap->br_blockcount < end_fsb) in imap_spans_range() 932 end_fsb = imap.br_startoff + imap.br_blockcount; in xfs_direct_write_iomap_begin() 1006 end_fsb = min(end_fsb, imap.br_startoff + imap.br_blockcount); in xfs_direct_write_iomap_begin() 1019 length = XFS_FSB_TO_B(mp, cmap.br_startoff + cmap.br_blockcount); in xfs_direct_write_iomap_begin() [all …]
|
| H A D | xfs_zone_alloc.c | 251 error = xfs_bmapi_read(ip, new->br_startoff, new->br_blockcount, &data, in xfs_zoned_map_extent() 329 .br_startoff = XFS_B_TO_FSBT(mp, offset), in xfs_zoned_end_io() 341 while (new.br_startoff < end_fsb) { in xfs_zoned_end_io() 342 new.br_blockcount = end_fsb - new.br_startoff; in xfs_zoned_end_io() 360 new.br_startoff += new.br_blockcount; in xfs_zoned_end_io()
|
| H A D | xfs_bmap_item.c | 271 map->me_startoff = bi->bi_bmap.br_startoff; in xfs_bmap_update_log_item() 474 bi->bi_bmap.br_startoff = map->me_startoff; in xfs_bui_recover_work()
|
| H A D | xfs_dquot.c | 785 if (got.br_startoff < start) in xfs_dq_get_next_id() 786 got.br_startoff = start; in xfs_dq_get_next_id() 787 *id = got.br_startoff * mp->m_quotainfo->qi_dqperchunk; in xfs_dq_get_next_id()
|
| H A D | xfs_icache.c | 1897 got.br_startoff, got.br_blockcount); in xfs_check_delalloc()
|
| H A D | xfs_qm.c | 1205 firstid = (xfs_dqid_t) map[i].br_startoff * in xfs_qm_reset_dqcounts_buf()
|
| /linux/fs/xfs/scrub/ |
| H A D | cow_repair.c | 101 startoff = xc->irec.br_startoff + in xrep_cow_mark_file_range() 488 if (got->br_startoff > startoff) in xrep_cow_find_mapping() 541 new.br_startoff += repl->len; in xrep_cow_replace_mapping() 546 new.br_startoff = got->br_startoff; in xrep_cow_replace_mapping() 578 got.br_startoff + got.br_blockcount); in xrep_cow_replace_range()
|
| H A D | dir.c | 828 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks() 842 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks() 844 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks() 852 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks() 862 got.br_startoff == leaf_lblk && in xchk_directory_blocks() 886 lblk = got.br_startoff; in xchk_directory_blocks() 907 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks() 909 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks() 916 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
|
| H A D | bmap_repair.c | 138 .br_startoff = startoff, in xrep_bmap_from_rmap() 181 irec.br_startoff += irec.br_blockcount; in xrep_bmap_from_rmap() 344 if (irec.br_startoff < next_off) in xrep_bmap_sort_records() 347 next_off = irec.br_startoff + irec.br_blockcount; in xrep_bmap_sort_records()
|
| H A D | attr_repair.c | 900 offset = got.br_startoff + got.br_blockcount) { in xrep_xattr_recover() 911 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_xattr_recover() 912 dabno < got.br_startoff + got.br_blockcount; in xrep_xattr_recover() 914 xfs_fileoff_t curr_offset = dabno - got.br_startoff; in xrep_xattr_recover() 989 i++, irec.br_startoff, in xrep_xattr_fork_remove()
|
| H A D | rtrmap_repair.c | 239 rec->br_startoff == accum->rm_offset + accum->rm_blockcount && in xrep_rtrmap_visit_bmbt() 253 accum->rm_offset = rec->br_startoff; in xrep_rtrmap_visit_bmbt()
|
| H A D | dir_repair.c | 973 offset = got.br_startoff + got.br_blockcount) { in xrep_dir_recover() 984 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_dir_recover() 985 dabno < got.br_startoff + got.br_blockcount; in xrep_dir_recover()
|
| H A D | rmap_repair.c | 358 rec->br_startoff == accum->rm_offset + accum->rm_blockcount && in xrep_rmap_visit_bmbt() 372 accum->rm_offset = rec->br_startoff; in xrep_rmap_visit_bmbt()
|
| H A D | inode_repair.c | 935 fileoff = be64_to_cpu(fkp->br_startoff); in xrep_dinode_bad_bmbt_fork() 1867 off = got.br_startoff + got.br_blockcount; in xrep_inode_blockdir_size()
|
| H A D | trace.h | 486 __entry->startoff = cursor->bmap.br_startoff; 2221 __entry->lblk = irec->br_startoff; 2699 __entry->startoff = irec->br_startoff; 2863 __entry->lblk = irec->br_startoff; 2903 __entry->fileoff = irec->br_startoff;
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_types.h | 156 xfs_fileoff_t br_startoff; /* starting file offset */ member
|
| H A D | xfs_da_btree.c | 2337 b = mapp[mapi - 1].br_startoff + in xfs_da_grow_inode_int() 2349 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int() 2350 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_da_grow_inode_int() 2728 if (off != irecs[i].br_startoff) in xfs_dabuf_map() 2757 i, irecs[i].br_startoff, in xfs_dabuf_map()
|
| H A D | xfs_format.h | 1906 __be64 br_startoff; /* starting file offset */ member
|