| /linux/fs/xfs/scrub/ |
| A D | cow_repair.c | 92 xfs_fileoff_t startoff; in xrep_cow_mark_file_range() local 94 startoff = xc->irec.br_startoff + in xrep_cow_mark_file_range() 364 xfs_fileoff_t startoff, in xrep_cow_find_mapping() argument 373 if (got->br_startoff > startoff) in xrep_cow_find_mapping() 444 xfs_fileoff_t startoff, in xrep_cow_replace_range() argument 459 error = xrep_cow_find_mapping(xc, &icur, startoff, &got); in xrep_cow_replace_range() 462 nextoff = min(startoff + *blockcount, in xrep_cow_replace_range() 470 nextoff - startoff); in xrep_cow_replace_range() 502 uint64_t startoff, in xrep_cow_replace() argument 513 error = xrep_cow_replace_range(xc, startoff, &len); in xrep_cow_replace() [all …]
|
| A D | bmap_repair.c | 123 xfs_fileoff_t startoff, in xrep_bmap_from_rmap() argument 129 .br_startoff = startoff, in xrep_bmap_from_rmap()
|
| A D | trace.h | 464 __field(xfs_fileoff_t, startoff) 474 __entry->startoff = cursor->bmap.br_startoff; 485 __entry->startoff, 2539 xfs_fileoff_t startoff, xfs_filblks_t blockcount), 2540 TP_ARGS(ip, startblock, startoff, blockcount), 2545 __field(xfs_fileoff_t, startoff) 2551 __entry->startoff = startoff; 2558 __entry->startoff, 2571 __field(xfs_fileoff_t, startoff) 2580 __entry->startoff = irec->br_startoff; [all …]
|
| /linux/fs/erofs/ |
| A D | data.c | 206 erofs_off_t startoff, length; in erofs_map_dev() local 235 startoff = erofs_pos(sb, dif->mapped_blkaddr); in erofs_map_dev() 237 if (map->m_pa >= startoff && in erofs_map_dev() 238 map->m_pa < startoff + length) { in erofs_map_dev() 239 map->m_pa -= startoff; in erofs_map_dev()
|
| /linux/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()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_bmap.h | 284 uint32_t flags, xfs_fileoff_t startoff, xfs_fileoff_t endoff);
|
| A D | xfs_bmap.c | 5701 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local 5703 startoff = got->br_startoff - shift; in xfs_bmse_can_merge() 5709 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge() 5822 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument 5830 got->br_startoff = startoff; in xfs_bmap_shift_update_extent() 6354 xfs_fileoff_t startoff, in xfs_bunmapi_range() argument 6357 xfs_filblks_t unmap_len = endoff - startoff + 1; in xfs_bunmapi_range() 6364 error = __xfs_bunmapi(*tpp, ip, startoff, &unmap_len, flags, in xfs_bunmapi_range()
|
| A D | xfs_alloc.c | 3136 int startoff; in xfs_alloc_put_freelist() local 3166 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist() 3171 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist() 3172 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
|
| /linux/net/bridge/netfilter/ |
| 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/ |
| A D | xfs_trace.h | 387 __field(xfs_fileoff_t, startoff) 404 __entry->startoff = r.br_startoff; 418 __entry->startoff, 1468 __field(xfs_fileoff_t, startoff) 1479 __entry->startoff = irec ? irec->br_startoff : 0; 1491 __entry->startoff,
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-online-fsck-design.rst | 4113 After each step in the exchange operation, the two startoff fields are
|