startoff          829 fs/ocfs2/localalloc.c 	int numfound = 0, bitoff, left, startoff;
startoff          866 fs/ocfs2/localalloc.c 	numfound = bitoff = startoff = 0;
startoff          868 fs/ocfs2/localalloc.c 	while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
startoff          878 fs/ocfs2/localalloc.c 		if (bitoff == startoff) {
startoff          881 fs/ocfs2/localalloc.c 			startoff++;
startoff          885 fs/ocfs2/localalloc.c 			startoff = bitoff+1;
startoff          897 fs/ocfs2/localalloc.c 		bitoff = startoff - numfound;
startoff         2533 fs/xfs/libxfs/xfs_alloc.c 	int			startoff;
startoff         2566 fs/xfs/libxfs/xfs_alloc.c 	startoff = (char *)blockp - (char *)agflbp->b_addr;
startoff         2571 fs/xfs/libxfs/xfs_alloc.c 	xfs_trans_log_buf(tp, agflbp, startoff,
startoff         2572 fs/xfs/libxfs/xfs_alloc.c 			  startoff + sizeof(xfs_agblock_t) - 1);
startoff         5545 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		startoff;
startoff         5547 fs/xfs/libxfs/xfs_bmap.c 	startoff = got->br_startoff - shift;
startoff         5553 fs/xfs/libxfs/xfs_bmap.c 	if ((left->br_startoff + left->br_blockcount != startoff) ||
startoff         5658 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		startoff)
startoff         5666 fs/xfs/libxfs/xfs_bmap.c 	got->br_startoff = startoff;
startoff         6130 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t			startoff,
startoff         6142 fs/xfs/libxfs/xfs_bmap.c 			ip->i_ino, whichfork, startoff, *blockcount, state);
startoff         6153 fs/xfs/libxfs/xfs_bmap.c 		error = xfs_bmapi_remap(tp, ip, startoff, *blockcount,
startoff         6158 fs/xfs/libxfs/xfs_bmap.c 		error = __xfs_bunmapi(tp, ip, startoff, blockcount,
startoff          263 fs/xfs/libxfs/xfs_bmap.h 		xfs_fileoff_t startoff, xfs_fsblock_t startblock,
startoff         2157 fs/xfs/libxfs/xfs_rmap.c 	xfs_fileoff_t			startoff,
startoff         2177 fs/xfs/libxfs/xfs_rmap.c 			startoff, blockcount, state);
startoff         2213 fs/xfs/libxfs/xfs_rmap.c 	xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff);
startoff          180 fs/xfs/libxfs/xfs_rmap.h 		uint64_t owner, int whichfork, xfs_fileoff_t startoff,
startoff          243 fs/xfs/xfs_bmap_item.c 	xfs_fileoff_t			startoff,
startoff          250 fs/xfs/xfs_bmap_item.c 	error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff,
startoff          312 fs/xfs/xfs_rmap_item.c 	xfs_fileoff_t			startoff,
startoff          320 fs/xfs/xfs_rmap_item.c 	error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff,
startoff          223 fs/xfs/xfs_trace.h 		__field(xfs_fileoff_t, startoff)
startoff          240 fs/xfs/xfs_trace.h 		__entry->startoff = r.br_startoff;
startoff          254 fs/xfs/xfs_trace.h 		  __entry->startoff,
startoff         1237 fs/xfs/xfs_trace.h 		__field(xfs_fileoff_t, startoff)
startoff         1248 fs/xfs/xfs_trace.h 		__entry->startoff = irec ? irec->br_startoff : 0;
startoff         1260 fs/xfs/xfs_trace.h 		  __entry->startoff,
startoff         2046 net/bridge/netfilter/ebtables.c 	unsigned int i, j, startoff, next_expected_off, new_offset = 0;
startoff         2063 net/bridge/netfilter/ebtables.c 	startoff = state->buf_user_offset;
startoff         2132 net/bridge/netfilter/ebtables.c 	next_expected_off = state->buf_user_offset - startoff;