Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dattrib.c5553 s64 rl_lcn, rl_length, rl_vcn; in ntfs_attr_fallocate() local
5640 rl_vcn = rl->vcn; in ntfs_attr_fallocate()
5644 vcn += rl_length - (vcn - rl_vcn); in ntfs_attr_fallocate()
5646 try_alloc_cnt = min(rl_length - (vcn - rl_vcn), in ntfs_attr_fallocate()