Searched refs:cend (Results 1 – 8 of 8) sorted by relevance
/fs/ocfs2/ |
D | reservations.c | 787 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits() local 799 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits() 806 BUG_ON(cend > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits() 808 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
|
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()
|
D | ocfs2_trace.h | 1915 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen, 1918 TP_ARGS(cstart, cend, clen, r_start, r_end, 1922 __field(unsigned int, cend) 1932 __entry->cend = cend; 1941 __entry->cstart, __entry->cend, __entry->clen,
|
D | aops.c | 843 u32 cend; in ocfs2_alloc_write_ctxt() local 852 cend = (pos + len - 1) >> osb->s_clustersize_bits; in ocfs2_alloc_write_ctxt() 853 wc->w_clen = cend - wc->w_cpos + 1; in ocfs2_alloc_write_ctxt()
|
D | dir.c | 849 unsigned int cend, clen; in ocfs2_dx_dir_lookup() local 861 cend = cpos + clen; in ocfs2_dx_dir_lookup() 862 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
|
/fs/ntfs/ |
D | file.c | 570 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local 631 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 854 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 930 if ((bh_cend <= cpos || bh_cpos >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 1165 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write()
|
/fs/ntfs3/ |
D | file.c | 677 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() local 687 for (; vcn < cend; vcn += clen) { in ntfs_fallocate() 688 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
|
D | frecord.c | 2134 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local 2143 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file() 2149 if (cend > wnd_zeroes(&sbi->used.bitmap)) { in ni_decompress_file() 2182 err = attr_data_get_block(ni, vcn, cend - vcn, &lcn, in ni_decompress_file()
|