Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Drunlist.c1655 static inline bool ntfs_rle_lcn_contiguous(struct runlist_element *left_rle, in ntfs_rle_lcn_contiguous() argument
1658 if (left_rle->lcn > LCN_HOLE && in ntfs_rle_lcn_contiguous()
1659 left_rle->lcn + left_rle->length == right_rle->lcn) in ntfs_rle_lcn_contiguous()
1661 else if (left_rle->lcn == LCN_HOLE && right_rle->lcn == LCN_HOLE) in ntfs_rle_lcn_contiguous()