Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dlocalalloc.c829 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
866 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()
868 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) { in ocfs2_local_alloc_find_clear_bits()
878 if (bitoff == startoff) { in ocfs2_local_alloc_find_clear_bits()
881 startoff++; in ocfs2_local_alloc_find_clear_bits()
885 startoff = bitoff+1; in ocfs2_local_alloc_find_clear_bits()
897 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
/Linux-v5.4/fs/xfs/
Dxfs_bmap_item.c243 xfs_fileoff_t startoff, in xfs_trans_log_finish_bmap_update() argument
250 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff, in xfs_trans_log_finish_bmap_update()
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()
Dxfs_trace.h223 __field(xfs_fileoff_t, startoff)
240 __entry->startoff = r.br_startoff;
254 __entry->startoff,
1237 __field(xfs_fileoff_t, startoff)
1248 __entry->startoff = irec ? irec->br_startoff : 0;
1260 __entry->startoff,
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.h263 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
Dxfs_rmap.h180 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
Dxfs_bmap.c5545 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local
5547 startoff = got->br_startoff - shift; in xfs_bmse_can_merge()
5553 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge()
5658 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument
5666 got->br_startoff = startoff; in xfs_bmap_shift_update_extent()
6130 xfs_fileoff_t startoff, in xfs_bmap_finish_one() argument
6142 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one()
6153 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one()
6158 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
Dxfs_alloc.c2533 int startoff; in xfs_alloc_put_freelist() local
2566 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2571 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
2572 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
Dxfs_rmap.c2157 xfs_fileoff_t startoff, in xfs_rmap_finish_one() argument
2177 startoff, blockcount, state); in xfs_rmap_finish_one()
2213 xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff); in xfs_rmap_finish_one()
/Linux-v5.4/net/bridge/netfilter/
Debtables.c2049 unsigned int i, j, startoff, new_offset = 0; in size_entry_mwt() local
2066 startoff = state->buf_user_offset; in size_entry_mwt()
2135 startoff = state->buf_user_offset - startoff; in size_entry_mwt()
2137 if (WARN_ON(*total < startoff)) in size_entry_mwt()
2139 *total -= startoff; in size_entry_mwt()