Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dinode.c3756 u64 rl_length = 0; in __ntfs_inode_non_resident_attr_pwrite() local
3773 rl_length = rl->length - (vcn - rl->vcn); in __ntfs_inode_non_resident_attr_pwrite()
3774 if (rl_length < lcn_count) { in __ntfs_inode_non_resident_attr_pwrite()
3775 lcn_count -= rl_length; in __ntfs_inode_non_resident_attr_pwrite()
3777 rl_length = lcn_count; in __ntfs_inode_non_resident_attr_pwrite()
3794 ntfs_cluster_to_bytes(vol, rl_length), in __ntfs_inode_non_resident_attr_pwrite()
3811 vcn += rl_length; in __ntfs_inode_non_resident_attr_pwrite()
H A Dattrib.c5738 s64 rl_lcn, rl_length, rl_vcn; in ntfs_attr_fallocate() local
5824 rl_length = rl->length; in ntfs_attr_fallocate()
5829 vcn += rl_length - (vcn - rl_vcn); in ntfs_attr_fallocate()
5831 try_alloc_cnt = min(rl_length - (vcn - rl_vcn), in ntfs_attr_fallocate()