Searched refs:startoff (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/fs/ocfs2/ |
| D | localalloc.c | 827 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-v5.15/fs/xfs/ |
| D | xfs_bmap_item.c | 240 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()
|
| 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 | 359 __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-v5.15/fs/xfs/libxfs/ |
| D | xfs_bmap.h | 267 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
|
| D | xfs_rmap.h | 183 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
|
| D | xfs_bmap.c | 5683 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local 5685 startoff = got->br_startoff - shift; in xfs_bmse_can_merge() 5691 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge() 5799 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument 5807 got->br_startoff = startoff; in xfs_bmap_shift_update_extent() 6239 xfs_fileoff_t startoff, in xfs_bmap_finish_one() argument 6251 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one() 6262 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one() 6267 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
| D | xfs_alloc.c | 2835 int startoff; in xfs_alloc_put_freelist() local 2863 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist() 2868 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist() 2869 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
|
| D | xfs_rmap.c | 2360 xfs_fileoff_t startoff, in xfs_rmap_finish_one() argument 2379 startoff, blockcount, state); in xfs_rmap_finish_one() 2415 xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff); in xfs_rmap_finish_one()
|
| /Linux-v5.15/net/bridge/netfilter/ |
| D | ebtables.c | 2096 unsigned int i, j, startoff, next_expected_off, new_offset = 0; in size_entry_mwt() local 2113 startoff = state->buf_user_offset; in size_entry_mwt() 2182 next_expected_off = state->buf_user_offset - startoff; in size_entry_mwt()
|