Home
last modified time | relevance | path

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

/linux-6.15/fs/ntfs3/
H A Dfile.c449 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_extend() local
453 if (cend_v > cend) in ntfs_extend()
454 cend_v = cend; in ntfs_extend()
460 for (; vcn < cend_v; vcn += clen) { in ntfs_extend()
461 err = attr_data_get_block(ni, vcn, cend_v - vcn, &lcn, in ntfs_extend()
749 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_fallocate() local
753 if (cend_v > cend) in ntfs_fallocate()
754 cend_v = cend; in ntfs_fallocate()
760 for (; vcn < cend_v; vcn += clen) { in ntfs_fallocate()
761 err = attr_data_get_block(ni, vcn, cend_v - vcn, in ntfs_fallocate()