Searched refs:dp_sb_end (Results 1 – 1 of 1) sorted by relevance
190 u8 *dp_sb_end; /* End of current sb in dp (dp_sb_start + NTFS_SB_SIZE). */ in ntfs_decompress() local319 dp_sb_end = dp_sb_start + NTFS_SB_SIZE; in ntfs_decompress()326 if (dp_addr < dp_sb_end) { in ntfs_decompress()342 if (cb > cb_sb_end || dp_addr > dp_sb_end) in ntfs_decompress()355 if (cb >= cb_sb_end || dp_addr > dp_sb_end) in ntfs_decompress()