Home
last modified time | relevance | path

Searched refs:vcn_ofs (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ntfs/
H A Diomap.c203 loff_t vcn_ofs; in ntfs_read_iomap_begin_non_resident() local
207 vcn_ofs = ntfs_bytes_to_cluster_off(vol, offset); in ntfs_read_iomap_begin_non_resident()
240 iomap->addr = ntfs_cluster_to_bytes(vol, lcn) + vcn_ofs; 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() local
400 vcn_ofs = ntfs_bytes_to_cluster_off(vol, offset); 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()
512 if (vcn_ofs || ((vol->cluster_size > iomap->length) && in ntfs_write_simple_iomap_begin_non_resident()
[all …]