Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dcow_repair.c99 xfs_fileoff_t startoff; in xrep_cow_mark_file_range() local
101 startoff = xc->irec.br_startoff + in xrep_cow_mark_file_range()
104 trace_xrep_cow_mark_file_range(xc->sc->ip, startblock, startoff, in xrep_cow_mark_file_range()
107 return xoff_bitmap_set(&xc->bad_fileoffs, startoff, blockcount); in xrep_cow_mark_file_range()
473 xfs_fileoff_t startoff, in xrep_cow_find_mapping() argument
479 if (!xfs_iext_lookup_extent(ip, ifp, startoff, icur, got)) in xrep_cow_find_mapping()
482 if (got->br_startoff > startoff) in xrep_cow_find_mapping()
553 xfs_fileoff_t startoff, in xrep_cow_replace_range() argument
568 error = xrep_cow_find_mapping(xc, &icur, startoff, &got); in xrep_cow_replace_range()
571 nextoff = min(startoff + *blockcount, in xrep_cow_replace_range()
[all …]
H A Dbmap_repair.c132 xfs_fileoff_t startoff, in xrep_bmap_from_rmap() argument
138 .br_startoff = startoff, in xrep_bmap_from_rmap()
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,
2682 __field(xfs_fileoff_t, startoff)
2691 __entry->startoff = irec->br_startoff;
[all …]
/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.c2131 unsigned int i, j, startoff, next_expected_off, new_offset = 0; in size_entry_mwt() local
2148 startoff = state->buf_user_offset; in size_entry_mwt()
2216 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;
1837 "fork %s startoff 0x%llx startblock 0x%llx fsbcount 0x%llx",
1844 __entry->startoff,