Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfile.c646 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_fallocate() local
650 if (cend_v > cend) in ntfs_fallocate()
651 cend_v = cend; in ntfs_fallocate()
657 for (; vcn < cend_v; vcn += clen) { in ntfs_fallocate()
658 err = attr_data_get_block(ni, vcn, cend_v - vcn, in ntfs_fallocate()
669 file, ni, (u64)cend_v << cluster_bits); in ntfs_fallocate()