/linux/mm/kmsan/ |
H A D | init.c | 32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local 52 cend = start_end_pairs[i].end; in kmsan_record_future_shadow_range() 53 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range() 54 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range() 58 start_end_pairs[i].end = max(nend, cend); in kmsan_record_future_shadow_range()
|
/linux/fs/ntfs3/ |
H A D | file.c | 427 CLST cend = bytes_to_cluster(sbi, end); in ntfs_extend() local 432 if (cend_v > cend) in ntfs_extend() 433 cend_v = cend; in ntfs_extend() 448 for (; vcn < cend; vcn += clen) { in ntfs_extend() 449 err = attr_data_get_block(ni, vcn, cend - vcn, &lcn, in ntfs_extend() 727 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() local 732 if (cend_v > cend) in ntfs_fallocate() 733 cend_v = cend; in ntfs_fallocate() 749 for (; vcn < cend; vcn += clen) { in ntfs_fallocate() 750 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
|
H A D | frecord.c | 2248 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local 2257 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file() 2263 if (cend > wnd_zeroes(&sbi->used.bitmap)) { in ni_decompress_file() 2296 err = attr_data_get_block(ni, vcn, cend - vcn, &lcn, in ni_decompress_file()
|
/linux/fs/ocfs2/ |
H A D | reservations.c | 785 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits() local 797 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits() 804 BUG_ON(cend > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits() 806 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
|
H A D | extent_map.c | 868 u32 cpos, cend, clen, hole_size; in ocfs2_seek_data_hole_offset() local 896 cend = ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_seek_data_hole_offset() 898 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
|
H A D | ocfs2_trace.h | 1914 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen, 1917 TP_ARGS(cstart, cend, clen, r_start, r_end, 1921 __field(unsigned int, cend) 1931 __entry->cend = cend; 1940 __entry->cstart, __entry->cend, __entry->clen,
|
H A D | aops.c | 839 u32 cend; in ocfs2_alloc_write_ctxt() local 848 cend = (pos + len - 1) >> osb->s_clustersize_bits; in ocfs2_alloc_write_ctxt() 849 wc->w_clen = cend - wc->w_cpos + 1; in ocfs2_alloc_write_ctxt()
|
H A D | dir.c | 855 unsigned int cend, clen; in ocfs2_dx_dir_lookup() local 867 cend = cpos + clen; in ocfs2_dx_dir_lookup() 868 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
|
/linux/drivers/hwtracing/stm/ |
H A D | stm.h | 58 unsigned int *cstart, unsigned int *cend);
|
H A D | core.c | 250 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 D | policy.c | 52 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/arch/arm/boot/compressed/ |
H A D | head.S | 94 .macro dbgkc, begin, end, cbegin, cend 113 kphex \cend, 8 /* End of kernel copy */
|