Searched refs:rl_length (Results 1 – 2 of 2) sorted by relevance
3756 u64 rl_length = 0; in __ntfs_inode_non_resident_attr_pwrite() local3773 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()
5738 s64 rl_lcn, rl_length, rl_vcn; in ntfs_attr_fallocate() local5824 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()