Searched refs:startoff (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/fs/ocfs2/ |
D | localalloc.c | 829 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.10/fs/xfs/ |
D | xfs_bmap_item.c | 241 xfs_fileoff_t startoff, in xfs_trans_log_finish_bmap_update() argument 248 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff, in xfs_trans_log_finish_bmap_update()
|
D | xfs_rmap_item.c | 312 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()
|
D | xfs_trace.h | 230 __field(xfs_fileoff_t, startoff) 247 __entry->startoff = r.br_startoff; 261 __entry->startoff, 1318 __field(xfs_fileoff_t, startoff) 1329 __entry->startoff = irec ? irec->br_startoff : 0; 1341 __entry->startoff,
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_rmap.h | 180 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
|
D | xfs_bmap.h | 268 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
|
D | xfs_bmap.c | 5620 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local 5622 startoff = got->br_startoff - shift; in xfs_bmse_can_merge() 5628 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge() 5736 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument 5744 got->br_startoff = startoff; in xfs_bmap_shift_update_extent() 6182 xfs_fileoff_t startoff, in xfs_bmap_finish_one() argument 6194 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one() 6205 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one() 6210 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
D | xfs_alloc.c | 2787 int startoff; in xfs_alloc_put_freelist() local 2816 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist() 2821 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist() 2822 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
|
D | xfs_rmap.c | 2358 xfs_fileoff_t startoff, in xfs_rmap_finish_one() argument 2378 startoff, blockcount, state); in xfs_rmap_finish_one() 2414 xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff); in xfs_rmap_finish_one()
|
/Linux-v5.10/net/bridge/netfilter/ |
D | ebtables.c | 1959 unsigned int i, j, startoff, next_expected_off, new_offset = 0; in size_entry_mwt() local 1976 startoff = state->buf_user_offset; in size_entry_mwt() 2045 next_expected_off = state->buf_user_offset - startoff; in size_entry_mwt()
|