Searched refs:rl_length (Results 1 – 1 of 1) sorted by relevance
204 loff_t rl_length; in ntfs_read_iomap_begin_non_resident() local243 rl_length = ntfs_cluster_to_bytes(vol, rl->length - (vcn - rl->vcn)); in ntfs_read_iomap_begin_non_resident()245 if (rl_length == 0 && rl->lcn > LCN_DELALLOC) { in ntfs_read_iomap_begin_non_resident()253 if (rl_length && length > rl_length - vcn_ofs) in ntfs_read_iomap_begin_non_resident()254 iomap->length = rl_length - vcn_ofs; in ntfs_read_iomap_begin_non_resident()391 loff_t vcn_ofs, rl_length; in ntfs_write_simple_iomap_begin_non_resident() local502 rl_length = ntfs_cluster_to_bytes(vol, max_clu_count); in ntfs_write_simple_iomap_begin_non_resident()503 if (length > rl_length - vcn_ofs) in ntfs_write_simple_iomap_begin_non_resident()504 iomap->length = rl_length - vcn_ofs; in ntfs_write_simple_iomap_begin_non_resident()554 rl_length = ntfs_cluster_to_bytes(vol, max_clu_count); in ntfs_write_simple_iomap_begin_non_resident()[all …]