Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dcow_repair.c94 xfs_fileoff_t startoff; in xrep_cow_mark_file_range() local
96 startoff = xc->irec.br_startoff + in xrep_cow_mark_file_range()
99 trace_xrep_cow_mark_file_range(xc->sc->ip, startblock, startoff, in xrep_cow_mark_file_range()
102 return xoff_bitmap_set(&xc->bad_fileoffs, startoff, blockcount); in xrep_cow_mark_file_range()
548 xfs_fileoff_t startoff, in xrep_cow_replace_range() argument
562 error = xrep_cow_find_mapping(xc, &icur, startoff, *blockcount, &got, in xrep_cow_replace_range()
610 uint64_t startoff, in xrep_cow_replace() argument
621 error = xrep_cow_replace_range(xc, startoff, &len); in xrep_cow_replace()
626 startoff += len; in xrep_cow_replace()
H A Dtrace.h476 __field(xfs_fileoff_t, startoff)
486 __entry->startoff = cursor->bmap.br_startoff;
497 __entry->startoff,
2650 xfs_fileoff_t startoff, xfs_filblks_t blockcount),
2651 TP_ARGS(ip, startblock, startoff, blockcount),
2656 __field(xfs_fileoff_t, startoff)
2662 __entry->startoff = startoff;
2669 __entry->startoff,
/linux/fs/ocfs2/
H A Dlocalalloc.c828 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
865 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()
867 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) < in ocfs2_local_alloc_find_clear_bits()
871 if (bitoff == startoff) { in ocfs2_local_alloc_find_clear_bits()
874 startoff++; in ocfs2_local_alloc_find_clear_bits()
878 startoff = bitoff+1; in ocfs2_local_alloc_find_clear_bits()
890 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
/linux/net/bridge/netfilter/
H A Debtables.c2136 unsigned int i, j, startoff, next_expected_off, new_offset = 0; in size_entry_mwt() local
2153 startoff = state->buf_user_offset; in size_entry_mwt()
2221 next_expected_off = state->buf_user_offset - startoff; in size_entry_mwt()
/linux/fs/xfs/
H A Dxfs_trace.h677 __field(xfs_fileoff_t, startoff)
694 __entry->startoff = r.br_startoff;
708 __entry->startoff,
1821 __field(xfs_fileoff_t, startoff)
1832 __entry->startoff = irec ? irec->br_startoff : 0;
1844 __entry->startoff,
6450 __field(xfs_fileoff_t, startoff)
6461 __entry->startoff = got->br_startoff;
6473 __entry->startoff,