| /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 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 D | file.c | 454 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 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/fs/ocfs2/ |
| H A D | extent_map.c | 886 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 D | ocfs2_trace.h | 1912 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 D | aops.c | 823 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 D | dir.c | 884 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 D | head.S | 94 .macro dbgkc, begin, end, cbegin, cend argument 113 kphex \cend, 8 /* End of kernel copy */
|