Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 9 of 9) sorted by relevance

/linux/mm/kmsan/
H A Dinit.c32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local
51 cend = start_end_pairs[i].end; in kmsan_record_future_shadow_range()
52 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range()
53 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range()
57 start_end_pairs[i].end = max(nend, cend); in kmsan_record_future_shadow_range()
/linux/fs/ntfs3/
H A Dfile.c454 CLST cend = bytes_to_cluster(sbi, end); in ntfs_extend() local
459 if (cend_v > cend) in ntfs_extend()
460 cend_v = cend; in ntfs_extend()
475 for (; vcn < cend; vcn += clen) { in ntfs_extend()
476 err = attr_data_get_block(ni, vcn, cend - vcn, &lcn, in ntfs_extend()
752 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() local
757 if (cend_v > cend) in ntfs_fallocate()
758 cend_v = cend; in ntfs_fallocate()
774 for (; vcn < cend; vcn += clen) { in ntfs_fallocate()
775 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
/linux/drivers/hwtracing/stm/
H A Dcore.c250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan() argument
268 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan()
285 unsigned int midx, cidx, mend, cend; in stm_output_assign() local
299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign()
307 ret = stm_find_master_chan(stm, width, &midx, mend, &cidx, cend); in stm_output_assign()
H A Dpolicy.c52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() argument
57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
/linux/fs/ocfs2/
H A Dextent_map.c886 u32 cpos, cend, clen, hole_size; in ocfs2_seek_data_hole_offset() local
914 cend = ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_seek_data_hole_offset()
916 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
H A Docfs2_trace.h1912 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen,
1915 TP_ARGS(cstart, cend, clen, r_start, r_end,
1919 __field(unsigned int, cend)
1929 __entry->cend = cend;
1938 __entry->cstart, __entry->cend, __entry->clen,
H A Daops.c823 u32 cend; in ocfs2_alloc_write_ctxt() local
832 cend = (pos + len - 1) >> osb->s_clustersize_bits; in ocfs2_alloc_write_ctxt()
833 wc->w_clen = cend - wc->w_cpos + 1; in ocfs2_alloc_write_ctxt()
H A Ddir.c884 unsigned int cend, clen; in ocfs2_dx_dir_lookup() local
896 cend = cpos + clen; in ocfs2_dx_dir_lookup()
897 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
/linux/arch/arm/boot/compressed/
H A Dhead.S94 .macro dbgkc, begin, end, cbegin, cend argument
113 kphex \cend, 8 /* End of kernel copy */