Searched refs:cend (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/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 | 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()
|
D | ocfs2_trace.h | 1913 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen, 1916 TP_ARGS(cstart, cend, clen, r_start, r_end, 1920 __field(unsigned int, cend) 1930 __entry->cend = cend; 1939 __entry->cstart, __entry->cend, __entry->clen,
|
D | aops.c | 868 u32 cend; in ocfs2_alloc_write_ctxt() local 877 cend = (pos + len - 1) >> osb->s_clustersize_bits; in ocfs2_alloc_write_ctxt() 878 wc->w_clen = cend - wc->w_cpos + 1; in ocfs2_alloc_write_ctxt()
|
D | dir.c | 869 unsigned int cend, clen; in ocfs2_dx_dir_lookup() local 881 cend = cpos + clen; in ocfs2_dx_dir_lookup() 882 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
|
/linux-4.19.296/fs/ntfs/ |
D | file.c | 587 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local 648 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()
|