Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Ddata.c176 erofs_off_t startoff, length; in erofs_map_dev() local
180 startoff = blknr_to_addr(dif->mapped_blkaddr); in erofs_map_dev()
183 if (map->m_pa >= startoff && in erofs_map_dev()
184 map->m_pa < startoff + length) { in erofs_map_dev()
185 map->m_pa -= startoff; in erofs_map_dev()
/linux/fs/ocfs2/
A 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/fs/xfs/
A Dxfs_bmap_item.c240 xfs_fileoff_t startoff, in xfs_trans_log_finish_bmap_update() argument
247 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff, in xfs_trans_log_finish_bmap_update()
A Dxfs_rmap_item.c312 xfs_fileoff_t startoff, in xfs_trans_log_finish_rmap_update() argument
320 error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff, in xfs_trans_log_finish_rmap_update()
A Dxfs_trace.h359 __field(xfs_fileoff_t, startoff)
376 __entry->startoff = r.br_startoff;
390 __entry->startoff,
1459 __field(xfs_fileoff_t, startoff)
1470 __entry->startoff = irec ? irec->br_startoff : 0;
1482 __entry->startoff,
/linux/fs/xfs/libxfs/
A Dxfs_bmap.h239 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
A Dxfs_rmap.h183 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
A Dxfs_bmap.c5633 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local
5635 startoff = got->br_startoff - shift; in xfs_bmse_can_merge()
5641 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge()
5749 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument
5757 got->br_startoff = startoff; in xfs_bmap_shift_update_extent()
6189 xfs_fileoff_t startoff, in xfs_bmap_finish_one() argument
6201 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one()
6212 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one()
6217 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
A Dxfs_alloc.c2889 int startoff; in xfs_alloc_put_freelist() local
2917 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2922 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
2923 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
A Dxfs_rmap.c2362 xfs_fileoff_t startoff, in xfs_rmap_finish_one() argument
2381 startoff, blockcount, state); in xfs_rmap_finish_one()
2417 xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff); in xfs_rmap_finish_one()
/linux/net/bridge/netfilter/
A Debtables.c2097 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()
2183 next_expected_off = state->buf_user_offset - startoff; in size_entry_mwt()

Completed in 644 milliseconds