| /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 | quota.c | 289 irec.br_startoff > max_dqid_off || in xchk_quota_data_fork() 290 irec.br_startoff + irec.br_blockcount - 1 > max_dqid_off) { in xchk_quota_data_fork() 292 irec.br_startoff); in xchk_quota_data_fork()
|
| 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; 2213 __entry->lblk = irec->br_startoff; 2691 __entry->startoff = irec->br_startoff; 2855 __entry->lblk = irec->br_startoff; 2895 __entry->fileoff = irec->br_startoff;
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 242 error = xfs_bmapi_read(ip, new->br_startoff, new->br_blockcount, &data, in xfs_zoned_map_extent() 328 .br_startoff = XFS_B_TO_FSBT(mp, offset), in xfs_zoned_end_io() 340 while (new.br_startoff < end_fsb) { in xfs_zoned_end_io() 341 new.br_blockcount = end_fsb - new.br_startoff; in xfs_zoned_end_io() 359 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_inode.c | 1130 for (off = round_up(got.br_startoff, geo->fsbcount); in xfs_inactive_dir() 1131 off < got.br_startoff + got.br_blockcount; in xfs_inactive_dir() 1137 fsbno = (off - got.br_startoff) + got.br_startblock; in xfs_inactive_dir()
|
| H A D | xfs_trace.h | 694 __entry->startoff = r.br_startoff; 1832 __entry->startoff = irec ? irec->br_startoff : 0; 3393 __entry->l_loff = ri->ri_bmap.br_startoff; 3475 __entry->l_loff = bi->bi_bmap.br_startoff; 4061 __entry->lblk = irec->br_startoff; 5590 __entry->loff = left->br_startoff; 5593 __entry->coff = curr->br_startoff; 5596 __entry->noff = new->br_startoff; 5599 __entry->roff = right->br_startoff;
|
| 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/libxfs/ |
| H A D | xfs_types.h | 156 xfs_fileoff_t br_startoff; /* starting file offset */ member
|
| H A D | xfs_da_btree.c | 2368 b = mapp[mapi - 1].br_startoff + in xfs_da_grow_inode_int() 2380 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int() 2381 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_da_grow_inode_int() 2759 if (off != irecs[i].br_startoff) in xfs_dabuf_map() 2788 i, irecs[i].br_startoff, in xfs_dabuf_map()
|
| H A D | xfs_format.h | 1906 __be64 br_startoff; /* starting file offset */ member
|