Searched refs:nstart (Results 1 – 2 of 2) sorted by relevance
32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local36 KMSAN_WARN_ON((nstart >= nend) || in kmsan_record_future_shadow_range()38 (!IS_ENABLED(CONFIG_S390) && !nstart) || !nend); in kmsan_record_future_shadow_range()39 nstart = ALIGN_DOWN(nstart, PAGE_SIZE); in kmsan_record_future_shadow_range()52 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range()56 start_end_pairs[i].start = min(nstart, cstart); in kmsan_record_future_shadow_range()63 start_end_pairs[future_index].start = nstart; in kmsan_record_future_shadow_range()
5580 __field(xfs_fsblock_t, nstart)5597 __entry->nstart = new->br_startblock;5609 __entry->noff, __entry->nstart, __entry->ncount,