Searched refs:startoff (Results 1 – 9 of 9) sorted by relevance
| /fs/xfs/scrub/ |
| 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() 479 xfs_fileoff_t startoff, in xrep_cow_find_mapping() argument 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 + *blockcount, in xrep_cow_replace_range() 585 nextoff - startoff); in xrep_cow_replace_range() 624 uint64_t startoff, in xrep_cow_replace() argument 635 error = xrep_cow_replace_range(xc, startoff, &len); in xrep_cow_replace() [all …]
|
| 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()
|
| 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 …]
|
| /fs/erofs/ |
| 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()
|
| /fs/ocfs2/ |
| 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()
|
| /fs/xfs/libxfs/ |
| A D | xfs_bmap.h | 285 uint32_t flags, xfs_fileoff_t startoff, xfs_fileoff_t endoff);
|
| 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()
|
| 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()
|
| /fs/xfs/ |
| 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,
|
Completed in 43 milliseconds