/Linux-v4.19/fs/xfs/ |
D | xfs_trans_bmap.c | 49 xfs_fileoff_t startoff, in xfs_trans_log_finish_bmap_update() argument 56 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff, in xfs_trans_log_finish_bmap_update()
|
D | xfs_trans_rmap.c | 87 xfs_fileoff_t startoff, in xfs_trans_log_finish_rmap_update() argument 95 error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff, in xfs_trans_log_finish_rmap_update()
|
D | xfs_trans.h | 255 uint64_t owner, int whichfork, xfs_fileoff_t startoff, 279 struct xfs_inode *ip, int whichfork, xfs_fileoff_t startoff,
|
D | xfs_trace.h | 218 __field(xfs_fileoff_t, startoff) 235 __entry->startoff = r.br_startoff; 249 __entry->startoff, 1219 __field(xfs_fileoff_t, startoff) 1230 __entry->startoff = irec ? irec->br_startoff : 0; 1242 __entry->startoff,
|
/Linux-v4.19/fs/ocfs2/ |
D | localalloc.c | 838 int numfound = 0, bitoff, left, startoff, lastzero; in ocfs2_local_alloc_find_clear_bits() local 875 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits() 878 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) { in ocfs2_local_alloc_find_clear_bits() 888 if (bitoff == startoff) { in ocfs2_local_alloc_find_clear_bits() 891 startoff++; in ocfs2_local_alloc_find_clear_bits() 895 startoff = bitoff+1; in ocfs2_local_alloc_find_clear_bits() 907 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_bmap.h | 256 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
|
D | xfs_rmap.h | 203 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
|
D | xfs_bmap.c | 5469 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local 5471 startoff = got->br_startoff - shift; in xfs_bmse_can_merge() 5477 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge() 5578 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument 5586 got->br_startoff = startoff; in xfs_bmap_shift_update_extent() 6051 xfs_fileoff_t startoff, in xfs_bmap_finish_one() argument 6063 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one() 6074 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one() 6079 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
D | xfs_alloc.c | 2533 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()
|
D | xfs_rmap.c | 2165 xfs_fileoff_t startoff, in xfs_rmap_finish_one() argument 2185 startoff, blockcount, state); in xfs_rmap_finish_one() 2221 xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff); in xfs_rmap_finish_one()
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebtables.c | 2100 unsigned int i, j, startoff, new_offset = 0; in size_entry_mwt() local 2117 startoff = state->buf_user_offset; in size_entry_mwt() 2186 startoff = state->buf_user_offset - startoff; in size_entry_mwt() 2188 if (WARN_ON(*total < startoff)) in size_entry_mwt() 2190 *total -= startoff; in size_entry_mwt()
|