Home
last modified time | relevance | path

Searched refs:startoff (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/fs/erofs/
Ddata.c230 erofs_off_t startoff, length; in erofs_map_dev() local
234 startoff = blknr_to_addr(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-6.1.9/fs/ocfs2/
Dlocalalloc.c827 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
864 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()
866 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) { in ocfs2_local_alloc_find_clear_bits()
876 if (bitoff == startoff) { in ocfs2_local_alloc_find_clear_bits()
879 startoff++; in ocfs2_local_alloc_find_clear_bits()
883 startoff = bitoff+1; in ocfs2_local_alloc_find_clear_bits()
895 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_bmap.h239 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
Dxfs_rmap.h183 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
Dxfs_bmap.c5594 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local
5596 startoff = got->br_startoff - shift; in xfs_bmse_can_merge()
5602 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge()
5710 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument
5718 got->br_startoff = startoff; in xfs_bmap_shift_update_extent()
6150 xfs_fileoff_t startoff, in xfs_bmap_finish_one() argument
6162 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one()
6173 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one()
6178 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
Dxfs_alloc.c2883 int startoff; in xfs_alloc_put_freelist() local
2913 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2918 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
2919 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
Dxfs_rmap.c2396 xfs_fileoff_t startoff, in xfs_rmap_finish_one() argument
2415 startoff, blockcount, state); in xfs_rmap_finish_one()
2451 xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff); in xfs_rmap_finish_one()
/linux-6.1.9/fs/xfs/
Dxfs_bmap_item.c252 xfs_fileoff_t startoff, in xfs_trans_log_finish_bmap_update() argument
259 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff, in xfs_trans_log_finish_bmap_update()
Dxfs_rmap_item.c299 xfs_fileoff_t startoff, in xfs_trans_log_finish_rmap_update() argument
307 error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff, in xfs_trans_log_finish_rmap_update()
Dxfs_trace.h360 __field(xfs_fileoff_t, startoff)
377 __entry->startoff = r.br_startoff;
391 __entry->startoff,
1453 __field(xfs_fileoff_t, startoff)
1464 __entry->startoff = irec ? irec->br_startoff : 0;
1476 __entry->startoff,
/linux-6.1.9/net/bridge/netfilter/
Debtables.c2093 unsigned int i, j, startoff, next_expected_off, new_offset = 0; in size_entry_mwt() local
2110 startoff = state->buf_user_offset; in size_entry_mwt()
2179 next_expected_off = state->buf_user_offset - startoff; in size_entry_mwt()