/linux/fs/xfs/scrub/ ! |
H A D | cow_repair.c | 99 xfs_fileoff_t startoff; in xrep_cow_mark_file_range() local 101 startoff = xc->irec.br_startoff + in xrep_cow_mark_file_range() 104 trace_xrep_cow_mark_file_range(xc->sc->ip, startblock, startoff, in xrep_cow_mark_file_range() 107 return xoff_bitmap_set(&xc->bad_fileoffs, startoff, blockcount); in xrep_cow_mark_file_range() 479 xfs_fileoff_t startoff, in xrep_cow_find_mapping() argument 485 if (!xfs_iext_lookup_extent(ip, ifp, startoff, icur, got)) in xrep_cow_find_mapping() 488 if (got->br_startoff > startoff) in xrep_cow_find_mapping() 559 xfs_fileoff_t startoff, in xrep_cow_replace_range() argument 574 error = xrep_cow_find_mapping(xc, &icur, startoff, &got); in xrep_cow_replace_range() 577 nextoff = min(startoff in xrep_cow_replace_range() 624 xrep_cow_replace(uint64_t startoff,uint64_t blockcount,void * priv) xrep_cow_replace() argument [all...] |
H A D | bmap_repair.c | 132 xfs_fileoff_t startoff, in xrep_bmap_from_rmap() argument 138 .br_startoff = startoff, in xrep_bmap_from_rmap()
|
H A D | trace.h | 476 __field(xfs_fileoff_t, startoff) 486 __entry->startoff = cursor->bmap.br_startoff; 497 __entry->startoff, 2613 xfs_fileoff_t startoff, xfs_filblks_t blockcount), 2614 TP_ARGS(ip, startblock, startoff, blockcount), 2619 __field(xfs_fileoff_t, startoff) 2625 __entry->startoff = startoff; 2632 __entry->startoff, 2645 __field(xfs_fileoff_t, startoff) 2654 __entry->startoff = irec->br_startoff; [all …]
|
/linux/fs/erofs/ ! |
H A D | data.c | 189 erofs_off_t startoff; in erofs_map_dev() local 214 startoff = erofs_pos(sb, dif->uniaddr); in erofs_map_dev() 215 if (map->m_pa >= startoff && in erofs_map_dev() 216 map->m_pa < startoff + erofs_pos(sb, dif->blocks)) { in erofs_map_dev() 217 map->m_pa -= startoff; in erofs_map_dev()
|
/linux/fs/ocfs2/ ! |
H A D | localalloc.c | 828 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local 865 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits() 867 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) < in ocfs2_local_alloc_find_clear_bits() 871 if (bitoff == startoff) { in ocfs2_local_alloc_find_clear_bits() 874 startoff++; in ocfs2_local_alloc_find_clear_bits() 878 startoff = bitoff+1; in ocfs2_local_alloc_find_clear_bits() 890 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
|
/linux/fs/xfs/libxfs/ ! |
H A D | xfs_bmap.h | 285 uint32_t flags, xfs_fileoff_t startoff, xfs_fileoff_t endoff);
|
H A D | xfs_bmap.c | 5506 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local 5508 startoff = got->br_startoff - shift; in xfs_bmse_can_merge() 5514 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge() 5628 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument 5636 got->br_startoff = startoff; in xfs_bmap_shift_update_extent() 6162 xfs_fileoff_t startoff, in xfs_bunmapi_range() argument 6165 xfs_filblks_t unmap_len = endoff - startoff + 1; in xfs_bunmapi_range() 6172 error = __xfs_bunmapi(*tpp, ip, startoff, &unmap_len, flags, in xfs_bunmapi_range()
|
H A D | xfs_alloc.c | 3147 int startoff; in xfs_alloc_put_freelist() local 3175 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist() 3180 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist() 3181 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
|
/linux/net/bridge/netfilter/ ! |
H A D | ebtables.c | 2097 unsigned int i, j, startoff, next_expected_off, new_offset = 0; in size_entry_mwt() local 2114 startoff = state->buf_user_offset; in size_entry_mwt() 2182 next_expected_off = state->buf_user_offset - startoff; in size_entry_mwt()
|
/linux/fs/xfs/ ! |
H A D | xfs_trace.h | 671 __field(xfs_fileoff_t, startoff) 688 __entry->startoff = r.br_startoff; 702 __entry->startoff, 1790 __field(xfs_fileoff_t, startoff) 1801 __entry->startoff = irec ? irec->br_startoff : 0; 1813 __entry->startoff,
|
/linux/Documentation/filesystems/xfs/ ! |
H A D | xfs-online-fsck-design.rst | 4113 After each step in the exchange operation, the two startoff fields are
|