Searched refs:cend (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | prism2fw.c | 392 u32 cend; in crcimage() local 404 cend = fchunk[c].addr + fchunk[c].len; in crcimage() 413 if (crcstart - 2 >= cstart && crcstart < cend) in crcimage() 504 u32 cend; in mkimage() local 555 cend = cstart + clist[j].len - 1; in mkimage() 556 if (s3start >= cstart && s3end <= cend) in mkimage() 668 u32 cend; in plugimage() local 714 cend = fchunk[c].addr + fchunk[c].len; in plugimage() 715 if (pstart >= cstart && pend <= cend) in plugimage()
|
/linux-4.1.27/fs/ocfs2/ |
D | reservations.c | 800 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits() local 812 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits() 819 BUG_ON(cend > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits() 821 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
|
D | extent_map.c | 839 u32 cpos, cend, clen, hole_size; in ocfs2_seek_data_hole_offset() local 867 cend = ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_seek_data_hole_offset() 869 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
|
D | ocfs2_trace.h | 1918 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen, 1921 TP_ARGS(cstart, cend, clen, r_start, r_end, 1925 __field(unsigned int, cend) 1935 __entry->cend = cend; 1944 __entry->cstart, __entry->cend, __entry->clen,
|
D | aops.c | 1285 u32 cend; in ocfs2_alloc_write_ctxt() local 1294 cend = (pos + len - 1) >> osb->s_clustersize_bits; in ocfs2_alloc_write_ctxt() 1295 wc->w_clen = cend - wc->w_cpos + 1; in ocfs2_alloc_write_ctxt()
|
D | dir.c | 878 unsigned int cend, uninitialized_var(clen); in ocfs2_dx_dir_lookup() local 890 cend = cpos + clen; in ocfs2_dx_dir_lookup() 891 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
|
/linux-4.1.27/fs/ntfs/ |
D | file.c | 586 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local 647 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 871 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 947 if ((bh_cend <= cpos || bh_cpos >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 1182 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write()
|