Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dfile.c83 s64 vcn_ds, vcn_tr; in ntfs_trim_prealloc() local
96 vcn_tr = -1; in ntfs_trim_prealloc()
101 vcn_tr = rl[rc].vcn; in ntfs_trim_prealloc()
105 if (vcn_tr >= 0) { in ntfs_trim_prealloc()
106 err = ntfs_rl_truncate_nolock(vol, &ni->runlist, vcn_tr); in ntfs_trim_prealloc()
112 ni->allocated_size = ntfs_cluster_to_bytes(vol, vcn_tr); in ntfs_trim_prealloc()